File size: 3,896 Bytes
befadac
79c741a
befadac
 
 
 
 
 
0d09c89
befadac
 
0d09c89
c04a430
befadac
 
38e9f3d
 
c04a430
38e9f3d
 
78d5c02
c0ac48c
4a9c400
 
 
 
38e9f3d
 
5cac4df
4a9c400
38e9f3d
0d09c89
38e9f3d
 
22e85d8
0d09c89
38e9f3d
 
0d09c89
38e9f3d
 
1223b28
38e9f3d
 
95a360b
38e9f3d
 
1223b28
38e9f3d
 
95a360b
38e9f3d
 
 
 
 
 
69a9927
38e9f3d
 
 
 
 
 
 
06bda03
4311c54
 
 
 
38e9f3d
0107321
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
---
license: cc-by-nc-4.0
task_categories:
- zero-shot-classification
language:
- en
tags:
- biodiverstiy
- cryptic species
- fine-grained image recognition
- vision-language
- multimodal dataset
pretty_name: A Large Multimodal Dataset for Visually Confusing Species
size_categories:
- 100M<n<1B
---

# CrypticBio: A Large Multimodal Dataset for Visually Confusing Species

<!-- Banner links -->
<div style="text-align:left;">
  <a href="https://georgianagmanolache.github.io/crypticbio/" target="_blank" style="display:inline-block;">
    <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 cryptic species group. 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.
Curated from real-world trends in species misidentification among community annotators of iNaturalist, CrypticBio contains 67K cryptic species groups spanning 52K species, represented in 166 million images. 

## New Benchmark Datasets
We created four new benchmark datasets for fine-grained image classification of cryptic species. 

### CrypticBio-Commom
We curate a common species from Arachnida, Aves, Insecta, Plantae, Fungi, Mollusca, and Reptilia and associated cryptic group, spanning n=158 species. 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, spanning n=133 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, Aves, Insecta, Plantae, Fungi, Mollusca, and Reptilia and associated cryptic groups spanning n=37 species, 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. We randomly select 100 samples from each invasive species cryptic group spanning n=72 species, filtering out taxa where there are less than 150 observation. 

## Dataset Information

### Directory
```plaintext
main/
β”œβ”€β”€ CrypticBio/
β”‚   β”œβ”€β”€ 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
└──.gitattributes
```

The data and the code are publicly available at [georgianagmanolache.github.io/crypticbio](https://georgianagmanolache.github.io/crypticbio/)