Bridging Efficiency and Transparency: Explainable CoT Compression in Multimodal Large Reasoning Models
Yizhi Wang, Linan Yue, Min-Ling Zhang
TL;DR
The paper tackles inefficiency and opacity in long multimodal CoTs by introducing XMCC, an explainable CoT compressor trained with reinforcement learning (GRPO). It formulates compression as a sequential decision process, optimizing a four-component reward to shorten CoTs while preserving visual grounding and providing natural-language explanations. XMCC synthesizes diverse long CoTs, trains on a multi-stage pipeline, and then applies supervised fine-tuning to produce efficient reasoning with preserved accuracy. Across multiple multimodal benchmarks and a dedicated XMCC-Dataset, XMCC achieves substantial CoT length reduction, strong task performance, and improved visual grounding and explanation quality, demonstrating practical potential for faster and more transparent multimodal reasoning systems.
Abstract
Long chains of thought (Long CoTs) are widely employed in multimodal reasoning models to tackle complex tasks by capturing detailed visual information. However, these Long CoTs are often excessively lengthy and contain redundant reasoning steps, which can hinder inference efficiency. Compressing these long CoTs is a natural solution, yet existing approaches face two major challenges: (1) they may compromise the integrity of visual-textual reasoning by removing essential alignment cues, and (2) the compression process lacks explainability, making it difficult to discern which information is critical. To address these problems, we propose XMCC, an eXplainable Multimodal CoT Compressor that formulates compression as a sequential decision-making process optimized via reinforcement learning. XMCC can effectively shorten reasoning trajectories while preserving key reasoning steps and answer correctness, and simultaneously generates natural-language explanations for its compression decisions. Extensive experiments on representative multimodal reasoning benchmarks demonstrate that XMCC not only reduces reasoning length but also provides explainable explanations, validating its effectiveness.
