Search papers, labs, and topics across Lattice.
This paper introduces ClaimDiff-RL, a reinforcement learning framework for image captioning that uses reference-conditioned atomic claim differences as the reward unit. A multimodal judge identifies visually grounded differences between generated and reference captions, verifies them against the image, and assigns error types and severity levels to provide fine-grained feedback. Experiments demonstrate that ClaimDiff-RL improves the balance between hallucination and missing facts in generated captions, surpassing even Gemini-3-Pro-Preview on several fine-grained capability dimensions.
Stop training your captioning models with blunt instruments: ClaimDiff-RL uses verifiable, typed claim differences to expose the faithfulness/coverage tradeoff and enable more balanced, controllable caption generation.
Long-form image captioning exposes a reward granularity problem in RL: captions are judged as whole sequences, while the important errors occur at the level of individual visual claims. A good dense caption should be both faithful and informative, avoiding hallucination without omitting salient details. Yet pairwise preferences, reference-based metrics, and holistic scalar rewards compress these local errors into a single sequence-level signal, obscuring the tradeoff between factuality and coverage. We introduce ClaimDiff-RL, a framework that uses reference-conditioned atomic claim differences as the reward unit for caption RL. Given an image, an actor caption, and a reference caption, a multimodal judge enumerates visually grounded differences, verifies each difference against the image, assigns open-vocabulary error types and severity levels, and produces per-difference statistics for reward composition. This makes hallucinated claims and omitted salient facts separately measurable and tunable. Experiments show that holistic scalar rewards can reduce hallucination by increasing missing facts, while ClaimDiff-RL exposes this faithfulness and coverage tradeoff and enables more balanced operating points. On a 160-image human-labeled diagnostic benchmark, public captioning benchmarks, and VQA benchmarks, ClaimDiff-RL improves the hallucination--missing-fact balance, preserves general capability, and even surpasses Gemini-3-Pro-Preview on several fine-grained Capability dimensions such as object counting, spatial relations, and scene recognition. These results suggest that typed, verifiable claim differences are an effective reward unit for fine-grained and diagnosable caption RL.