




#############
#############
Authors: Valentin Gabeff, Marc Russwurm, Devis Tuia & Alexander Mathis
Affiliation: EPFL
Date: January, 2024
Link to the BiorXiv article:
--------------------------------
WildCLIP is a fine-tuned CLIP model that allows to retrieve camera-trap events with natural language from the Snapshot Serengeti dataset. This project intends to demonstrate how vision-language models may assist the annotation process of camera-trap datasets.
Here we provide the processed Snapshot Serengeti data used to train and evaluate WildCLIP, along with two versions of WildCLIP (model weights).
Details on how to run these models can be found in the project github repository.
The data consists of 380 x 380 image crops corresponding to the MegaDetector output of Snapshot Serengeti with a confidence threshold above 0.7. We considered only camera trap images containing single individuals.
A description of the original data can be found on LILA here, released under the Community Data License Agre….
We warmly thank the authors of LILA for making the MegaDetector outputs publicly available, as well as for structuring the dataset and facilitating its access.
WildCLIP models provided:
We also provide the CSV files containing the train / val / test splits. The train / test splits follow camera split from LILA (lila.science). The validation split is custom, and also at the camera level.
Details on how the models were generated can be found in the associated publication (preprint).
If you find our code, or weights, please cite:
@article{gabeff2023wildclip,
title={WildCLIP: Scene and animal attribute retrieval from camera trap data with domain-adapted vision-language models},
author={Gabeff, Valentin and Russwurm, Marc and Tuia, Devis and Mathis, Alexander},
journal={bioRxiv},
pages={2023--12},
year={2023},
publisher={Cold Spring Harbor Laboratory}
}
If you use the adapted Snapshot Serengeti data please also cite their article:
@article{swanson2015snapshot,
title={Snapshot Serengeti, high-frequency annotated camera trap images of 40 mammalian species in an African savanna},
author={Swanson, Alexandra and Kosmala, Margaret and Lintott, Chris and Simpson, Robert and Smith, Arfon and Packer, Craig},
journal={Scientific data},
volume={2},
number={1},
pages={1--14},
year={2015},
publisher={Nature Publishing Group}
}