From the paper: On the selection and effectiveness of pseudo-absences for species distribution modeling with deep learning
The implementation of the full weighted loss function losses.py
file.
pip install -r requirements.txt
python train_model.py --region SWI
@article{zbinden2024selection,
title = {On the selection and effectiveness of pseudo-absences for species distribution modeling with deep learning},
author = {Robin Zbinden and Nina {van Tiel} and Benjamin Kellenberger and Lloyd Hughes and Devis Tuia},
journal = {Ecological Informatics},
volume = {81},
pages = {102623},
year = {2024},
issn = {1574-9541}
}
We also evaluate the loss on other datasets (GeoLifeCLEF and iNaturalist) in this paper:
@article{zbinden2024imbalance,
title={Imbalance-aware Presence-only Loss Function for Species Distribution Modeling},
author={Zbinden, Robin and van Tiel, Nina and Ru{\ss}wurm, Marc and Tuia, Devis},
journal={ICLR 2024 Workshop: Tackling Climate Change with Machine Learning},
year={2024}
}