Birds Dataset

Dataset details

Last updated: 15 Dec 2022
Meta Album ID LR_AM.BRD
Domain ID LR_AM
Domain Name Large Animals
Set Number 0
Dataset ID BRD
Dataset Name Birds
Short Description Birds dataset for image classification
Long Description When Meta-Album was created, the Birds dataset(https://www.kaggle.com/datasets/gpiosenka/100-bird-species) contained images of 315 bird species, but now it has increased the number of species to 450. It has more than 49 000 images, each with a resolution of 224x224 px. All the images have their natural background, which can lead to bias since, for example, some birds are frequently found in water backgrounds. Additionally, the dataset is imbalanced regarding the ratio of male species images to female species images. The preprocessed version distributed in Meta-Album is made from the original dataset by resizing all the images to a resolution of 128x128 px using an anti-aliasing filter.
# Classes 315
# Images 49054
Keywords birds, animals
Data Format images
Image size 128x128
License
(original data release)
CC0 Public Domain
License URL
(original data release)
https://www.kaggle.com/gpiosenka/100-bird-species
https://creativecommons.org/publicdomain/zero/1.0/
License
(Meta-Album data release)
CC0 Public Domain
License URL
(Meta-Album data release)
https://creativecommons.org/publicdomain/zero/1.0/
Source BIRDS 400 - SPECIES IMAGE CLASSIFICATION
Source URL https://www.kaggle.com/gpiosenka/100-bird-species
Original Author Gerald Piosenka
Original contact https://www.kaggle.com/gpiosenka/contact
Meta Album author Dustin Carrion
Created Date 01 March 2022
Contact Name Ihsan Ullah
Contact Email meta-album@chalearn.org
Contact URL https://meta-album.github.io/

Download Meta-data files

Download Dataset from OpenML

Dataset Version OpenML ID
Micro 44241 Download
Mini 44285 Download
Extended 44320 Download

Code to download dataset using OpenML API

      # import openml
      import openml
  
      # download dataset with DATASET_ID. DATASET_ID is OpenML ID
      dataset = openml.datasets.get_dataset(DATASET_ID)
  
      # display dataset info
      print(dataset.name)
              

Sample Images

Cite this dataset

@article{birds,
    title={BIRDS 400 - SPECIES IMAGE CLASSIFICATION},
    author={Gerald Piosenka},
    url={https://www.kaggle.com/datasets/gpiosenka/100-bird-species},
    publisher= {Kaggle}
}
              
Download as bib

Cite Meta-Album

  @inproceedings{meta-album-2022,
    title={Meta-Album: Multi-domain Meta-Dataset for Few-Shot Image Classification},
    author={Ullah, Ihsan and Carrion, Dustin and Escalera, Sergio and Guyon, Isabelle M and Huisman, Mike and Mohr, Felix and van Rijn, Jan N and Sun, Haozhe and Vanschoren, Joaquin and Vu, Phan Anh},
    booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
    url = {https://meta-album.github.io/},
    year = {2022}
  }
              
Download as bib