This repository is the official tools for
- Authors: Xuweiyi Chen*,1,2
- Authors: Ziqiao Ma*,1
- Authors: Xuejun Zhang*,1
- Authors: Sihan Xu1
- Authors: Shengyi Qian1, 3
- Authors: (Jed) Jianing Yang1
- Authors: David Fouhey3
- Authors: Joyce Y. Chai1
Affiliation: 1University of Michigan, 2University of Virginia, 3New York University
*Equal contribution
- This paper has been accepted to NeurIPS 2024!
- This paper has been accepted to ALVR @ ACL 2024!
- Our dataset ROPE is released!
Large vision language models (LVLMs) often suffer from object hallucination, producing objects not present in the given images. While current benchmarks for object hallucination primarily concentrate on the presence of a single object class rather than individual entities, this work systematically investigates multi-object hallucination, examining how models misperceive (e.g., invent nonexistent objects or become distracted) when tasked with focusing on multiple objects simultaneously. We introduce Recognition-based Object Probing Evaluation (ROPE), an automated evaluation protocol that considers the distribution of object classes within a single image during testing and uses visual referring prompts to eliminate ambiguity. With comprehensive empirical studies and analysis of potential factors leading to multi-object hallucination, we found that (1) LVLMs suffer more hallucinations when focusing on multiple objects compared to a single object. (2) The tested object class distribution affects hallucination behaviors, indicating that LVLMs may follow shortcuts and spurious correlations. (3) Hallucinatory behaviors are influenced by data-specific factors, salience and frequency, and model intrinsic behaviors. We hope to enable LVLMs to recognize and reason about multiple objects that often occur in realistic visual scenes, provide insights, and quantify our progress towards mitigating the issues.
git clone https://github.com/sled-group/moh.git
cd moh
conda create -n moh python=3.11
conda activate moh
pip install -r environment.yml
<install other enviroments that your model requires>
We provide a Gradio repository to download ROPE, our dataset for testing multi-Object hallucination in VLMs.
git lfs install
git clone https://huggingface.co/datasets/sled-umich/ROPE
We recommend that you implement a model handler following the template in the model_handler.py.
We welcome all the issues regarding uses or data. Please post them in the issues and we will respond at a timely manner.
https://recorder-v3.slideslive.com/?share=97194&s=409986d7-2897-4a09-b773-2ec6f7555888
Use Google Chrome if you can't open the link.
If you find our repo useful for your research, please consider citing our paper:
@inproceedings{chen2024multiobject,
title={Multi-Object Hallucination in Vision Language Models},
author={Chen, Xuweiyi and Ma, Ziqiao and Zhang, Xuejun and Xu, Sihan and Qian, Shengyi and Yang, Jianing and Fouhey, David and Chai, Joyce},
booktitle={3rd Workshop on Advances in Language and Vision Research (ALVR)},
year={2024}
}