Back to Research Scientist Mind Map
中文·English
🎓 Research ScientistID: rs-inference-time-compute-scaling

Inference-Time Compute & Search Scaling

Inference-time Compute 缩放定律
🎯Core Definition
Inference-Time Compute Scaling Laws (underpinning OpenAI o1 and DeepSeek-R1) formalizes the second paradigm of scaling: trading test-time compute FLOPs for sustained logarithmic/power-law accuracy gains on complex reasoning benchmarks; unlike standard single-pass greedy decoding, Inference-Time Scaling expands compute along 3 primary dimensions: 1) Best-of-NN Sampling with Outcome/Process Reward Verifiers (sampling NN parallel rollouts and selecting the highest-scoring trajectory); 2) Sequential Tree Search & MCTS (expanding reasoning search trees over thought tokens with dynamic value pruning); 3) Autoregressive Long CoT Self-Correction (allowing the policy to generate recursive backtracking tokens to self-correct reasoning flaws before committing to final answers).
💡Use Cases
International Mathematical Olympiad (IMO) theorem proving, competitive programming synthesis, and scientific hypothesis deduction.
Key Problems Solved
Complex multi-step reasoning collapses under System-1 instantaneous next-token prediction; Inference-Time compute unlocks deliberative System-2 planning, reflection, and algorithmic search.
🎯5 High-Frequency Exam Points
1
Compare Best-of-NN, Beam Search, and MCTS in scaling curves of test-time compute versus Pass@1 accuracy gains?
2
Why do Process Reward Models (PRM) outperform Outcome Reward Models (ORM) in guiding intermediate tree search branches?
3
How does pure reinforcement learning with rule-based verifiers induce the emergence of long-chain self-correction and backtracking?
4
Derive the compute trade-off showing how test-time reasoning compute allows a small 1.5B model to surpass a zero-shot 70B monolithic model on math?
5
How to prevent test-time search from exploiting adversarial vulnerabilities in learned Reward Models when NN scales into thousands?
🔗Foundational Prerequisite Cards (Click to Review)
📖 In-depth Guide:📄 rs-core-cheatsheet
Updated 2026-08-14
🎯
Test Your Knowledge: Practice Questions for "Inference-Time Compute & Search Scaling"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardChinchilla Compute-Optimal Scaling LawsNext CardTransformer Expressive Power & Turing Limit

🔗 More Research Scientist Knowledge Cards

DPO Optimal Policy & Implicit Reward ProofPPO Clipped Surrogate Lower Bound ProofRoPE Complex Inner Product DerivationDiffusion SDE Stochastic Calculus Proof