LGAICLJun 27, 2025

OptScale: Probabilistic Optimality for Inference-time Scaling

arXiv:2506.22376v32 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for efficient deployment of LLMs in complex reasoning tasks by providing a principled method to reduce computational costs, though it is incremental as it builds on existing scaling techniques.

The paper tackled the problem of heuristic-based inference-time scaling in Large Language Models by proposing a probabilistic framework and OptScale algorithm, which reduced sampling overhead by up to 40% while maintaining or improving state-of-the-art reasoning performance on benchmarks like MATH-500 and GSM8K.

Inference-time scaling has emerged as a powerful technique for enhancing the reasoning performance of Large Language Models (LLMs). However, existing approaches often rely on heuristic strategies for parallel sampling, lacking a principled foundation. To address this gap, we propose a probabilistic framework that formalizes the optimality of inference-time scaling under the assumption that parallel samples are independently and identically distributed (i.i.d.), and where the Best-of-N selection strategy follows a probability distribution that can be estimated. Within this framework, we derive a theoretical lower bound on the required number of samples to achieve a target performance level, providing the first principled guidance for compute-efficient scaling. Leveraging this insight, we develop \textsc{OptScale}, a practical algorithm that dynamically determines the optimal number of sampled responses. \textsc{OptScale} employs a language model-based predictor to estimate probabilistic prior parameters, enabling the decision of the minimal number of samples needed that satisfy predefined performance thresholds and confidence levels. Extensive experiments on representative reasoning benchmarks (including MATH-500, GSM8K, AIME, and AMC) demonstrate that \textsc{OptScale} significantly reduces sampling overhead while remaining better or on par with state-of-the-art reasoning performance. Our work offers both a theoretical foundation and a practical solution for principled inference-time scaling, addressing a critical gap in the efficient deployment of LLMs for complex reasoning. The source code is publicly available at https://github.com/Albertwyk/OptScale.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes