BGLab commited on
Commit
052e535
β€’
1 Parent(s): 38c6032

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +144 -3
README.md CHANGED
@@ -1,3 +1,144 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ License: cc0-1.0
3
+ language:
4
+ - en
5
+ pretty_name: Arboretum
6
+ task_categories:
7
+ - image-classification
8
+ - zero-shot-classification
9
+ tags:
10
+ - biology
11
+ - image
12
+ - animals
13
+ - species
14
+ - taxonomy
15
+ - rare species
16
+ - endangered species
17
+ - evolutionary biology
18
+ - balanced
19
+ - CV
20
+ - multimodal
21
+ - CLIP
22
+ - knowledge-guided
23
+
24
+ size_categories: 100M<n<1B
25
+
26
+ ---
27
+
28
+ # Arboretum: A Comprehensive Multimodal Dataset Enabling AI for Biodiversity
29
+
30
+ <!-- Banner links -->
31
+ <div style="text-align:center;">
32
+ <a href="https://baskargroup.github.io/Arboretum/" target="_blank">
33
+ <img src="https://img.shields.io/badge/Project%20Page-Visit-blue" alt="Project Page" style="margin-right:10px;">
34
+ </a>
35
+ <a href="https://github.com/baskargroup/Arboretum" target="_blank">
36
+ <img src="https://img.shields.io/badge/GitHub-Visit-lightgrey" alt="GitHub" style="margin-right:10px;">
37
+ </a>
38
+ <a href="https://pypi.org/project/arbor-process/" target="_blank">
39
+ <img src="https://img.shields.io/badge/PyPI-arbor--process%200.1.0-orange" alt="PyPI arbor-process 0.1.0">
40
+ </a>
41
+ </div>
42
+
43
+ ## Description
44
+
45
+ [Arboretum](https://baskargroup.github.io/Arboretum/) comprises well-processed metadata with full taxa information and URLs pointing to image files. The metadata can be used to filter specific categories, visualize data distribution, and manage imbalance effectively. We provide a collection of software tools that enable users to easily download, access, and manipulate the dataset.
46
+
47
+
48
+ ## Arboretum Dataset
49
+ `Arboretum` comprises over `134.6M` images across seven taxonomic classes β€”Aves, Arachnida, Insecta, Plantae, Fungi, Mollusca, and Reptilia.
50
+ These taxonomic classes were chosen to represent the span of species β€” outside of charismatic megafauna. The images in Arboretum span `326,888`species.
51
+ Overall, this dataset nearly matches the state-of-the-art curated dataset (TREEOFLIFE-10M) in terms of species diversity, while comfortably exceeding it in terms of scale by a factor of nearly 13.5 times.
52
+
53
+ ## New Benchmark Datasets
54
+ 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.
55
+
56
+ ### Arboretum-Balanced
57
+ For balanced species distribution across the 7 categories, we curated `Arboretum-Balanced`. Each category includes up to 500 species, with 50 images per species.
58
+
59
+ ### Arboretum-Unseen
60
+ To provide a robust benchmark for evaluating the generalization capability of models on unseen species, we curated `Arboretum-Unseen`. The test dataset was constructed by identifying species with fewer than 30 instances in ARBORETUM, ensuring that the dataset contains species that were unseen by ARBORCLIP. Each species contained 10 images.
61
+
62
+ ### Arboretum-LifeStages
63
+ To assess the model’s ability to recognize species across various developmental stages, we curated `Arboretum-LifeStages`. This dataset has 20 labels in total and focuses on insects, since these species often exhibit significant visual differences across their lifespan. Arboretum-LifeStages contains five insect species and utilized the observation export feature on the iNaturalist platform to collect data from 2/1/2024 to 5/20/2024 to ensure no overlap with the training dataset. For each species, life stage filters (egg, larva, pupa, or adult) were applied.
64
+
65
+ ## Dataset Information
66
+
67
+ - **Full Taxa Information**: Detailed metadata, including taxonomic hierarchy and image URLs.
68
+ - **Comprehensive Metadata**: Enables filtering, visualization, and effective management of data imbalance.
69
+ - **Software Tools**: Collection of tools for easy dataset access, download, and manipulation.
70
+ - **Balanced Species Distribution**: Up to 500 species per category with 50 images per species.
71
+ - **Unseen Species Benchmark**: Includes species with fewer than 30 instances to evaluate generalization capability.
72
+ - **Life Stages Dataset**: Focuses on insects across various developmental stages.
73
+
74
+
75
+ ## ArborCLIP Models
76
+
77
+ **See the [ArborCLIP](https://huggingface.co/ChihHsuan-Yang/ArborCLIP) model card on HuggingFace to download the trained model checkpoints**
78
+
79
+ We released three trained model checkpoints in the [ArborCLIP](https://huggingface.co/ChihHsuan-Yang/ArborCLIP) model card on HuggingFace. These CLIP-style models were trained on [ARBORETUM-40M](https://baskargroup.github.io/Arboretum/) for the following configurations:
80
+
81
+ - **ARBORCLIP-O:** Trained a ViT-B/16 backbone initialized from the [OpenCLIP's](https://github.com/mlfoundations/open_clip) checkpoint. The training was conducted for 40 epochs.
82
+ - **ARBORCLIP-B:** Trained a ViT-B/16 backbone initialized from the [BioCLIP's](https://github.com/Imageomics/BioCLIP) checkpoint. The training was conducted for 8 epochs.
83
+ - **ARBORCLIP-M:** Trained a ViT-L/14 backbone initialized from the [MetaCLIP's](https://github.com/facebookresearch/MetaCLIP) checkpoint. The training was conducted for 12 epochs.
84
+
85
+
86
+
87
+ ## Usage
88
+
89
+ **To start using the Arboretum dataset, follow the instructions provided in the [GitHub](https://github.com/baskargroup/Arboretum). Model checkpoints are shared in the [model_ckpt](#directory) directory.**
90
+
91
+ **Metadata files are included in the [Directory](#directory). Please download the metadata from the [Directory](#directory)** and pre-process the data using the [arbor_process](https://pypi.org/project/arbor-process/) PyPI library. The instructions to use the library can be found in [here](https://github.com/baskargroup/Arboretum/blob/main/Arbor-preprocess/README_arbor_process.md). The Readme file contains the detailed description of data preparation steps.
92
+
93
+ ### Directory
94
+ ```plaintext
95
+ main/
96
+ β”œβ”€β”€ Arboretum/
97
+ β”‚ β”œβ”€β”€ chunk_0.csv
98
+ β”‚ β”œβ”€β”€ chunk_0.parquet
99
+ β”‚ β”œβ”€β”€ chunk_1.parquet
100
+ β”‚ β”œβ”€β”€ .
101
+ β”‚ β”œβ”€β”€ .
102
+ β”‚ β”œβ”€β”€ .
103
+ β”‚ └── chunk_2691.parquet
104
+ β”œβ”€β”€ Arboretum-benchmark/
105
+ β”‚ β”œβ”€β”€ Arboretum-Balanced.csv
106
+ β”‚ β”œβ”€β”€ Arboretum-Balanced.parquet
107
+ β”‚ β”œβ”€β”€ Arboretum-Lifestages.csv
108
+ β”‚ β”œβ”€β”€ Arboretum-Lifestages.parquet
109
+ β”‚ β”œβ”€β”€ Arboretum-Unseen.csv
110
+ β”‚ └──Arboretum-Unseen.parquet
111
+ β”œβ”€β”€README.md
112
+ └──.gitignore
113
+ ```
114
+
115
+ ### Acknowledgements
116
+ This work was supported by the AI Research Institutes program supported by the NSF and USDA-NIFA under [AI Institute: for Resilient Agriculture](https://aiira.iastate.edu/), Award No. 2021-67021-35329. This was also
117
+ partly supported by the NSF under CPS Frontier grant CNS-1954556. Also, we gratefully
118
+ acknowledge the support of NYU IT [High Performance Computing](https://www.nyu.edu/life/information-technology/research-computing-services/high-performance-computing.html) resources, services, and staff
119
+ expertise.
120
+
121
+
122
+ <!--BibTex citation -->
123
+ <section class="section" id="BibTeX">
124
+ <div class="container is-max-widescreen content">
125
+ <h2 class="title">Citation</h2>
126
+ If you find this dataset useful in your research, please consider citing our paper:
127
+ <pre><code>@misc{yang2024arboretumlargemultimodaldataset,
128
+ title={Arboretum: A Large Multimodal Dataset Enabling AI for Biodiversity},
129
+ author={Chih-Hsuan Yang, Benjamin Feuer, Zaki Jubery, Zi K. Deng, Andre Nakkab,
130
+ Md Zahid Hasan, Shivani Chiranjeevi, Kelly Marshall, Nirmal Baishnab, Asheesh K Singh,
131
+ Arti Singh, Soumik Sarkar, Nirav Merchant, Chinmay Hegde, Baskar Ganapathysubramanian},
132
+ year={2024},
133
+ eprint={2406.17720},
134
+ archivePrefix={arXiv},
135
+ primaryClass={cs.CV},
136
+ url={https://arxiv.org/abs/2406.17720},
137
+ }</code></pre>
138
+ </div>
139
+ </section>
140
+ <!--End BibTex citation -->
141
+
142
+ ---
143
+
144
+ For more details and access to the dataset, please visit the [Project Page](https://baskargroup.github.io/Arboretum/).