paper-with-me

홈 › Papers

Efficient Reasoning with Hidden Thinking

2025-01-31 · Xuan Shen, Yizhou Wang, Xiangxi Shi, Yanzhi Wang, Pu Zhao, Jiuxiang Gu

Chain-of-Thought (CoT) reasoning has become a powerful framework for improving complex problem-solving capabilities in Multimodal Large Language Models (MLLMs). However, the verbose nature of textual reasoning introduces significant inefficiencies. In this work, we propose $\textbf{Heima}$ (as hidden llama), an efficient reasoning framework that leverages reasoning CoTs at hidden latent space. We design the Heima Encoder to condense each intermediate CoT into a compact, higher-level hidden representation using a single thinking token, effectively minimizing verbosity and reducing the overall number of tokens required during the reasoning process. Meanwhile, we design corresponding Heima Decoder with traditional Large Language Models (LLMs) to adaptively interpret the hidden representations into variable-length textual sequence, reconstructing reasoning processes that closely resemble the original CoTs. Experimental results across diverse reasoning MLLM benchmarks demonstrate that Heima model achieves higher generation efficiency while maintaining or even better zero-shot task accuracy. Moreover, the effective reconstruction of multimodal reasoning processes with Heima Decoder validates both the robustness and interpretability of our approach.

📄 PDF Abstract BibTeX arXiv:2501.19201

Code (1)

shawnricecake/heima 공식 구현 pytorch

Tasks

DecoderMultimodal Reasoning

Similar Papers 제목 키워드 기반

Overthinking: Amplifying Reasoning Weights to Extract Learned Secrets

2026-07-09 · Jack Hopkins, Dipika Khullar, Fabien Roger arxiv

Black box auditing of language models is an essential pre-deployment tool, but it may miss subtle forms of misalignment and hidden information. To better elicit hidden information during an auditing process, we introduce…

Rotate2Think: Geometric Priming via Orthogonal Rotation to Improve Language Model Reasoning

2026-06-02 · Aditya Sharma, Christopher J. Pal, Amal Zouaq arxiv

Reasoning models achieve strong performance on challenging tasks by generating explicit intermediate reasoning traces before producing a final answer. Yet the internal structure of representation space when reasoning rem…

Multimodal Reasoning

Efficient Reasoning with Balanced Thinking

2026-03-12 · Yulin Li, Tengyao Tu, Li Ding, Junjie Wang 외 arxiv

Large Reasoning Models (LRMs) have shown remarkable reasoning capabilities, yet they often suffer from overthinking, expending redundant computational steps on simple problems, or underthinking, failing to explore suffic…

Question Answering

SpecExit: Accelerating Large Reasoning Model via Speculative Exit

2025-09-29 · Rubing Yang, Huajun Bai, Song Liu, Guanghua Yu 외 arxiv

Despite their strong performance on reasoning tasks, large reasoning models (LRMs) often suffer from overthinking, producing unnecessarily long outputs and incurring high end-to-end latency, a significant limitation to t…

Thought calibration: Efficient and confident test-time scaling

2025-05-23 · Menghua Wu, Cai Zhou, Stephen Bates, Tommi Jaakkola

Reasoning large language models achieve impressive test-time scaling by thinking for longer, but this performance gain comes at significant compute cost. Directly limiting test-time budget hurts overall performance, but …