paper-with-me

Papers

Closing the Loop on Latent Reasoning via Test-Time Reconstruction

2026-06-04 · Xiaopeng Yuan, Haibo Jin, Ye Yu, Peng Kuang, Lijun Yu, Yushun Dong, Haohan Wang arxiv

Recent work moves intermediate reasoning from natural-language traces into latent or cache-level representations to reduce token overhead and avoid a discrete communication bottleneck. However, this shift also removes a key advantage of textual reasoning: intermediate states are no longer inspectable, making it difficult to determine whether a latent state still preserves the constraints of the original query. As a result, latent reasoning typically operates in an open loop, where a latent state is produced and consumed without an input-anchored fidelity check. We propose ReLAT (Reconstruction-Guided Latent Reasoning At Test Time), a self-supervised test-time training method that closes this loop using the query itself as the reference. Our key observation is that if a latent state faithfully represents a query, the query should be recoverable from it; if the query cannot be recovered, the latent state has lost task-relevant information. ReLAT operationalizes this principle by constructing a differentiable Question -> Latent Thought -> Question cycle and optimizing query reconstruction loss through the latent thought before answer generation. This anchors opaque latent computation to the problem specification it is supposed to represent. Across mathematical reasoning, knowledge QA, and code generation benchmarks on the Qwen family, ReLAT consistently improves over single-model inference, text-based collaboration, open-loop latent collaboration, and alternative test-time training objectives. On Qwen3-8B, ReLAT raises AIME 2024 accuracy from 56.7% to 73.3%, a 16.6-point gain over the strongest open-loop latent baseline.

📄 PDF Abstract BibTeX arXiv:2606.06252

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningAnswer GenerationCode Generation

Similar Papers 제목 키워드 기반

Stabilizing Recurrent Dynamics for Test-Time Scalable Latent Reasoning in Looped Language Models

2026-05-26 · Xiao-Wen Yang, Ziyu Han, Xi-Hua Zhang, Wen-Da Wei 외 arxiv

Looped Language Models (LoopLMs) enable efficient latent reasoning through depth recurrence, yet exhibit unreliable test-time scaling behavior: performance often peaks at a certain iteration depth and then collapses with…

Mathematical Reasoning

BoW3D: Bag of Words for Real-Time Loop Closing in 3D LiDAR SLAM

2022-08-15 · Yunge Cui, Xieyuanli Chen, Yinlong Zhang, Jiahua Dong 외

Loop closing is a fundamental part of simultaneous localization and mapping (SLAM) for autonomous mobile systems. In the field of visual SLAM, bag of words (BoW) has achieved great success in loop closure. The BoW featur…

4kSimultaneous Localization and Mapping

LoopUS: Recasting Pretrained LLMs into Looped Latent Refinement Models

2026-05-10 · Taekhyun Park, Yongjae Lee, Dohee Kim, Hyerim Bae arxiv

Looped computation shows promise in improving the reasoning-oriented performance of LLMs by scaling test-time compute. However, existing approaches typically require either training recurrent models from scratch or apply…

Loopholing Discrete Diffusion: Deterministic Bypass of the Sampling Wall

2025-10-22 · Mingyu Jo, Jaesik Yoon, Justin Deschenaux, Caglar Gulcehre 외 arxiv

Discrete diffusion models offer a promising alternative to autoregressive generation through parallel decoding, but they suffer from a sampling wall: once categorical sampling occurs, rich distributional information coll…

Text Generation

Fast and Accurate Deep Loop Closing and Relocalization for Reliable LiDAR SLAM

2023-09-15 · Chenghao Shi, Xieyuanli Chen, Junhao Xiao, Bin Dai 외

Loop closing and relocalization are crucial techniques to establish reliable and robust long-term SLAM by addressing pose estimation drift and degeneration. This article begins by formulating loop closing and relocalizat…

Point Cloud RegistrationPose EstimationRetrieval