lombardata commited on
Commit
a5a87fa
·
verified ·
1 Parent(s): 25a1c45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md CHANGED
@@ -26,4 +26,125 @@ configs:
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
+ task_categories:
30
+ - multilabel-image-classification
31
+ tags:
32
+ - marine biology
33
+ - biodiversity
34
+ - ecology
35
+ - conservation
36
+ - citizen science
37
+ - coral reef
38
+ license: cc0-1.0
39
+ size_categories:
40
+ - 10K<n<100K
41
  ---
42
+
43
+ # Seatizen Atlas Image Dataset
44
+
45
+ ---
46
+
47
+ ## Dataset Card
48
+
49
+ **Dataset Name:** Seatizen Atlas Image Dataset
50
+ **Task:** Multi-label image classification
51
+ **Domain:** Marine Biodiversity
52
+ **License:** cc0-1.0
53
+ **Size:** 14,492 annotated images
54
+
55
+ ---
56
+
57
+ ## Description
58
+
59
+ The **Seatizen Atlas Image Dataset** is a large-scale collection of annotated underwater images designed for training and evaluating artificial intelligence models in marine biodiversity research. It is specifically tailored for multi-label image classification tasks.
60
+
61
+ This dataset was curated by selecting only classes with more than 200 annotations to facilitate the training of computer vision models. For more information about the Seatizen Atlas Dataset, please refer to the [Data paper](https://www.nature.com/articles/s41597-024-04267-z#Sec20) and the [Zenodo repository](https://zenodo.org/records/13951614).
62
+
63
+
64
+ ## Acquisition Details
65
+
66
+ Underwater data acquisition was carried out using instrumented marine platforms. These platforms can be divided into two groups: citizen platforms and scientific platforms.
67
+
68
+ - **Citizen platforms** paddleboards, kitesurfs, snorkeling masks equipped with cameras. Images were collected by the "Seatizen" team to promote citizen science involvement in marine research.
69
+ - **Scientific platforms** Autonomous Surface Vehicles (ASV) equipped with a camera.
70
+
71
+ ## Dataset Structure
72
+
73
+ The Seatizen Atlas Image Dataset is organized as follows:
74
+
75
+ - **Train split:** 8716 images
76
+ - **Validation split:** 2886 images
77
+ - **Test split:** 2890 images
78
+
79
+ ![Label Distribution](label_distribution_seatizen_atlas.png)
80
+
81
+
82
+ ---
83
+
84
+ ## List of Annotated Classes
85
+
86
+ 31 classes were grouped into five main categories:
87
+
88
+ ### Algae
89
+ - Algal Assemblage
90
+ - Algae Halimeda
91
+ - Algae Coralline
92
+ - Algae Turf
93
+
94
+ ### Coral
95
+ - Acropora Branching
96
+ - Acropora Digitate
97
+ - Acropora Submassive
98
+ - Acropora Tabular
99
+ - Bleached Coral
100
+ - Dead Coral
101
+ - Living Coral
102
+ - Non-acropora Millepora
103
+ - Non-acropora Encrusting
104
+ - Non-acropora Foliose
105
+ - Non-acropora Massive
106
+ - Non-acropora Coral Free
107
+ - Non-acropora Submassive
108
+
109
+ ### Seagrass
110
+ - Syringodium isoetifolium
111
+ - Thalassodendron ciliatum
112
+
113
+ ### Habitat
114
+ - Rock
115
+ - Rubble
116
+ - Sand
117
+
118
+ ### Other Organisms and Custom Classes
119
+ - Atra/Leucospilota
120
+ - Blurred
121
+ - Fish
122
+ - Homo Sapiens
123
+ - Human Object
124
+ - Sea Cucumber
125
+ - Sea Urchin
126
+ - Sponges
127
+ - Useless
128
+
129
+ More detailed information about the dataset classes, including full descriptions and examples of annotated images, can be found in the supplementary material [available here](https://static-content.springer.com/esm/art%3A10.1038%2Fs41597-024-04267-z/MediaObjects/41597_2024_4267_MOESM1_ESM.pdf).
130
+
131
+
132
+ ---
133
+
134
+ ## Citation
135
+
136
+ If you use the Seatizen Atlas Image Dataset in your research, please consider cite the following:
137
+
138
+ ```bibtex
139
+ @article{Contini2025,
140
+ author = {Matteo Contini and Victor Illien and Mohan Julien and Mervyn Ravitchandirane and Victor Russias and Arthur Lazennec and Thomas Chevrier and Cam Ly Rintz and Léanne Carpentier and Pierre Gogendeau and César Leblanc and Serge Bernard and Alexandre Boyer and Justine Talpaert Daudon and Sylvain Poulain and Julien Barde and Alexis Joly and Sylvain Bonhommeau},
141
+ doi = {10.1038/s41597-024-04267-z},
142
+ issn = {2052-4463},
143
+ issue = {1},
144
+ journal = {Scientific Data},
145
+ pages = {67},
146
+ title = {Seatizen Atlas: a collaborative dataset of underwater and aerial marine imagery},
147
+ volume = {12},
148
+ url = {https://doi.org/10.1038/s41597-024-04267-z},
149
+ year = {2025},
150
+ }