ayushi3536 commited on
Commit
f65c3c2
·
verified ·
1 Parent(s): 2a3a412

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -19
README.md CHANGED
@@ -4,14 +4,11 @@
4
  **License:** CC-BY-4.0
5
  **Paper:** https://arxiv.org/abs/2511.06943, accepted in AAAI
6
 
7
- ---
8
-
9
  ## Introduction
10
 
11
  PlantTraitNet is a curated multimodal dataset for training and evaluating global plant trait inference models using citizen science images paired with trait distributions from TRY.
12
  Each sample contains an RGB observation, species information, geolocation, and quantified trait ranges supporting uncertainty-aware modeling.
13
 
14
- ---
15
 
16
  ## Dataset Splits
17
 
@@ -23,8 +20,6 @@ Each sample contains an RGB observation, species information, geolocation, and q
23
  | `benchmark` | Benchmark set (benchmark + val) for global evaluation vs sPlotOpen | Cross-dataset benchmarking |
24
  | `traitmap` | Global `.tif` layers (TRY community-weighted means + sPlotOpen) | Global mapping + inference |
25
 
26
- ---
27
-
28
  ## Column Schema
29
 
30
  | Column | Type | Meaning |
@@ -40,17 +35,15 @@ Each sample contains an RGB observation, species information, geolocation, and q
40
 
41
  > `<trait>` is replaced by each trait included in the dataset.
42
 
43
- ---
44
-
45
- ## 🔧 Usage
46
-
47
- ```python
48
- from datasets import load_dataset
49
-
50
- ds = load_dataset("username/PlantTraitNet")
51
-
52
- train = ds["train"]
53
- val = ds["val"]
54
- reference = ds["reference"]
55
- benchmark = ds["benchmark"]
56
- traitmap = ds["traitmap"]
 
4
  **License:** CC-BY-4.0
5
  **Paper:** https://arxiv.org/abs/2511.06943, accepted in AAAI
6
 
 
 
7
  ## Introduction
8
 
9
  PlantTraitNet is a curated multimodal dataset for training and evaluating global plant trait inference models using citizen science images paired with trait distributions from TRY.
10
  Each sample contains an RGB observation, species information, geolocation, and quantified trait ranges supporting uncertainty-aware modeling.
11
 
 
12
 
13
  ## Dataset Splits
14
 
 
20
  | `benchmark` | Benchmark set (benchmark + val) for global evaluation vs sPlotOpen | Cross-dataset benchmarking |
21
  | `traitmap` | Global `.tif` layers (TRY community-weighted means + sPlotOpen) | Global mapping + inference |
22
 
 
 
23
  ## Column Schema
24
 
25
  | Column | Type | Meaning |
 
35
 
36
  > `<trait>` is replaced by each trait included in the dataset.
37
 
38
+ ## Citation
39
+ Coming soon: Citation of published verison
40
+ ```bibtex
41
+ @misc{sharma2025planttraitnetuncertaintyawaremultimodalframework,
42
+ title={PlantTraitNet: An Uncertainty-Aware Multimodal Framework for Global-Scale Plant Trait Inference from Citizen Science Data},
43
+ author={Ayushi Sharma and Johanna Trost and Daniel Lusk and Johannes Dollinger and Julian Schrader and Christian Rossi and Javier Lopatin and Etienne Laliberté and Simon Haberstroh and Jana Eichel and Daniel Mederer and Jose Miguel Cerda-Paredes and Shyam S. Phartyal and Lisa-Maricia Schwarz and Anja Linstädter and Maria Conceição Caldeira and Teja Kattenborn},
44
+ year={2025},
45
+ eprint={2511.06943},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CV},
48
+ url={https://arxiv.org/abs/2511.06943},
49
+ }