File size: 1,487 Bytes
051b2d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
pretty_name: FG-BMK Image Archive - CUB-200-2011
license: other
language:
- en
task_categories:
- image-classification
tags:
- fine-grained-recognition
- large-vision-language-models
- benchmark
- image-dataset
---

# FG-BMK Image Archive: CUB-200-2011

This repository stores the CUB-200-2011 image archive used by FG-BMK. It is a companion repository for [SEU-VIPGroup/FG-BMK](https://huggingface.co/datasets/SEU-VIPGroup/FG-BMK), which contains the benchmark metadata, questions, splits, and evaluation code.

## Files

- `CUB.zip`: image archive for the CUB-200-2011 subset.

## Use with FG-BMK

1. Download `CUB.zip`.
2. Extract it to a local data directory.
3. Use [SEU-VIPGroup/FG-BMK](https://huggingface.co/datasets/SEU-VIPGroup/FG-BMK) for the corresponding question files, class lists, train/test splits, and evaluation scripts.
4. Point the FG-BMK evaluation scripts to the extracted image folder.

## Citation

```bibtex
@article{yu2026fgbmk,
  title   = {Benchmarking Large Vision-Language Models on Fine-Grained Image Tasks: From Evaluation to Diagnosis},
  author  = {Yu, Hong-Tao and Xie, Chen-Wei and Peng, Yuxin and Belongie, Serge and Wei, Xiu-Shen},
  journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)},
  year    = {2026}
}
```

## License and Data Terms

This archive is provided for FG-BMK evaluation. Users must follow the license and usage terms of the original CUB-200-2011 dataset as well as the FG-BMK project terms.