paper-with-me

홈 › Papers

CFPO: Counterfactual Policy Optimization for Multimodal Reasoning

2026-06-22 · Zhangyuan Yu, Wanran Sun, Guangjing Yang, Xiaohu Wu, Qicheng Lao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.23206

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMultimodal Reasoning

Similar Papers 제목 키워드 기반

Clipping-Free Policy Optimization for Large Language Models

2026-01-30 · Ömer Veysel Çağatan, Barış Akgün, Gözde Gül Şahin, Xuandong Zhao arxiv

Reinforcement learning has become central to post-training large language models, yet dominant algorithms rely on clipping mechanisms that introduce optimization issues at scale, including zero-gradient regions, reward h…

Reinforcement Learning

Beyond Prompt Content: Enhancing LLM Performance via Content-Format Integrated Prompt Optimization

2025-02-06 · Yuanye Liu, Jiahang Xu, Li Lyna Zhang, Qi Chen 외

Large Language Models (LLMs) have shown significant capability across various tasks, with their real-world effectiveness often driven by prompt design. While recent research has focused on optimizing prompt content, the …

Towards Generalizable Reasoning: Group Causal Counterfactual Policy Optimization for LLM Reasoning

2026-02-06 · Jingyao Wang, Peizheng Guo, Wenwen Qiang, Jiahuan Zhou 외 arxiv

Large language models (LLMs) excel at complex tasks with advances in reasoning capabilities. However, existing reward mechanisms remain tightly coupled to final correctness and pay little attention to the underlying reas…

Counterfactual Self-Questioning for Stable Policy Optimization in Language Models

2025-12-31 · Mandar Parab arxiv

Recent work on language model self-improvement shows that models can refine their own reasoning through reflection, verification, debate, or self-generated rewards. However, most existing approaches rely on external crit…

Mathematical Reasoning

Counterfactual Credit Policy Optimization for Multi-Agent Collaboration

2026-03-23 · Zhongyi Li, Wan Tian, Jinju Chen, Huiming Zhang 외 arxiv

Collaborative multi-agent large language models (LLMs) can solve complex reasoning tasks by decomposing roles, but reinforcement learning for such systems is limited by credit assignment: shared terminal rewards obscure …

Reinforcement LearningMathematical Reasoning