CVJun 29

Consistency as Inductive Bias: Learning Cross-View Invariance for Robust Multimodal Reasoning

arXiv:2606.2981214.4
Predicted impact top 20% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For multimodal large language models, this work addresses the missing inductive bias of cross-view consistency, improving robustness in reasoning tasks.

ConsistRoll injects cross-view consistency into RLVR training for MLLMs by grouping original and transformed views and assigning joint rewards only when both are correct and consistent, achieving robust improvements across math, general-purpose, and hallucination benchmarks without extra generation overhead or annotations.

Inductive biases steer learning toward generalizable solutions by encoding task structure. In this work, we identify a crucial missing bias in MLLMs: cross-view consistency, \textit{i.e.}, semantically invariant views of the same instance should lead to the same answer. Standard reinforcement learning with verifiable rewards (RLVR) objectives do not impose this constraint, but instead assign pointwise rewards to each visual input. Even with data augmentation (DA), transformed views are typically rewarded independently, providing little signal once within-view rewards saturate. We propose \textbf{ConsistRoll}, a simple but effective method that injects cross-view consistency into RLVR training by reusing the group-sampling mechanism of GRPO. Specifically, ConsistRoll places original and semantically invariant transformed views in the same generation group, and assigns a joint reward only when paired completions are both correct and consistent. In this way, ConsistRoll turns consistency into an online credit-assignment signal, \textbf{without extra generation overhead and annotations}. Theoretically, we show that cross-view consistency is a valid inductive bias, and ConsistRoll introduces a cross-view correction term absent from DA, penalizing view dependence and alleviating advantage collapse. Comprehensive benchmarks across math, general-purpose, hallucination domains confirm that ConsistRoll achieves robust improvements in multimodal reasoning.

Foundations

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

Your Notes