Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: FG-BMK Image Archive - VegFru
|
| 3 |
+
license: other
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- image-classification
|
| 8 |
+
tags:
|
| 9 |
+
- fine-grained-recognition
|
| 10 |
+
- large-vision-language-models
|
| 11 |
+
- benchmark
|
| 12 |
+
- image-dataset
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# FG-BMK Image Archive: VegFru
|
| 16 |
+
|
| 17 |
+
This repository stores the VegFru 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.
|
| 18 |
+
|
| 19 |
+
## Files
|
| 20 |
+
|
| 21 |
+
- `vegfru.zip`: image archive for the VegFru subset.
|
| 22 |
+
|
| 23 |
+
## Use with FG-BMK
|
| 24 |
+
|
| 25 |
+
1. Download `vegfru.zip`.
|
| 26 |
+
2. Extract it to a local data directory.
|
| 27 |
+
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.
|
| 28 |
+
4. Point the FG-BMK evaluation scripts to the extracted image folder.
|
| 29 |
+
|
| 30 |
+
## Citation
|
| 31 |
+
|
| 32 |
+
```bibtex
|
| 33 |
+
@article{yu2026fgbmk,
|
| 34 |
+
title = {Benchmarking Large Vision-Language Models on Fine-Grained Image Tasks: From Evaluation to Diagnosis},
|
| 35 |
+
author = {Yu, Hong-Tao and Xie, Chen-Wei and Peng, Yuxin and Belongie, Serge and Wei, Xiu-Shen},
|
| 36 |
+
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI)},
|
| 37 |
+
year = {2026}
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## License and Data Terms
|
| 42 |
+
|
| 43 |
+
This archive is provided for FG-BMK evaluation. Users must follow the license and usage terms of the original VegFru dataset as well as the FG-BMK project terms.
|
| 44 |
+
|