Hybrid Latent Reasoning with Decoupled Policy Optimization
About
Chain-of-Thought (CoT) reasoning significantly elevates the complex problem-solving capabilities of multimodal large language models (MLLMs). However, adapting CoT to vision typically discretizes signals to fit LLM inputs, causing early semantic collapse and discarding fine-grained details. While external tools can mitigate this, they introduce a rigid bottleneck, confining reasoning to predefined operations. Although recent latent reasoning paradigms internalize visual states to overcome these limitations, optimizing the resulting hybrid discrete-continuous action space remains challenging. In this work, we propose HyLaR (Hybrid Latent Reasoning), a framework that seamlessly interleaves discrete text generation with continuous visual latent representations. Specifically, following an initial cold-start supervised fine-tuning (SFT), we introduce DePO (Decoupled Policy Optimization) to enable effective reinforcement learning within this hybrid space. DePO decomposes the policy gradient objective, applying independent trust-region constraints to the textual and latent components, alongside an exact closed-form von Mises-Fisher (vMF) KL regularizer. Extensive experiments demonstrate that HyLaR outperforms standard MLLMs and state-of-the-art latent reasoning approaches across fine-grained perception and general multimodal understanding benchmarks. Code is available at https://github.com/EthenCheng/HyLaR.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Hallucination Evaluation | HallusionBench | Accuracy63.68 | 153 | |
| High-resolution perception | HR-Bench-4K | Overall Score75 | 103 | |
| High-resolution Visual Understanding | HR-Bench-8K | FSP88.25 | 83 | |
| Visual Question Answering | MMVP | Accuracy73.67 | 82 | |
| Multimodal Reasoning | MMStar | Accuracy62 | 78 | |
| Visual Perception and Reasoning | BLINK | Accuracy57.14 | 64 | |
| High-resolution perception | V* | Overall Score83.77 | 55 | |
| Visual Question Answering | SEED-Bench-2-Plus | Accuracy70.32 | 21 |