paper-with-me

홈 › Papers

LoopVLA: Learning Sufficiency in Recurrent Refinement for Vision-Language-Action Models

2026-05-11 · Boyang Shen, Kaixiang Yang, Hao Wang, Qiuyu Yu, Qiang Xie, Qiang Li, Zhiwei Wang arxiv

Current Vision-Language-Action (VLA) models typically treat the deepest representation of a vision-language backbone as universally optimal for action prediction. However, robotic manipulation is composed of many frequent closed-loop spatial adjustments, for which excessive abstraction may waste computation and weaken low-level geometric cues essential for precise control. Existing early-exit strategies attempt to reduce computation by stopping at predefined layers or applying heuristic rules such as action consistency, but they do not directly answer when a representation is actually sufficient for action. In this paper, we present LoopVLA, a recurrent VLA architecture that jointly learns representation refinement, action prediction, and sufficiency estimation. LoopVLA iteratively applies a shared Transformer block to refine multimodal tokens, and at each iteration produces both a candidate action and a sufficiency score that estimates whether further refinement is necessary. By sharing parameters across iterations, LoopVLA decouples refinement from absolute layer indices and grounds sufficiency estimation in the evolving representation itself. Since sufficiency has no direct supervision, we introduce a self-supervised distribution alignment objective, where intermediate confidence scores are trained to match the relative action quality across refinement steps, thereby linking sufficiency learning to policy optimization signals. Experiments on LIBERO, LIBERO-Plus, and VLA-Arena show that LoopVLA pushes the efficiency-performance frontier of VLA policies, reducing parameters by 45% and improving inference throughput by up to 1.7 times while matching or outperforming strong baselines in task success.

📄 PDF Abstract BibTeX arXiv:2605.09948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Arg-LLaDA: Argument Summarization via Large Language Diffusion Models and Sufficiency-Aware Refinement

2025-07-25 · Hao Li, Yizheng Sun, Viktor Schlegel, Kailai Yang 외 arxiv

Argument summarization aims to generate concise, structured representations of complex, multi-perspective debates. While recent work has advanced the identification and clustering of argumentative components, the generat…

Recurrent-Depth VLA: Implicit Test-Time Compute Scaling of Vision-Language-Action Models via Latent Iterative Reasoning

2026-02-08 · Yalcin Tur, Jalal Naghiyev, Haoquan Fang, Wei-Chuan Tsai 외 arxiv

Current Vision-Language-Action (VLA) models rely on fixed computational depth, expending the same amount of compute on simple adjustments and complex multi-step manipulation. While Chain-of-Thought (CoT) prompting enable…

Bootstrap Theory of Representational Emergence (TBER): Explanatory Insufficiency, Transition Regimes, and the Emergence of New Representational Levels

2026-06-05 · Jacques Raynal, Pierre Slangen, Elsa Raynal, Jacques Margerit arxiv

Representation learning is central to modern machine learning, yet most research focuses on optimizing representations after a framework has been selected. The Bootstrap Theory of Representational Emergence (TBER) addres…

Representation LearningAnomaly Detection

EviMem: Evidence-Gap-Driven Iterative Retrieval for Long-Term Conversational Memory

2026-04-30 · Yuyang Li, Yime He, Zeyu Zhang, Dong Gong arxiv

Long-term conversational memory requires retrieving evidence scattered across multiple sessions, yet single-pass retrieval fails on temporal and multi-hop questions. Existing iterative methods refine queries via generate…

Planner-Refiner: Dynamic Space-Time Refinement for Vision-Language Alignment in Videos

2025-08-10 · Tuyen Tran, Thao Minh Le, Quang-Hung Le, Truyen Tran arxiv

Vision-language alignment in video must address the complexity of language, evolving interacting entities, their action chains, and semantic gaps between language and vision. This work introduces Planner-Refiner, a frame…

Referring Video Object Segmentation