Self-Improving VLM Judges Without Human Annotations
Inna Wanyin Lin, Yushi Hu, Shuyue Stella Li, Scott Geng, Pang Wei Koh, Luke Zettlemoyer, Tim Althoff, Marjan Ghazvininejad
TL;DR
The paper tackles the high cost and rapid obsolescence of human preference data for training Vision-Language Model judges. It introduces a three-stage, self-training loop that generates synthetic preference data, filters judgments with reasoning traces from the current judge, and fine-tunes the judge on filtered signals, iterating to improve performance. Empirically, an 11B Llama-3.2-11B-Vision-Instruct judge achieves competitive VL-RewardBench results (0.51) and outperforms larger models on several dimensions, notably general instruction following and hallucination detection. These results demonstrate a viable path toward self-improving, annotation-free judges that can co-evolve with advancing VLMs and adapt to new visual domains without ground-truth labels.
Abstract
Effective judges of Vision-Language Models (VLMs) are crucial for model development. Current methods for training VLM judges mainly rely on large-scale human preference annotations. However, such an approach is costly, and the annotations easily become obsolete as models rapidly improve. In this work, we present a framework to self-train a VLM judge model without any human preference annotations, using only self-synthesized data. Our method is iterative and has three stages: (1) generate diverse multimodal instruction-response pairs at varying quality levels, (2) generate reasoning traces and judgments for each pair, removing the ones that do not match our expected quality levels, and (3) training on correct judge answers and their reasoning traces. We evaluate the resulting judge on Multimodal RewardBench and VL-RewardBench across domains: correctness, preference, reasoning, safety, and visual question-answering. Our method improves a Llama-3.2-11B multimodal judge from 0.38 to 0.51 in overall accuracy on VL-RewardBench, often outperforming much larger models including Llama-3.2-90B, GPT-4o, and Claude 3.5 Sonnet, with particularly strong gains in general, hallucination, and reasoning dimensions. The overall strength of these human-annotation-free results suggest the potential for a future self-judge that evolves alongside rapidly improving VLM capabilities.
