POLO - Point-Based, Multi-Class Animal Detection
Abstract
Automated wildlife surveys based on drone imagery and object detection technology are a powerful and increasingly popular tool in conservation biology. Most detectors require training images with annotated bounding boxes, which are tedious, expensive, and not always unambiguous to create. To reduce the annotation load associated with this practice, we develop POLO, a multi-class object detection model that can be trained entirely on point labels. POLO is based on simple, yet effective modifications to the YOLOv8 architecture, including alterations to the prediction process, training losses, and post-processing. We test POLO on drone recordings of waterfowl containing up to multiple thousands of individual birds in one image and compare it to a regular YOLOv8. Our experiments show that at the same annotation cost, POLO achieves improved accuracy in counting animals in aerial imagery.
Cite
Text
May et al. "POLO - Point-Based, Multi-Class Animal Detection." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-92387-6_12Markdown
[May et al. "POLO - Point-Based, Multi-Class Animal Detection." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/may2024eccvw-polo/) doi:10.1007/978-3-031-92387-6_12BibTeX
@inproceedings{may2024eccvw-polo,
title = {{POLO - Point-Based, Multi-Class Animal Detection}},
author = {May, Giacomo and Dalsasso, Emanuele and Kellenberger, Benjamin and Tuia, Devis},
booktitle = {European Conference on Computer Vision Workshops},
year = {2024},
pages = {169-177},
doi = {10.1007/978-3-031-92387-6_12},
url = {https://mlanthology.org/eccvw/2024/may2024eccvw-polo/}
}