Skip to content

Commit dce6f0a

Browse files
committed
2 parents 8c7f1a2 + 1e2dafe commit dce6f0a

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Applications/Videos/Forums/mlx_2023-10-10.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ categories:
1616
- UW-Madison
1717
- Time-series
1818
- Genomics
19+
- Biology
1920
- Healthcare
2021
---
2122

Applications/Videos/Other/CrossLabsAI-CrossRoads45-METL-Biophysics-based-Protein-Language-Model.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ categories:
1515
- Cross Labs AI
1616
- UW-Madison
1717
- Transfer learning
18+
- Biology
1819
- Biophysics
1920
- Protein language models
2021
- Foundation models

Toolbox/Data/iNaturalist.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ iNat images have powered major ML benchmarks and tools, including the [INQUIRE](
4646

4747
iNat data is accessible through the [iNaturalist API](https://api.inaturalist.org/), the [Global Biodiversity Information Facility (GBIF)](https://www.gbif.org/), and various competition archives. Data licensing follows Creative Commons guidelines, and attribution to individual observers is required.
4848

49+
## Questions?
50+
51+
If you're using iNat or want to ask about its structure or use cases, feel free to post in the [ML+X Nexus Q&A forum](https://github.com/UW-Madison-DataScience/ML-X-Nexus/discussions/categories/q-a).
52+
4953
## See also
5054

5155
- [**Data:** INQUIRE Benchmark](https://uw-madison-datascience.github.io/ML-X-Nexus/Toolbox/Data/INQUIRE.html): Built on iNat24, this benchmark supports multimodal ecological retrieval tasks.
5256
- [**Talk:** Automating Scientific Discovery](https://uw-madison-datascience.github.io/ML-X-Nexus/Applications/Videos/Forums/mlx_2025-03-04.html): Learn how iNat data is being used to train AI systems that support ecological research.
53-
54-
## Questions?
55-
56-
If you're using iNat or want to ask about its structure or use cases, feel free to post in the [ML+X Nexus Q&A forum](https://github.com/UW-Madison-DataScience/ML-X-Nexus/discussions/categories/q-a).

Toolbox/Models/DeepForest.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
- name: Chris Endemann
55
66

7-
date: 2025-04-03
7+
date: 2025-04-04
88
date-format: long
99
image: "../../../images/DeepForest.png"
1010

@@ -49,7 +49,7 @@ DeepForest builds on progress in object detection and remote sensing for ecologi
4949
## Model playground
5050

5151
All pretrained models are currently based on RetinaNet and convolutional neural networks (CNNs); no ViTs or transformer-based models (yet).
52-
Pretrained models are available via Hugging Face:
52+
Pretrained models are available via Hugging Face & GitHub: [huggingface.co/weecology](https://huggingface.co/weecology)
5353

5454
- `weecology/deepforest-tree`: General tree crown detection
5555
- `weecology/deepforest-bird`: Aerial bird detection
@@ -80,9 +80,9 @@ This makes it easy to adapt DeepForest to new regions, forest types, or species
8080

8181
## Performance expectations
8282

83-
- Tree crown model: F1-scores between 0.73 and 0.95 depending on site and canopy structure ([Weinstein et al. (2019), Remote Sensing, DOI: 10.3390/rs11111309](https://www.mdpi.com/2072-4292/11/11/1309))
84-
- Bird model: ~65% recall on new data; ~84% recall with just 1,000 local annotations ([Weinstein et al. (2022), Ecological Applications, DOI: 10.1002/eap.2694](https://doi.org/10.1002/eap.2694))
85-
- Alive/dead classifier: 95.8% accuracy on held-out image crops ([Hugginf Face model card](https://huggingface.co/weecology/cropmodel-deadtrees))
83+
- Tree crown model: F1-scores between 0.73 and 0.95 depending on site and canopy structure [[Weinstein et al. (2019), Remote Sensing, DOI: 10.3390/rs11111309](https://www.mdpi.com/2072-4292/11/11/1309)]
84+
- Bird model: ~65% recall on new data; ~84% recall with just 1,000 local annotations [[Weinstein et al. (2022), Ecological Applications, DOI: 10.1002/eap.2694](https://doi.org/10.1002/eap.2694)]
85+
- Alive/dead classifier: 95.8% accuracy on held-out image crops [[Hugging Face model card](https://huggingface.co/weecology/cropmodel-deadtrees)]
8686

8787
Performance varies by imagery quality, tree species, and geographic region. Fine-tuning is recommended for most new applications.
8888

0 commit comments

Comments
 (0)