paper-with-me

홈 › Papers

DeepThinkVLA: Enhancing Reasoning Capability of Vision-Language-Action Models

2025-10-31 · Cheng Yin, Yankai Lin, Wang Xu, Sikyuen Tam, Xiangrui Zeng, Zhiyuan Liu, Zhouping Yin arxiv

Does Chain-of-Thought (CoT) reasoning genuinely improve Vision-Language-Action (VLA) models, or does it merely add overhead? Existing CoT-VLA systems report limited and inconsistent gains, yet no prior work has rigorously diagnosed when and why CoT helps robots act. Through systematic experiments, we identify two necessary conditions that must be jointly satisfied for CoT to be effective in VLA: (1) Decoding Alignment -- CoT and actions must be generated with modality-appropriate mechanisms; forcing both through a single autoregressive decoder is not merely suboptimal but actively harmful, degrading performance by 4.2 percentage points; (2) Causal Alignment -- CoT must be causally linked to task success via outcome-based optimization; without it, supervised CoT is indistinguishable from no reasoning at all under distribution shift, exhibiting a 32.0\,pp performance drop nearly identical to the 31.6\,pp drop of a reasoning-free baseline. Guided by these findings, we build DeepThinkVLA: a hybrid-attention decoder satisfies Condition~1 by pairing causal attention for language with bidirectional attention for parallel action decoding, while a two-stage SFT-then-RL pipeline satisfies Condition~2 by aligning the full reasoning--action chain with sparse task-success rewards. DeepThinkVLA achieves 97.0\% success on LIBERO, 79.0\% robustness on LIBERO-Plus (vs.\ 61.6\% for $π_0$-FAST), and 59.3\% success on RoboTwin~2.0, exceeding the strongest baseline by 21.7 points. Furthermore, we validate the practical effectiveness of our approach through real-world robot experiments. Code available at https://github.com/OpenBMB/DeepThinkVLA

📄 PDF Abstract BibTeX arXiv:2511.15669

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SpatialGeo:Boosting Spatial Reasoning in Multimodal LLMs via Geometry-Semantics Fusion

2025-11-21 · Jiajie Guo, Qingpeng Zhu, Jin Zeng, Xiaolong Wu 외 arxiv

Multimodal large language models (MLLMs) have achieved significant progress in image and language tasks due to the strong reasoning capability of large language models (LLMs). Nevertheless, most MLLMs suffer from limited…

Self-Supervised LearningSpatial Reasoning

How can reasoning capability empower the AI copilot robot in endoscopic surgery

2026-05-21 · Guankun Wang, Long Bai, Hongliang Ren arxiv

Reasoning capability has significantly advanced complex logical inference and robotic decision-making in general domains. However, its potential in the Artificial Intelligence (AI) copilot robot-particularly implemented …

Dissecting Logical Reasoning in LLMs: A Fine-Grained Evaluation and Supervision Study

2025-06-05 · Yujun Zhou, Jiayi Ye, Zipeng Ling, Yufei Han 외

Logical reasoning is a core capability for many applications of large language models (LLMs), yet existing benchmarks often rely solely on final-answer accuracy, failing to capture the quality and structure of the reason…

Logical Reasoning

Enhancing Large Vision Language Models with Self-Training on Image Comprehension

2024-05-30 · Yihe Deng, Pan Lu, Fan Yin, Ziniu Hu 외

Large vision language models (LVLMs) integrate large language models (LLMs) with pre-trained vision encoders, thereby activating the perception capability of the model to understand image inputs for different queries and…

Image ComprehensionVisual Question Answering

Enhancing Advanced Visual Reasoning Ability of Large Language Models

2024-09-21 · Zhiyuan Li, Dongnan Liu, Chaoyi Zhang, Heng Wang 외

Recent advancements in Vision-Language (VL) research have sparked new benchmarks for complex visual reasoning, challenging models' advanced reasoning ability. Traditional Vision-Language Models (VLMs) perform well in vis…

In-Context LearningVisual Reasoning