CPPO: Contrastive Perception for Vision Language Policy Optimization
Ahmad Rezaei, Mohsen Gholami, Saeed Ranjbar Alvar, Kevin Cannons, Mohammad Asiful Hossain, Zhou Weimin, Shunbo Zhou, Yong Zhang, Mohammad Akbari
TL;DR
CPPO tackles multimodal reasoning in vision–language models by decoupling perception from reasoning through entropy-based perception token detection and teaching perception grounding with a token-level Contrastive Perception Loss (CPL). The method augments the GRPO objective with an unsupervised CPL that uses information-preserving and information-removing perturbations, applied only to perception tokens via an entropy-based top-$k$ selection. Empirical results on ViRL39K and multiple benchmarks show CPPO consistently outperforms GRPO and prior perception-aware RL methods, with notable gains for mid-sized models and improved out-of-domain generalization. The approach is efficient, model-agnostic, and scalable, providing practical gains for finetuning vision-language policies without extra auxiliary models or supervision.
Abstract
We introduce CPPO, a Contrastive Perception Policy Optimization method for finetuning vision-language models (VLMs). While reinforcement learning (RL) has advanced reasoning in language models, extending it to multimodal reasoning requires improving both the perception and reasoning aspects. Prior works tackle this challenge mainly with explicit perception rewards, but disentangling perception tokens from reasoning tokens is difficult, requiring extra LLMs, ground-truth data, forced separation of perception from reasoning by policy model, or applying rewards indiscriminately to all output tokens. CPPO addresses this problem by detecting perception tokens via entropy shifts in the model outputs under perturbed input images. CPPO then extends the RL objective function with a Contrastive Perception Loss (CPL) that enforces consistency under information-preserving perturbations and sensitivity under information-removing ones. Experiments show that CPPO surpasses previous perception-rewarding methods, while avoiding extra models, making training more efficient and scalable.
