Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

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.

image
image
End of preview.

Dataset Card for Ultra-FGVC

Dataset Summary

Ultra-FGVC (Ultra-Fine-Grained Visual Categorization) is a benchmark dataset designed for ultra-fine-grained image classification tasks, particularly in biological domains such as plant phenotype analysis. It consists of several subsets featuring subtle inter-class visual differences. This dataset was originally proposed in the ICCV 2021 paper.

This Hugging Face version mirrors the original dataset and is provided for convenience and research reproducibility.

Datasets # of Categories Training Test
SoyAgeing 198 4,950 4,950
SoyGene 1,110 12,763 11,143
Cotton80 80 240 240
SoyLocal 200 600 600
SoyGlobal 1,938 5,814 5,814

Supported Tasks

  • image-classification: Standard supervised classification on labeled subsets.

Dataset Structure

Each subset (e.g., SoyAgeing-R1, SoyAgeing-R3, etc.) contains:

ultra-fgvc/
β”œβ”€β”€ SoyAgeing/
β”‚   β”œβ”€β”€ SoyAgeing-R1.zip/
β”‚   β”‚   β”œβ”€β”€ anno/
β”‚   β”‚   β”‚   └── {test, train, val}.txt
β”‚   β”‚   └── images/
β”‚   β”‚   β”‚   └── yd012_R1_{1-10}_{train,test}.png
β”‚   └── ...
β”œβ”€β”€ SoyGene/
β”‚   β”œβ”€β”€ SoyGene-Part-1.zip
β”‚   └── ...
└── README.md

Citation

If you use this dataset, please cite the following papers:

@inproceedings{yu2021benchmark,
  title     = {Benchmark Platform for Ultra-Fine-Grained Visual Categorization Beyond Human Performance},
  author    = {Yu, Xiaohan and Zhao, Yang and Gao, Yongsheng and Yuan, Xiaohui and Xiong, Shengwu},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
  pages     = {10285--10295},
  year      = {2021}
}

License

This dataset is distributed under the MIT License.

Source

Downloads last month
283