paper-with-me

Papers

Temporal Backtracking Search for Test-time Generative Video Reasoning

2026-06-11 · Sejoon Jun, Zheng Ding, Huangyuan Su, Weirui Ye, Yilun Du arxiv

While test-time scaling has revolutionized reasoning in large language models, generative video reasoning remains bottlenecked by a single-shot paradigm. We demonstrate that searching over denoising steps cannot rescue logically flawed rollouts because spatial trajectories commit early in the diffusion process. Root-level Best-of-N (BoN) sampling is similarly inefficient: reasoning errors cluster early in the temporal axis, and resampling blindly discards verified upstream progress. To unlock effective test-time scaling for video models, we introduce Temporal Backtracking Search (TBS), which shifts the search space to the temporal axis. TBS transforms video generation into an iterative generate-verify-restart loop via three core mechanisms: (1) variable-K conditioning to resume generation from arbitrary clean prefixes; (2) temporal process verification to localize failures and extract valid restart anchors; and (3) prefix-based search to reallocate compute toward extending correct trajectories rather than root resampling. Across algorithmic, navigation, and robotics domains, TBS Pareto-dominates matched-budget BoN. In a strict out-of-distribution setting where one-shot generation collapses (0.7% for BoN), TBS achieves 22.7%, with every solved episode stemming from a restarted branch. Ultimately, TBS reveals that the local reasoning competence of video models far exceeds what single-shot rollouts indicate, providing a scalable test-time framework to unlock it.

📄 PDF Abstract BibTeX arXiv:2606.13861

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

Dynamic Backtracking in GFlowNets: Enhancing Decision Steps with Reward-Dependent Adjustment Mechanisms

2024-04-08 · Shuai Guo, Jielei Chu, Lei Zhu, Zhaoyu Li 외

Generative Flow Networks (GFlowNets or GFNs) are probabilistic models predicated on Markov flows, and they employ specific amortization algorithms to learn stochastic policies that generate compositional substances inclu…

Decision Making

Beyond the Frontier: Stochastic Backtracking for Efficient Test-Time Scaling

2026-05-24 · Dao Tran, Duc Anh Le, Ngoc Luu, Quan Pham 외 arxiv

Test-time scaling improves language model reasoning by spending additional compute to explore multiple solution trajectories. The key challenge is to maximize accuracy while minimizing the total number of generated token…

Mathematical Reasoning

Taming Imperfect Process Verifiers: A Sampling Perspective on Backtracking

2025-10-03 · Dhruv Rohatgi, Abhishek Shetty, Donya Saless, Yuchen Li 외 arxiv

Test-time algorithms that combine the generative power of language models with process verifiers that assess the quality of partial generations offer a promising lever for eliciting new reasoning capabilities, but the al…

VGB for Masked Diffusion Model: Efficient Test-time Scaling for Reward Satisfaction and Sample Editing

2026-06-26 · Kijung Jeon, Thuy-Duong Vuong, Molei Tao arxiv

Inference-time scaling is a promising paradigm to improve generative models, especially when outputs must satisfy structural constraints or optimize downstream rewards. We consider Masked Diffusion Model (MDM) and introd…

Fast Line Search for Multi-Task Learning

2021-10-02 · Andrey Filatov, Daniil Merkulov

Multi-task learning is a powerful method for solving several tasks jointly by learning robust representation. Optimization of the multi-task learning model is a more complex task than a single-task due to task conflict. …

Multi-Task Learning