PaMi-VDPO: Mitigating Video Hallucinations by Prompt-Aware Multi-Instance Video Preference Learning
Xinpeng Ding, Kui Zhang, Jianhua Han, Lanqing Hong, Hang Xu, Xiaomeng Li
TL;DR
This work addresses video hallucination in video-language models by moving from offline preference data to online, video-centric supervision. The core contribution, PaMi-VDPO, combines VDPO with prompt-aware multi-instance learning to construct a candidate set of augmented rejected videos and select the most prompt-relevant, semantically distinct clip for training, while down-weighting noisy samples. The approach eliminates the need for pre-constructed preference data and additional architectural changes, achieving state-of-the-art hallucination mitigation while maintaining or improving performance on general video benchmarks. Empirical results show a 5.3% improvement on VideoHallucer over baselines with 10k SFT data, beating GPT-4o, and robust generalization across datasets and backbones.
Abstract
Direct Preference Optimization (DPO) helps reduce hallucinations in Video Multimodal Large Language Models (VLLMs), but its reliance on offline preference data limits adaptability and fails to capture true video-response misalignment. We propose Video Direct Preference Optimization (VDPO), an online preference learning framework that eliminates the need for preference annotation by leveraging video augmentations to generate rejected samples while keeping responses fixed. However, selecting effective augmentations is non-trivial, as some clips may be semantically identical to the original under specific prompts, leading to false rejections and disrupting alignment. To address this, we introduce Prompt-aware Multi-instance Learning VDPO (PaMi-VDPO), which selects augmentations based on prompt context. Instead of a single rejection, we construct a candidate set of augmented clips and apply a close-to-far selection strategy, initially ensuring all clips are semantically relevant while then prioritizing the most prompt-aware distinct clip. This allows the model to better capture meaningful visual differences, mitigating hallucinations, while avoiding false rejections, and improving alignment. PaMi-VDPOseamlessly integrates into existing VLLMs without additional parameters, GPT-4/human supervision. With only 10k SFT data, it improves the base model by 5.3% on VideoHallucer, surpassing GPT-4o, while maintaining stable performance on general video benchmarks.
