π Paper (arXiv) | π Project Website | π Poster | π All Data (Google Drive) | π€ UOUO-Bench

We use python 3.10 and cuda 12.1 in our setting.
conda create -n uouo python=3.10
conda activate uouo
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
pip install transformers==4.45.0.dev0
pip install genai openai accelerate tqdm
We release the raw download data and the preprocessed data (link coming soon).
We release the mosaic images evaluated in the paper, as well as the human-cleaned images from which the mosaics were constructed.
We provide direct download links for each dataset to allow users to download them directly from the internet.
In addition, we release the category names used for scraping data.
| Model | mIoU-mmd | mIoU-rand | acc-mmd | acc-rand |
|---|---|---|---|---|
| llava-v1.5-7b | 0.18 | 0.41 | 0.42 | 0.70 |
| llava-v1.5-13b | 0.23 | 0.47 | 0.44 | 0.73 |
| llava-v1.6-vicuna-7b | 0.28 | 0.48 | 0.49 | 0.75 |
| llava-v1.6-vicuna-13b | 0.28 | 0.49 | 0.52 | 0.78 |
| llava-v1.6-34b | 0.38 | 0.55 | 0.57 | 0.83 |
| cogvlm-llama3-chat-19b | 0.49 | 0.69 | 0.43 | 0.60 |
| gemini-1.5-pro | 0.27 | 0.27 | 0.63 | 0.80 |
| gpt-4-turbo | 0.34 | 0.38 | 0.67 | 0.90 |
| gpt-4o | 0.33 | 0.35 | 0.68 | 0.88 |
Note: rand stands for no-mmd setting.
See the evaluation section for more details.
See the mosaic-generation section for more details.
See the clip-mmd section for more details.
Tran Van, H. (2023). Mosaic Data Augmentation for YOLO. GitHub. https://github.com/huytranvan2010/Mosaic_data_augmentation_YOLO
OpenAI. (2021). CLIP: Contrastive Language-Image Pre-Training. GitHub. https://github.com/openai/CLIP
This project is released under the MIT License.
If you use our work, please cite:
@misc{pi2024uououncontextualizeduncommonobjects,
title={UOUO: Uncontextualized Uncommon Objects for Measuring Knowledge Horizons of Vision Language Models},
author={Xinyu Pi and Mingyuan Wu and Jize Jiang and Haozhen Zheng and Beitong Tian and Chengxiang Zhai and Klara Nahrstedt and Zhiting Hu},
year={2024},
eprint={2407.18391},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.18391},
}
12 commits
2 commits
Jupyter Notebook
94.2%
Python
5.8%
π Paper (arXiv) | π Project Website | π Poster | π All Data (Google Drive) | π€ UOUO-Bench

We use python 3.10 and cuda 12.1 in our setting.
conda create -n uouo python=3.10
conda activate uouo
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121
pip install transformers==4.45.0.dev0
pip install genai openai accelerate tqdm
We release the raw download data and the preprocessed data (link coming soon).
We release the mosaic images evaluated in the paper, as well as the human-cleaned images from which the mosaics were constructed.
We provide direct download links for each dataset to allow users to download them directly from the internet.
In addition, we release the category names used for scraping data.
| Model | mIoU-mmd | mIoU-rand | acc-mmd | acc-rand |
|---|---|---|---|---|
| llava-v1.5-7b | 0.18 | 0.41 | 0.42 | 0.70 |
| llava-v1.5-13b | 0.23 | 0.47 | 0.44 | 0.73 |
| llava-v1.6-vicuna-7b | 0.28 | 0.48 | 0.49 | 0.75 |
| llava-v1.6-vicuna-13b | 0.28 | 0.49 | 0.52 | 0.78 |
| llava-v1.6-34b | 0.38 | 0.55 | 0.57 | 0.83 |
| cogvlm-llama3-chat-19b | 0.49 | 0.69 | 0.43 | 0.60 |
| gemini-1.5-pro | 0.27 | 0.27 | 0.63 | 0.80 |
| gpt-4-turbo | 0.34 | 0.38 | 0.67 | 0.90 |
| gpt-4o | 0.33 | 0.35 | 0.68 | 0.88 |
Note: rand stands for no-mmd setting.
See the evaluation section for more details.
See the mosaic-generation section for more details.
See the clip-mmd section for more details.
Tran Van, H. (2023). Mosaic Data Augmentation for YOLO. GitHub. https://github.com/huytranvan2010/Mosaic_data_augmentation_YOLO
OpenAI. (2021). CLIP: Contrastive Language-Image Pre-Training. GitHub. https://github.com/openai/CLIP
This project is released under the MIT License.
If you use our work, please cite:
@misc{pi2024uououncontextualizeduncommonobjects,
title={UOUO: Uncontextualized Uncommon Objects for Measuring Knowledge Horizons of Vision Language Models},
author={Xinyu Pi and Mingyuan Wu and Jize Jiang and Haozhen Zheng and Beitong Tian and Chengxiang Zhai and Klara Nahrstedt and Zhiting Hu},
year={2024},
eprint={2407.18391},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.18391},
}
12 commits
2 commits
Jupyter Notebook
94.2%
Python
5.8%