CVCLJun 22

CFPO: Counterfactual Policy Optimization for Multimodal Reasoning

arXiv:2606.2320615.8Has Code
Predicted impact top 24% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on multimodal reasoning and LVLMs, CFPO provides a novel method to reduce hallucination and improve grounding without external supervision.

CFPO addresses grounding failures in LVLMs by enforcing causal consistency between visual and textual reasoning via a cross-modal counterfactual enhancement mechanism, achieving 3.17%-6.25% gains over standard RL baselines and 1.32%-2.13% over PAPO.

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities in multimodal reasoning. However, prevailing reinforcement learning (RL) paradigms lack explicit counterfactual enhancement and causal learning mechanisms. This fundamental deficiency results in severe grounding failures, manifesting as a tendency to ignore visual evidence in favor of language priors or exhibiting hallucination drift during long chain-of-thought reasoning. To address this root cause, we propose CounterFactual Policy Optimization (CFPO), a novel framework that enforces causal consistency between visual perception and textual reasoning. CFPO introduces a cross-modal counterfactual enhancement mechanism, which regularizes the policy by maximizing the discrepancy between the model's predictions and those from a counterfactual state where critical visual cues are suppressed. This approach seamlessly integrates with standard algorithms like GRPO and DAPO without requiring external reward models or additional supervision. Extensive experiments demonstrate that CFPO significantly improves reasoning fidelity, achieving consistent gains of 3.17%-6.25% over standard RL baselines and 1.32%-2.13% over the state-of-the-art perception-aware method (PAPO). Code is available at https://github.com/Raven-July/CFPO.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes