paper-with-me

홈 › Papers

Faster and Better LLMs via Latency-Aware Test-Time Scaling

2025-05-26 · Zili Wang, Tianyu Zhang, Haoli Bai, Lu Hou, Xianzhi Yu, Wulong Liu, Shiming Xiang, Lei Zhu

Test-Time Scaling (TTS) has proven effective in improving the performance of Large Language Models (LLMs) during inference. However, existing research has overlooked the efficiency of TTS from a latency-sensitive perspective. Through a latency-aware evaluation of representative TTS methods, we demonstrate that a compute-optimal TTS does not always result in the lowest latency in scenarios where latency is critical. To address this gap and achieve latency-optimal TTS, we propose two key approaches by optimizing the concurrency configurations: (1) branch-wise parallelism, which leverages multiple concurrent inference branches, and (2) sequence-wise parallelism, enabled by speculative decoding. By integrating these two approaches and allocating computational resources properly to each, our latency-optimal TTS enables a 32B model to reach 82.3% accuracy on MATH-500 within 1 minute and a smaller 3B model to achieve 72.4% within 10 seconds. Our work emphasizes the importance of latency-aware TTS and demonstrates its ability to deliver both speed and accuracy in latency-sensitive scenarios.

📄 PDF Abstract BibTeX arXiv:2505.19634

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SimulS2S-LLM: Unlocking Simultaneous Inference of Speech LLMs for Speech-to-Speech Translation

2025-04-22 · Keqi Deng, Wenxi Chen, Xie Chen, Philip C. Woodland

Simultaneous speech translation (SST) outputs translations in parallel with streaming speech input, balancing translation quality and latency. While large language models (LLMs) have been extended to handle the speech mo…

Simultaneous Speech-to-Speech TranslationSpeech-to-Speech TranslationTranslation

Win Fast or Lose Slow: Balancing Speed and Accuracy in Latency-Sensitive Decisions of LLMs

2025-05-26 · Hao Kang, Qingru Zhang, Han Cai, Weiyuan Xu 외

Large language models (LLMs) have shown remarkable performance across diverse reasoning and generation tasks, and are increasingly deployed as agents in dynamic environments such as code generation and recommendation sys…

Code GenerationRecommendation Systems

MoGA: Searching Beyond MobileNetV3

2019-08-04 · Xiangxiang Chu, Bo Zhang, Ruijun Xu

The evolution of MobileNets has laid a solid foundation for neural network applications on mobile end. With the latest MobileNetV3, neural architecture search again claimed its supremacy in network design. Unfortunately,…

AutoMLCPUGPUImage Classification+1

Opportunistic Expert Activation: Batch-Aware Expert Routing for Faster Decode Without Retraining

2025-11-04 · Costin-Andrei Oncescu, Qingyang Wu, Wai Tong Chung, Robert Wu 외 arxiv

An increasing number of LLMs employ Mixture-of-Experts (MoE) architectures where the feed-forward layer is replaced by a pool of experts and each token only activates a small subset of them. During autoregressive generat…

CATS: Contextually-Aware Thresholding for Sparsity in Large Language Models

2024-04-12 · DongHyun Lee, Je-Yong Lee, Genghan Zhang, Mo Tiwari 외

Large Language Models (LLMs) have dramatically advanced AI applications, yet their deployment remains challenging due to their immense inference costs. Recent studies ameliorate the computational costs of LLMs by increas…

GPU