Fine-Grained Verifiers: Preference Modeling as Next-Token Prediction in Vision-Language Alignment

Abstract

The recent advancements in large language models (LLMs) and pre-trained vision models have accelerated the development of vision-language large models (VLLMs), enhancing the interaction between visual and linguistic modalities. Despite their notable success across various domains, VLLMs face challenges in modality alignment, which can lead to issues like hallucinations and unsafe content generation. Current alignment techniques often rely on coarse feedback and external datasets, limiting scalability and performance. In this paper, we propose FiSAO (Fine-Grained Self-Alignment Optimization), a novel self-alignment method that utilizes the model’s own visual encoder as a fine-grained verifier to improve vision-language alignment without the need for additional data. By leveraging token-level feedback from the vision encoder, FiSAO significantly improves vision-language alignment, even surpassing traditional preference tuning methods that require additional data. Through both theoretical analysis and experimental validation, we demonstrate that FiSAO effectively addresses the misalignment problem in VLLMs, marking the first instance of token-level rewards being applied to such models. Our code is avaliable at \url{https://anonymous.4open.science/r/FISAO-57F0/}.

Cite

Text

Cui et al. "Fine-Grained Verifiers: Preference Modeling as Next-Token Prediction in Vision-Language Alignment." International Conference on Learning Representations, 2025.

Markdown

[Cui et al. "Fine-Grained Verifiers: Preference Modeling as Next-Token Prediction in Vision-Language Alignment." International Conference on Learning Representations, 2025.](https://mlanthology.org/iclr/2025/cui2025iclr-finegrained/)

BibTeX

@inproceedings{cui2025iclr-finegrained,
  title     = {{Fine-Grained Verifiers: Preference Modeling as Next-Token Prediction in Vision-Language Alignment}},
  author    = {Cui, Chenhang and Zhang, An and Zhou, Yiyang and Chen, Zhaorun and Deng, Gelei and Yao, Huaxiu and Chua, Tat-Seng},
  booktitle = {International Conference on Learning Representations},
  year      = {2025},
  url       = {https://mlanthology.org/iclr/2025/cui2025iclr-finegrained/}
}