jrw2989 commited on
Commit
7132392
·
verified ·
1 Parent(s): 94eaedb

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +298 -0
README.md ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - butterfly
7
+ - heliconius erato
8
+ - heliconius melpomene
9
+ - full body
10
+ - dorsal
11
+ - RGB
12
+ - bird view
13
+ - butterfly view
14
+ - bird acuity
15
+ - butterfly acuity
16
+ - imbalanced
17
+ - mimicry
18
+ - cv
19
+ pretty_name: Curated Gold Standard Hoyal Cuthill Dataset
20
+ size_categories:
21
+ - n<1K
22
+ ---
23
+ # Dataset Card for Curated Gold Standard Hoyal Cuthill Dataset
24
+
25
+ ## Dataset Description
26
+
27
+ Dorsal full body images of subspecies of _Heliconius erato_ and _Heliconius melpomene_ (18 subspecies total).
28
+ There are 960 images with 320 specimens (3 images of each specimen: Original/ Bird transformed/ Butterfly transformed)
29
+ The original images are low-resolution RGB photographs (photographs were "cropped and resized to a height of 64 pixels (maintaining the original image aspect ratio and padded to 140 pixels wide)"(Hoyal Cuthill et al., 2019)).
30
+ These low-resolution images were then transformed using [AcuityView](https://cran.r-project.org/web/packages/AcuityView/index.html) with estimates of acuity from [AcuityView 2.0](http://www.empiricalimaging.com/knowledge-base/acuityview/) and [(Land, 1997)](https://www.annualreviews.org/doi/10.1146/annurev.ento.42.1.147).
31
+ Users should know that since (Land, 1997), more recent estimates of insect visual acuity have been created.
32
+
33
+ This data represents a subset of images processed from Hoyal Cuthill et al. dataset available at [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978). Their original dataset also includes ventral images.
34
+
35
+
36
+ **Note:** `dorsal_images_cuthill` contains processed dorsal images from the original Hoyal Cuthill dataset (all 1,234 specimens).
37
+
38
+ - **Homepage:**
39
+ - **Repository:** [Butterfly-mimicry](https://github.com/Imageomics/Butterfly-mimicry) contains research done using this dataset.
40
+ - **Paper:** [Imageomics Approach to Understanding Visual Biological Trait Similarities using Butterfly Mimicry as a Model System](http://rave.ohiolink.edu/etdc/view?acc_num=osu168198420667979)
41
+ - **Leaderboard:**
42
+ - **Point of Contact:**
43
+
44
+ ### Dataset Summary
45
+
46
+ ![Distribution Summary](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/resolve/main/Curated_GS_Cuthill_Distribution_Snapshot.png)
47
+
48
+ <!---
49
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
50
+ --->
51
+
52
+ ### Supported Tasks and Leaderboards
53
+
54
+ _Heliconius erato_ and _Heliconius melpomene_ subspecies identification (image classification), with variable settings for acuity of the observer (bird, butterfly, or human/other).
55
+
56
+ ### Languages
57
+
58
+ English
59
+
60
+ ## Dataset Structure
61
+
62
+ ```
63
+ |-- dorsal_images_cuthill
64
+ | |
65
+ | |-- 10427965_D_lowres.tif
66
+ | |
67
+ | |-- 10427966_D_lowres.tif
68
+ | |
69
+ | | ...
70
+ |
71
+ |-- Acuities
72
+ | |
73
+ | |-- train_bird
74
+ | | |
75
+ | | |-- erato_cyrbia
76
+ | | |
77
+ | | |-- erato_etylus
78
+ | | |
79
+ | | | ...
80
+ | |
81
+ | |-- test_bird
82
+ | | |
83
+ | | |-- erato_cyrbia
84
+ | | |
85
+ | | |-- erato_etylus
86
+ | | |
87
+ | | | ...
88
+ | |
89
+ | |-- train_butterfly
90
+ | | |
91
+ | | |-- erato_cyrbia
92
+ | | |
93
+ | | |-- erato_etylus
94
+ | | |
95
+ | | | ...
96
+ | |
97
+ | |-- test_butterfly
98
+ | |
99
+ | |-- erato_cyrbia
100
+ | |
101
+ | |-- erato_etylus
102
+ | |
103
+ | | ...
104
+ |
105
+ |-- train
106
+ | |
107
+ | |-- erato_cyrbia
108
+ | |
109
+ | |-- erato_etylus
110
+ | |
111
+ | | ...
112
+ |
113
+ |-- test
114
+ |
115
+ |-- erato_cyrbia
116
+ |
117
+ |-- erato_etylus
118
+ |
119
+ | ...
120
+ ```
121
+
122
+ ### Data Instances
123
+
124
+ * Type: PNG
125
+ * Size: 128px x 128px
126
+ * Background: [210, 210, 210] (gray)
127
+ * Fit in frame: Most padding is above and below the image, some on the left and right.
128
+ * Ruler or Scale: None
129
+ * Color Reference (ColorChecker, white-balance, None): None
130
+
131
+
132
+ ### Data Fields
133
+
134
+ **In `Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv`:**
135
+
136
+ * `NHM_Specimen`: Natural History Museum Specimen number
137
+ * `Image_filename`: filename of image of specimen
138
+ * `View`: whether ventral or dorsal view of specimen (all dorsal)
139
+ * `Species`: species of specimen (melpomene or erato)
140
+ * `Subspecies`: subspecies of the specimen
141
+ * `Sex`: sex of the specimen (male or female)
142
+ * `addit_taxa_info`: additional taxonomic information (subspecies)
143
+ * `type_stat`: indicates "classical" or "example" specimen of species or subspecies ('ST', 'PT', or 'HT', indicating syntypes, paratypes, or holotypes, respectively). This field is mostly null.
144
+ * `hybrid_stat`: hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
145
+ * `in_reduced`: whether or not the specimen was used in the second analysis by Hoyal Cuthill et al. (1 or 0 to indicate yes or no, respectively). This was an effort to remove potential hybrids from their analysis; it does not always match our indication of hybrid status.
146
+ * `locality`: where specimen was collected
147
+ * `lat`: latitude where specimen was collected
148
+ * `lon`: longitude where specimen was collected
149
+ * `speciesdesig`: species designation, first initial of species '.' subspecies (eg., 'm. rosina')
150
+
151
+ `Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv` has three additional columns:
152
+ * `Image_filename_png`: filename of (png) image of specimen, `dorsal_images_cuthill/ + <Image_filename_png>` is the filepath for the processed dorsal image
153
+ * `subset`: whether this is part of the training or test set (`train` or `test`)
154
+ * `filepath`: the filepath for the train or test image
155
+
156
+ `Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv` also has `Image_filename_png` and `subset`, but `subset` references the bird and butterfly acuity training and test sets. Additionally, it has columns:
157
+ * `bird_filepath`: the filepath for the bird acuity version of the image
158
+ * `butterfly_filepath`: the filepath for the butterfly acuity version of the image
159
+
160
+
161
+ ### Data Splits
162
+
163
+ There are 250 images in each training set and 70 in each test set.
164
+
165
+ RGB training images are in `train` folder and testing are in `test`.
166
+
167
+ For bird and butterfly acuities, their respective training and test images are in the `train_bird` (`train_butterfly`) and `test_bird` (`test_butterfly`) folders.
168
+
169
+ All of these folders are further subdivided by the subspecies. Filepaths to access these images are provided in `Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv` and `Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv`, respectively.
170
+
171
+
172
+ ## Dataset Creation
173
+
174
+ Processing steps included:
175
+ 1. Hybrid Separation
176
+ 2. Label Correction
177
+ 3. Removal of subspecies with no mimic pairs
178
+ 4. Make background uniform across all images
179
+ 5. Make image square via padding
180
+
181
+ ### Curation Rationale
182
+
183
+ This dataset was curated for training a model to classify different species of Heliconius Butterflies and to take into account mimicry between species and acuity of the observer (bird, butterfly, or human/other).
184
+ The original data (Hoyal Cuthill et al. 2019) had misclassified species/subspecies and some locality/ collection sites were outside the known range of the butterflies.
185
+ It also contained hybrid and aberrant samples, that had the potential to muddle classification results.
186
+ To prevent this, the data was further refined by several Heliconius experts to remove hybrid and aberrant samples.
187
+ Lastly, bird and butterfly acuities were added to provide another level of analysis using [AcuityView](https://cran.r-project.org/web/packages/AcuityView/index.html) and estimates of observer acuity.
188
+
189
+
190
+ ### Source Data
191
+
192
+ Hoyal Cuthill et al. [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
193
+
194
+ #### Initial Data Collection and Normalization
195
+
196
+ Photographers: Robyn Crowther and Sophie Ledger, Natural History Museum, London.
197
+
198
+ #### Who are the source language producers?
199
+
200
+ [More Information Needed]
201
+
202
+ ### Annotations
203
+
204
+ #### Annotation process
205
+
206
+ The original data has some misclassified species/subspecies, and had multiple hybrid samples. These samples were removed by hand by Owen McMilan, Christopher Lawrence, Jim Mallet, Krzysztof Kozak.
207
+ Some localities were outside the known range of the butterflies, and were removed using QGIS and known subspecies ranges.
208
+
209
+ #### Who are the annotators?
210
+
211
+ Christopher Lawrence,
212
+ Jim Mallet,
213
+ Owen McMilan, and
214
+ Krzysztof Kozak.
215
+
216
+ ### Personal and Sensitive Information
217
+
218
+ None
219
+
220
+ ## Considerations for Using the Data
221
+
222
+ ### Social Impact of Dataset
223
+
224
+ N/A
225
+
226
+ ### Discussion of Biases
227
+
228
+ Biased towards species and subspecies within Heliconius. Focused on _Heliconius erato_ and _Heliconius melpomene_.
229
+
230
+ ### Other Known Limitations
231
+
232
+ * No genetic data available.
233
+
234
+ * Non-uniform distribution of subspecies (imbalanced).
235
+
236
+
237
+ ## Additional Information
238
+
239
+ ### Dataset Curators
240
+
241
+ * Krzysztof Kozak (University of California Berkeley) - ORCID: 0000-0001-8980-3173
242
+
243
+ * Christopher Lawrence (Princeton University) - ORCID: 0000-0002-3846-5968
244
+
245
+ * James Mallet (Harvard University) - ORCID: 0000-0002-3370-0367
246
+
247
+ * Owen McMillan (Smithsonian Tropical Research Institute) - ORCID: 0000-0003-2805-2745
248
+
249
+ * David Carlyn (The Ohio State University) - ORCID: 0000-0002-8323-0359
250
+
251
+ * Mohannad Elhamod (Virginia Tech) - ORCID: 0000-0002-2383-947X
252
+
253
+
254
+ ### Licensing Information
255
+
256
+ This work has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/).
257
+
258
+ ### Citation Information
259
+
260
+ Krzysztof Kozak, Christopher Lawrence, James Mallet, Owen McMillan, David Carlyn, Mohannad Elhamod. (2023), "Curated GoldStandard Hoyal Cuthill", https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill.
261
+
262
+ Ramesh Babu, R. (2023). _Imageomics Approach to Understanding Visual Biological Trait Similarities using Butterfly Mimicry as a Model System_ [Master's thesis, Ohio State University]. OhioLINK Electronic Theses and Dissertations Center. http://rave.ohiolink.edu/etdc/view?acc_num=osu168198420667979
263
+
264
+ Please also cite the original dataset from which this was adapted and its accompanying paper:
265
+ * Hoyal Cuthill, Jennifer F. et al. (2019), Data from: Deep learning on butterfly phenotypes tests evolution’s oldest mathematical model, Dryad, Dataset, https://doi.org/10.5061/dryad.2hp1978.
266
+ * Hoyal Cuthill, Jennifer F. et al. (2019), Deep learning on butterfly phenotypes tests evolution’s oldest mathematical model, Science Advances, Article-journal, https://doi.org/10.1126/sciadv.aaw4967.
267
+
268
+ #### BibTeX
269
+
270
+ Dataset:
271
+ ```
272
+ @misc{CGSHC23,
273
+ author = {Krzysztof Kozak and Christopher Lawrence and James Mallet and Owen McMillan and David Carlyn and Mohannad Elhamod},
274
+ title = {Curated GoldStandard Hoyal Cuthill},
275
+ year = {2023},
276
+ url = {https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill},
277
+ doi = {doi:10.57967/hf/1351},
278
+ publisher = {Hugging Face}
279
+ }
280
+ ```
281
+
282
+ Imageomics paper (Part of thesis work):
283
+ ```
284
+ @masterthesis{ramesh_babu23,
285
+ title = {Imageomics Approach to Understanding Visual Biological Trait Similarities using Butterfly Mimicry as a Model System},
286
+ author = {Reshma Ramesh Babu},
287
+ year = 2023,
288
+ month = {May},
289
+ note = {Available at \url{http://rave.ohiolink.edu/etdc/view?acc_num=osu168198420667979}},
290
+ school = {The Ohio State University},
291
+ type = {Master's thesis}
292
+ }
293
+ ```
294
+
295
+
296
+ ### Contributions
297
+
298
+ The [Imageomics Institute](https://imageomics.org) is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.