Visual Instruction Bottleneck Tuning
Paper β’ 2505.13946 β’ Published β’ 10
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset provides visually perturbed variants of the POPE (Polling-based Object Probing Evaluation) benchmark, built on COCO val2014 images. It is released as part of the Vittle (Visual Instruction Bottleneck Tuning) project (NeurIPS 2025).
All perturbations are at severity level 3, generated following MM-Robustness:
| Perturbation | Folder |
|---|---|
| Gaussian Noise | images/COCO_IP_gaussian_noise_3/ |
| Shot Noise | images/COCO_IP_shot_noise_3/ |
| Speckle Noise | images/COCO_IP_speckle_noise_3/ |
| Fog | images/COCO_IP_fog_3/ |
| Contrast | images/COCO_IP_contrast_3/ |
| Brightness | images/COCO_IP_brightness_3/ |
| Defocus Blur | images/COCO_IP_defocus_blur_3/ |
| Zoom Blur | images/COCO_IP_zoom_blur_3/ |
| Frost | images/COCO_IP_frost_3/ |
.
βββ README.md
βββ llava_pope_test.jsonl # 9,000 questions
βββ annotations/
β βββ coco_pope_adversarial.json # 3,000 adversarial split labels
β βββ coco_pope_popular.json # 3,000 popular split labels
β βββ coco_pope_random.json # 3,000 random split labels
βββ images/
βββ COCO_IP_gaussian_noise_3/ # 500 images
βββ COCO_IP_shot_noise_3/
βββ COCO_IP_speckle_noise_3/
βββ COCO_IP_fog_3/
βββ COCO_IP_contrast_3/
βββ COCO_IP_brightness_3/
βββ COCO_IP_defocus_blur_3/
βββ COCO_IP_zoom_blur_3/
βββ COCO_IP_frost_3/
{"question_id": 0, "image": "COCO_val2014_000000007991.jpg", "text": "Is there a snowboard in the image?\nAnswer the question using a single word or phrase.", "category": "adversarial"}
@inproceedings{
oh2025visual,
title={Visual Instruction Bottleneck Tuning},
author={Changdae Oh and Jiatong Li and Shawn Im and Sharon Li},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=yzHiEmLSk8}
}
MIT