paper-with-me

홈 › Papers

Intrinsic Selection and Particle Resampling for Inference-Time Scaling Beyond Domain Verifiability

2026-06-07 · Giorgio Giannone, Mustafa Eyceoz, Shabana Baig, Shivchander Sudalairaj, Anna C. Doris, Faez Ahmed, Akash Srivastava, Kai Xu arxiv

Inference-Time Scaling (ITS) has largely succeeded in verifiable domains like math and coding, where cheap verification enables scalable output selection. However, extending ITS to tasks prone to systematic failure - driven by faulty initial assumptions or unmet multidimensional constraints - typically relies on costly external solvers or brittle, model-based verifiers. Our key insight is that the intrinsic statistics of parallel sample sets, specifically length-adjusted tail entropy, provide a robust discriminative signal for solution quality without access to ground truth. Crucially, these statistics serve as a difficulty gate for adaptive compute allocation, dynamically routing problems across scaling regimes. First, Intrinsic Selection (iS) ranks candidates post-hoc, matching consensus-based algorithms across three domains and improving engineering design selection by 20% over pass@1 baselines. Second, Intrinsic Particle Filtering (iPF) generalizes this to step-level resampling, guiding generation toward high-confidence reasoning trajectories to improve pass@1 by 6.1 points on average on hard math problems. Finally, Particle Distillation (dPF) injects privileged guidance via early logit blending and KL-guided resampling, steering generation past systematic reasoning errors to satisfy expert rubrics, yielding up to 26.5% gains on complex clinical responses. Our pipeline applies seamlessly across broad-purpose, domain-specialized, and multimodal architectures, successfully extending ITS to open-ended domains without requiring trained reward models or exact ground-truth verification.

📄 PDF Abstract BibTeX arXiv:2606.08850

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Differentiable Particle Filtering using Optimal Placement Resampling

2024-02-26 · Domonkos Csuzdi, Olivér Törő, Tamás Bécsi

Particle filters are a frequent choice for inference tasks in nonlinear and non-Gaussian state-space models. They can either be used for state inference by approximating the filtering distribution or for parameter infere…

parameter estimationState Space Models

Differentiable Particle Filtering via Entropy-Regularized Optimal Transport

2021-02-15 · Adrien Corenflos, James Thornton, George Deligiannidis, Arnaud Doucet

Particle Filtering (PF) methods are an established class of procedures for performing inference in non-linear state-space models. Resampling is a key ingredient of PF, necessary to obtain low variance likelihood and stat…

State Space ModelsVariational Inference

The Model Knows, the Decoder Finds: Future Value Guided Particle Power Sampling

2026-05-04 · Tu Nguyen, Matthieu Zimmer, Rasul Tutunov, Xiaotong Ji 외 arxiv

A recurring pattern in "reasoning without training" is that base LLMs already assign non-trivial probability mass to correct multi-step solutions; the bottleneck is locating these modes efficiently at inference time. Pow…

Statistical Distance Based Deterministic Offspring Selection in SMC Methods

2022-12-23 · Oskar Kviman, Hazal Koptagel, Harald Melin, Jens Lagergren

Over the years, sequential Monte Carlo (SMC) and, equivalently, particle filter (PF) theory has gained substantial attention from researchers. However, the performance of the resampling methodology, also known as offspri…

Heuristic Search

Particle Gibbs with Ancestor Sampling for Probabilistic Programs

2015-01-27 · Jan-Willem van de Meent, Hongseok Yang, Vikash Mansinghka, Frank Wood

Particle Markov chain Monte Carlo techniques rank among current state-of-the-art methods for probabilistic program inference. A drawback of these techniques is that they rely on importance resampling, which results in de…

Probabilistic Programming