Datasets:
Tasks:
Zero-Shot Classification
Formats:
parquet
Languages:
English
Size:
100M - 1B
Tags:
biodiverstiy
cryptic species
fine-grained image recognition
vision-language
multimodal dataset
License:
File size: 4,458 Bytes
befadac 38e9f3d 78d5c02 4a9c400 38e9f3d 4a9c400 38e9f3d 22e85d8 38e9f3d 22e85d8 38e9f3d 4311c54 38e9f3d | 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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | ---
license: cc
task_categories:
- zero-shot-classification
language:
- en
tags:
- biodiverstiy
- fine-grained image recognition
- vision-language
- multimodal embedding space
pretty_name: A Large Multimodal Dataset for Visually Confusing Biodiversity
size_categories:
- 100M<n<1B
---
# CrypticBio: A Large Multimodal Dataset for Visually Confusing Biodiversity
<!-- Banner links -->
<div style="text-align:left;">
<a href="https://georgianagmanolache.github.io/crypticbio/" target="_blank" style="display:inline-block; margin-right:20px;">
<img src="https://img.shields.io/badge/Project%20Page-Visit-blue" alt="Project Page">
</a>
<a href="https://github.com/georgianagmanolache/crypticbio" target="_blank" style="display:inline-block;">
<img src="https://img.shields.io/badge/GitHub-Visit-lightgrey" alt="GitHub">
</a>
</div>
## Description
[CrypticBio](https://georgianagmanolache.github.io/crypticbio/) comprises metadata including species scientific and multicultural vernacular terminology, image URL, taxonomic hierarchy, spatiotemporal context, and corresponding visually confusing species group. Visually confusing or cryptic species are groups of two or more taxa that are nearly indistinguishable based on visual characteristics alone.
## CrypticBio Dataset
We present CrypticBio, the largest publicly available multimodal dataset of visually confusing species groups, specifically curated to support the development of AI models in the context of biodiversity identification applications.
Visually confusing or cryptic species are groups of two or more taxa that are nearly indistinguishable based on visual characteristics alone. Curated from real-world trends in species misidentification among community annotators of iNaturalist, CrypticBio contains 66K cryptic species groups spanning 64K species, represented in 170 million annotated images.
Rich research-graded metadata annotations extending scientific, multicultural, and multilingual species terminology, hierarchical taxonomy, spatiotemporal context, and cryptic group species, further challenge the multimodal AI biodiversity research.
## New Benchmark Datasets
We created three new benchmark datasets for fine-grained image classification. In addition, we provide a new benchmark dataset for species recognition across various developmental Life-stages.
### CrypticBio-Commom
We curate a cryptic species subset of a common species from Arachnida, Aves, Insecta, Plantae, Fungi, Mollusca, and Reptilia. We randomly select 100 samples from each species in a cryptic group where there are more than 150 observation per species.
### CrypticBio-CommonUnseen
To assess zero-shot performance on common species from CrypticBio-Common not encountered during training of state-of-the-art models, we specifically curate a subset spanning data from 01-09-2024 to 01-04-2025. We randomly select 100 samples from each species in a cryptic group where there are more than 150 observation per species.
### CrypticBio-Endagered
We propose a cryptic species subset of endangered species according to global IUCN Red List. We randomly select 30 samples from Arachnida, Fungi, Insecta, Mollusca, and Reptilia taxa and corresponding cryptic group, filtering out taxa where there are less than 150 observation.
### CrypticBio-Invasive
We also propose a cryptic species subset of invasive alien species (IAS) according to global the Global Invasive Species Database (GISD). IAS are a significant concern for biodiversity as their records appear to be exponentially rising across the Earth. Thus, identifying invasive species in cryptic groups is essential in biodiversity. We randomly select 100 samples from each invasive species cryptic group, filtering out taxa where there are less than 150 observation.
## Dataset Information
### Directory
```plaintext
main/
├── crypticbio.parquet/
│ ├── part_0.csv
│ ├── part_0.parquet
│ ├── part_1.parquet
│ ├── .
│ ├── .
│ ├── .
│ └── part_626.parquet
├── CrypticBio-benchmark/
│ ├── CrypticBio-Common.csv
│ ├── CrypticBio-CommonUnseen.csv
│ ├── CrypticBio-Endangered.csv
│ └── CrypticBio-Invasive.csv
├──README.md
└──.gitignore
```
### Acknowledgements
The data and the code are publicly available at [georgianagmanolache.github.io/crypticbio](https://georgianagmanolache.github.io/crypticbio/) |