inaturalist / iNaturalistMLWork

0 stars 0 forks source link

Train a model on some intermediate rank #29

Open sylvain-morin opened 4 months ago

sylvain-morin commented 4 months ago

iNat problem: Sometimes the common ancestor isn't super useful. Can we make it better?

Experiment Idea: Train a model on some intermediate rank like family.

Evaluation notes: Compare the predictions from this intermediate rank model to the family prediction suggested by rolling up from leaf predictions in the current production model.

alexshepard commented 4 months ago

When I described this in the AWS experiment ideas doc in late 2021, I was thinking of this as a computer vision issue. Should we try to map this into the current geo model or is it still useful to think of this as an improvement to the computer vision model?

sylvain-morin commented 4 months ago
sylvain-morin commented 4 months ago

EXPERIMENT 1 I'm using the 2.12 training datasets, and adding the Family information to each selected observations. This observation selection was done at the species level, using the species threshold.

EXPERIMENT 2 Generate a new training dataset, including observations from any taxon of a family, without limiting to the "species threshold".