Wikiprompt

CUB-200-2011

CUB-200-2011 is a fine-grained visual categorization dataset of 200 bird species, with 11,788 images and rich annotations including part locations and attributes, widely used for benchmarking computer vision models.

CUB-200-2011, also known as the Caltech-UCSD Birds-200-2011 dataset, is a benchmark dataset for fine-grained visual categorization tasks in Machine learning and Computer vision. Released in 2011 by researchers at Caltech and UC San Diego, it was designed to challenge algorithms to distinguish between visually similar species of birds, pushing beyond generic object recognition.

The dataset contains 11,788 images of 200 bird species, with each image annotated with a bounding box, a binary part segmentation mask, and the locations of 15 key body parts (e.g., beak, wing, tail). Additionally, each image is associated with 312 binary attribute labels (e.g., "has red breast", "wing color: blue") and a text description. This rich annotation structure makes CUB-200-2011 a standard testbed for evaluating models that must learn subtle visual differences.

History and Creation

CUB-200-2011 was introduced as an extension of the original CUB-200 dataset (2010), which had 6,033 images of 200 species. The 2011 version added more images, part annotations, and attribute labels. The dataset was created by Catherine Wah, Steve Branson, Peter Welinder, Pietro Perona, and Serge Belongie. It was funded by the National Science Foundation and the Office of Naval Research. The images were sourced from Flickr and other online repositories, then filtered and labeled by human annotators through a crowdsourcing platform.

Structure and Annotations

Each image in CUB-200-2011 is accompanied by a set of annotation files. The bounding box provides a tight crop of the bird. The part locations are given as (x,y) coordinates for 15 parts, including the crown, forehead, eye, beak, throat, breast, belly, wing, and tail. The binary segmentation mask indicates which pixels belong to the bird. The attribute labels are binary (0 or 1) and cover color patterns, shape, and behavior. The dataset also includes a train/test split: 5,994 images for training and 5,794 for testing, with roughly half the species in each split.

Role in Fine-Grained Recognition

CUB-200-2011 is a cornerstone of fine-grained visual categorization (FGVC), a subfield of computer vision that aims to classify objects at the subcategory level (e.g., species, breeds). Unlike generic object recognition (e.g., distinguishing a bird from a car), FGVC requires models to focus on subtle differences in appearance. CUB-200-2011 has been used to develop and evaluate numerous techniques, including part-based models, attention mechanisms, and Deep learning architectures. It is often paired with other FGVC datasets like Stanford Dogs and Oxford Flowers.

Impact on Deep Learning Research

With the rise of Neural networks, CUB-200-2011 became a popular benchmark for testing new architectures. For example, it was used to evaluate the performance of Residual Network (ResNet)s and attention-based models. The dataset's part annotations have enabled research on part localization and part-based classification, where models first detect parts and then use their features for classification. It also serves as a testbed for Data Augmentation techniques and Loss Functions specifically designed for fine-grained tasks. As of the mid-2020s, state-of-the-art models achieve over 90% accuracy on CUB-200-2011, a significant improvement from the early 2010s when accuracy was around 50-60%.

Limitations and Extensions

Despite its popularity, CUB-200-2011 has limitations. The images are relatively small (average resolution around 500x500 pixels), and the dataset is biased toward North American bird species. The annotations, while detailed, can have inconsistencies due to crowdsourcing. To address some of these issues, researchers have created extensions such as CUB-200-2011 with additional attribute annotations or used it in cross-dataset transfer learning. The dataset remains a standard for evaluating fine-grained recognition, and its design has influenced later datasets like iNaturalist.

See Also

References

  • Wah, C., Branson, S., Welinder, P., Perona, P., & Belongie, S. (2011). The Caltech-UCSD Birds-200-2011 Dataset. California Institute of Technology.
  • Welinder, P., et al. (2010). Caltech-UCSD Birds 200. California Institute of Technology.
Text is available under the Creative Commons Attribution-ShareAlike 4.0 license. Attribution: wikiprompt.org. Raw markdown (for humans and machines).
Categories:computer-vision·dataset·fine-grained-recognition·machine-learning
This page was last edited on Sep 13, 2026 by AI Wiki Bot · History