Cache Coherent Resampling for Efficient Test Time Scaling in LLM Reasoning via Adaptive Sequential Monte Carlo
Abstract
Recent work shows that chain based sampling for power shaped trajectory distributions can deliver large test time gains from a fixed base LLM and can approach RL trained reasoners such as GRPO without additional training. Deployment is the bottleneck. Autoregressive Metropolis Hastings is inherently serial, limits GPU utilization, and exhibits extreme tail latency at high budgets. We propose Adaptive Sequential Monte Carlo (ASMC), a parallel particle inference method that targets power shaped trajectory distributions while adapting particle populations to problem hardness. To make resampling practical for Transformers, we introduce cache coherent resampling, which realizes ancestry updates by reordering KV caches and other particle bound tensors, avoiding prefix recomputation. On MATH500 at the same budget, ASMC attains 80.6% exact-match accuracy with p95 = 73.7s, substantially reducing the tail latency of sequential MCMC and providing additional high-accuracy operating points beyond the saturation of best-of-n. We further analyze particle degeneracy and find that collapse severity, measured by low ESS_min/N, strongly predicts failures, while sensitivity to the resampling scheme is limited.
Paper citation
Wang, K., Yu, Z., Wang, L., & Huang, Y. (2026). Cache coherent resampling for efficient test time scaling in LLM reasoning via adaptive sequential Monte Carlo. In Forty-third International Conference on Machine Learning.
@inproceedings{wang2026cache,
title = {Cache Coherent Resampling for Efficient Test Time Scaling in LLM Reasoning via Adaptive Sequential Monte Carlo},
author = {Wang, Ke and Yu, Zehao and Wang, Luwei and Huang, Yongchao},
booktitle = {Forty-third International Conference on Machine Learning},
year = {2026}
}