SIVA-RL Aligns Multimodal RL with Visual Evidence, Not Just Correct Answers
Lead
Reinforcement learning with verifiable rewards has become an important recipe for improving multimodal reasoning. Yet it leaves a difficult question unresolved: if a vision-language model gives the right answer, did it actually ground that answer in the image, or did it rely on shortcuts from text and priors?
The paper introducing SIVA-RL focuses on this gap. Instead of assuming that a certain image intervention always means the same thing, it measures what the intervention does to each sample and uses that outcome to shape training.
Key points
- The problem: Existing visual-intervention methods compare model behavior on clean and modified images, but they often assign supervision according to the operator used. The authors argue that this assumption is brittle because the same operator can have very different effects across samples.
- Localized intervention: SIVA-RL builds image perturbations through token-aligned, distance-constrained within-image PatchSwap. In other words, it modifies local visual evidence while trying to keep the intervention connected to text-relevant regions.
- Outcome-based auditing: A frozen audit policy scores each clean–intervention pair. The observed reward drop is treated as a soft routing signal rather than a hard label determined by the intervention type.
- Sensitivity and invariance: If the intervention causes a large reward drop, the pair is used for sensitivity alignment, encouraging the model to notice critical visual evidence. If the reward drop is small, the pair supports clean-anchored invariance alignment. Ambiguous cases are down-weighted.
- Training compatibility: The framework is designed to work with both GRPO and DAPO backbones, suggesting it is a training add-on rather than a standalone RL algorithm.
Why it matters
The main conceptual shift in SIVA-RL is the separation between making an intervention and deciding what supervision it should provide. Many prior approaches implicitly treat the intervention operator as the label. SIVA-RL instead asks a more sample-specific question: did this particular modification actually affect the model’s reward?
According to the paper, this strategy improves 3B and 7B models over matched RL baselines in every tested setting across nine benchmarks covering mathematical, logical, and vision-dependent reasoning. The authors report an 8.79 percentage-point gain on vision-dependent reasoning and up to 14.9% relative overall improvement across GRPO- and DAPO-based configurations.
If replicated broadly, SIVA-RL could become a useful direction for multimodal RL training: not only rewarding models for producing the right answer, but also encouraging them to use the visual evidence that makes the answer justified.
Source: arXiv
Comments
Checking sign-in status...
Loading comments...