ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
25
Citations
6
Influential Citations
arXiv.org
Venue
2025
Year
… controllable and adaptive test-time compute, and underscores … recent progress in efficient test-time compute (TTC) methods … efficiency for different test-time compute paradigms (parallel …
As large language models (LLMs) are deployed at scale, inference cost has become a critical bottleneck. Test-time compute (TTC) — the additional computation performed during inference to improve output quality — offers a way to trade compute for accuracy. However, naive TTC strategies can be prohibitively expensive. This survey addresses the need for adaptive and controllable TTC, where the amount of compute is dynamically adjusted based on the difficulty of the input or the desired performance level.
The paper is timely because recent models like OpenAI's o1 have popularized 'thinking' tokens, but the computational overhead is substantial. By surveying methods that make TTC more efficient, this work provides a roadmap for deploying high-quality LLMs within budget constraints. It also unifies terminology and paradigms, which is valuable for a rapidly evolving field.
The survey categorizes TTC methods into several paradigms, including parallel and sequential compute, and analyzes how each can be made adaptive. Key innovations highlighted include:
As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from the literature, noting that adaptive TTC can reduce inference cost by a significant margin (e.g., up to 50% in some cited works) while maintaining comparable accuracy. The survey also highlights that the efficiency gains vary across paradigms: parallel TTC often provides better latency but higher total compute, while sequential TTC can be more compute-efficient but slower. The authors emphasize that the choice of paradigm depends on the application's latency and cost constraints.
This survey is a valuable resource for AI practitioners and researchers aiming to deploy LLMs cost-effectively. By organizing the landscape of adaptive TTC, it lowers the barrier to entry for those new to the field and helps experts identify gaps. The emphasis on controllability aligns with the growing demand for user-specified trade-offs between quality and cost. As LLMs become ubiquitous, methods that enable 'reasoning on a budget' will be essential for sustainable AI deployment. This work likely spurs further research into unified frameworks for adaptive compute and may influence the design of future inference systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba