paper-with-me

홈 › Papers

UniScale: Adaptive Unified Inference Scaling via Online Joint Optimization of Model Routing and Test-Time Scaling

2026-05-29 · Kaiyu Huang, Xingyu Wang, Mingze Kong, Zhubo Shi, Yuqian Hou, Hong Xu, Zhongxiang Dai, Minchen Yu, Qingjiang Shi arxiv

In real-world deployments of large language models (LLMs), balancing inference quality and computational cost has become a central challenge. Existing approaches tackle this trade-off along two largely independent dimensions: model routing, which switches among models of different scales to match request complexity, and test-time scaling (TTS), which adjusts inference-time compute within a fixed model for fine-grained control. However, this decoupled design introduces inherent limitations. Model routing yields coarse-grained, discrete performance changes due to the sparse set of model scales, while single-model TTS often encounters capacity ceilings and exhibits diminishing returns as compute increases. Moreover, treating the two mechanisms separately restricts adaptability in dynamic inference environments. To overcome these limitations, we introduce Unified Inference Scaling (UIS), which unifies model routing and TTS in a single optimization space. Building on this formulation, we propose UniScale, an online framework that models adaptive UIS as a contextual multi-armed bandit problem and learns inference policies via LinUCB. The framework incorporates efficiency-aware learning and cost modeling to ensure stable and scalable optimization over high-dimensional action spaces. Evaluation shows that UniScale effectively exploits the synergy in the UIS space to deliver a fine-grained and consistently better quality-cost trade-off across diverse, dynamic inference scenarios.

📄 PDF Abstract BibTeX arXiv:2605.30898

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Joint Model Parameter Scaling and Universal-Domain Data Integration for E-commerce Search Ranking

2026-03-25 · Liren Yu, Caiyuan Li, Feiyi Dong, Tao Zhang 외 arxiv

Scaling studies for industrial search, advertising, and recommendation have largely emphasized enlarging model capacity or refining architectures. Yet in real-world systems, performance is constrained not only by model s…

UniScale: Unified Scale-Aware 3D Reconstruction for Multi-View Understanding via Prior Injection for Robotic Perception

2026-02-26 · Mohammad Mahdavian, Gordon Tan, Binbin Xu, Yuan Ren 외 arxiv

We present UniScale, a unified, scale-aware multi-view 3D reconstruction framework for robotic applications that flexibly integrates geometric priors through a modular, semantically informed design. In vision-based robot…

Multi-View 3D Reconstruction

ThinkBooster: A Unified Framework for Seamless Test-Time Scaling of LLM Reasoning

2026-06-05 · Vladislav Smirnov, Chieu Nguyen, Sergey Senichev, Minh Ngoc Ta 외 arxiv

Test-time compute (TTC) scaling has emerged as a powerful paradigm for improving large language model (LLM) reasoning by allocating additional compute during inference, e.g., via multi-sample generation and verifier-base…

Computational Efficiency

3D Optimization for AI Inference Scaling: Balancing Accuracy, Cost, and Latency

2025-10-21 · Minseok Jung, Abhas Ricky, Muhammad Rameez Chatni arxiv

AI inference scaling is often tuned through 1D heuristics (a fixed reasoning pass) or 2D bivariate trade-offs (e.g., accuracy vs. compute), which fail to consider cost and latency constraints. We introduce a 3D optimizat…

The Unified Balance Theory of Second-Moment Exponential Scaling Optimizers in Visual Tasks

2024-05-28 · Gongyue Zhang, Honghai Liu

We have identified a potential method for unifying first-order optimizers through the use of variable Second-Moment Exponential Scaling(SMES). We begin with back propagation, addressing classic phenomena such as gradient…