Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LPOI: Listwise Preference Optimization for Vision Language Models

About

Aligning large VLMs with human preferences is a challenging task, as methods like RLHF and DPO often overfit to textual information or exacerbate hallucinations. Although augmenting negative image samples partially addresses these pitfalls, no prior work has employed listwise preference optimization for VLMs, due to the complexity and cost of constructing listwise image samples. In this work, we propose LPOI, the first object-aware listwise preference optimization developed for reducing hallucinations in VLMs. LPOI identifies and masks a critical object in the image, and then interpolates the masked region between the positive and negative images to form a sequence of incrementally more complete images. The model is trained to rank these images in ascending order of object visibility, effectively reducing hallucinations while retaining visual fidelity. LPOI requires no extra annotations beyond standard pairwise preference data, as it automatically constructs the ranked lists through object masking and interpolation. Comprehensive experiments on MMHalBench, AMBER, and Object HalBench confirm that LPOI outperforms existing preference optimization methods in reducing hallucinations and enhancing VLM performance. We make the code available at https://github.com/fatemehpesaran310/lpoi.

Fatemeh Pesaran Zadeh, Yoojin Oh, Gunhee Kim• 2025

Related benchmarks

TaskDatasetResultRank
Hallucination EvaluationMMHal-Bench
MMHal Score2.88
174
Hallucination assessmentAMBER
CHAIR_s4.3
47
Generative HallucinationObject-HalBench
CHAIR_S Score14.6
33
Hallucination EvaluationHallusionBench (test)
Question Pair Accuracy17.8
4
Showing 4 of 4 rows

Other info

Code

Follow for update