Skip to content

[ICML 2025] Official implementation for "SECOND: Mitigating Perceptual Hallucination in Vision-Language Models via Selective and Contrastive Decoding"

Notifications You must be signed in to change notification settings

AIDASLab/SECOND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

[ICML 2025] SECOND: Mitigating Perceptual Hallucination in VLMs via Selective and Contrastive Decoding

This repository provides the official PyTorch implementation of the following paper:

SECOND: Mitigating Perceptual Hallucination in Vision-Language Models via Selective and Contrastive Decoding

πŸ“„ Paper (arXiv)
🌐 Project Page


πŸš€ Installation

Clone the repository and install dependencies:

cd SECOND/lmms-eval-vicuna
pip install -e .

cd LLaVA-NeXT
pip install -e .

πŸ”§ Usage

Run SECOND with the provided scripts:

cd SECOND/lmms-eval-vicuna
./run.sh

πŸ“š Citation

If you find this work useful, please consider citing:

@inproceedings{park2025second,
  title     = {SECOND: Mitigating Perceptual Hallucination in Vision-Language Models via Selective and Contrastive Decoding},
  author    = {Park, Woohyeon and Kim, Woojin and Kim, Jaeik and Do, Jaeyoung},
  booktitle = {Proceedings of the 42nd International Conference on Machine Learning (ICML)},
  year      = {2025},
  series    = {Proceedings of Machine Learning Research},
  publisher = {PMLR}
}

About

[ICML 2025] Official implementation for "SECOND: Mitigating Perceptual Hallucination in Vision-Language Models via Selective and Contrastive Decoding"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published