paper-with-me

홈 › Papers

Addressing Overthinking in Large Vision-Language Models via Gated Perception-Reasoning Optimization

2026-01-07 · Xingjian Diao, Zheyuan Liu, Chunhui Zhang, Weiyi Wu, Keyi Kong, Lin Shi, Kaize Ding, Soroush Vosoughi, Jiang Gui arxiv

Large Vision-Language Models (LVLMs) have exhibited strong reasoning capabilities through chain-of-thought mechanisms that generate step-by-step rationales. However, such slow-thinking approaches often lead to overthinking, where models produce excessively verbose responses even for simple queries, resulting in test-time inefficiency and even degraded accuracy. Prior work has attempted to mitigate this issue via adaptive reasoning strategies, but these methods largely overlook a fundamental bottleneck: visual perception failures. We argue that stable reasoning critically depends on low-level visual grounding, and that reasoning errors often originate from imperfect perception rather than insufficient deliberation. To address this limitation, we propose Gated Perception-Reasoning Optimization (GPRO), a meta-reasoning controller that dynamically routes computation among three decision paths at each generation step: a lightweight fast path, a slow perception path for re-examining visual inputs, and a slow reasoning path for internal self-reflection. To learn this distinction, we derive large-scale failure attribution supervision from approximately 790k samples, using teacher models to distinguish perceptual hallucinations from reasoning errors. We then train the controller with multi-objective reinforcement learning to optimize the trade-off between task accuracy and computational cost under uncertainty. Experiments on five benchmarks demonstrate that GPRO substantially improves both accuracy and efficiency, outperforming recent slow-thinking methods while generating significantly shorter responses.

📄 PDF Abstract BibTeX arXiv:2601.04442

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Grounding

Similar Papers 제목 키워드 기반

Know When to Stop: Segment-Level Credit Assignment for Reducing Overthinking

2026-07-01 · Chia-Hsuan Lee, Sihui Dai, Mingyang Zhou, Isha Slavin 외 arxiv

Reasoning language models frequently overthink: generating extended chains of behaviors such as hedging, approach abandonment, and self contradiction that consume tokens without improving answers. We show that these beha…

The Danger of Overthinking: Examining the Reasoning-Action Dilemma in Agentic Tasks

2025-02-12 · Alejandro Cuadron, Dacheng Li, Wenjie Ma, Xingyao Wang 외

Large Reasoning Models (LRMs) represent a breakthrough in AI problem-solving capabilities, but their effectiveness in interactive environments can be limited. This paper introduces and analyzes overthinking in LRMs. A ph…

Avoid Overthinking in Self-Supervised Models for Speech Recognition

2022-11-01 · Dan Berrebbi, Brian Yan, Shinji Watanabe

Self-supervised learning (SSL) models reshaped our approach to speech, language and vision. However their huge size and the opaque relations between their layers and tasks result in slow inference and network overthinkin…

Self-Supervised LearningSequence-To-Sequence Speech Recognitionspeech-recognitionSpeech Recognition

Overthink-Triggered Slowdown Attacks on LVLM-Based Robotic Systems

2026-07-01 · Qiang Han, Jie Wu, Bo Chen arxiv

Large Vision-Language Models (LVLMs) have been increasingly integrated into robotic systems. However, these models may exhibit overthinking behaviors, where they generate excessively long reasoning traces, incurring an e…

Decision Making

DR$^2$Seg: Decomposed Two-Stage Rollouts for Efficient Reasoning Segmentation in Multimodal Large Language Models

2026-01-15 · Yulin He, Wei Chen, Zhikang Jian, Tianhang Guo 외 arxiv

Reasoning segmentation is an emerging vision-language task that requires reasoning over intricate text queries to precisely segment objects. However, existing methods typically suffer from overthinking, generating verbos…

Multimodal ReasoningObject Localization