Multimodal Foundation Models for Zero-shot Animal Species Recognition in Camera Trap Images

Zalan Fabian,Zhongqi Miao,Chunyuan Li,Yuanhan Zhang,Ziwei Liu,Andrés Hernández,Andrés Montes-Rojas,Rafael Escucha,Laura Siabatto,Andrés Link,Pablo Arbeláez,Rahul Dodhia,Juan Lavista Ferres
2023-11-02
Abstract:Due to deteriorating environmental conditions and increasing human activity, conservation efforts directed towards wildlife is crucial. Motion-activated camera traps constitute an efficient tool for tracking and monitoring wildlife populations across the globe. Supervised learning techniques have been successfully deployed to analyze such imagery, however training such techniques requires annotations from experts. Reducing the reliance on costly labelled data therefore has immense potential in developing large-scale wildlife tracking solutions with markedly less human labor. In this work we propose WildMatch, a novel zero-shot species classification framework that leverages multimodal foundation models. In particular, we instruction tune vision-language models to generate detailed visual descriptions of camera trap images using similar terminology to experts. Then, we match the generated caption to an external knowledge base of descriptions in order to determine the species in a zero-shot manner. We investigate techniques to build instruction tuning datasets for detailed animal description generation and propose a novel knowledge augmentation technique to enhance caption quality. We demonstrate the performance of WildMatch on a new camera trap dataset collected in the Magdalena Medio region of Colombia.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The paper aims to address the issue of species identification in camera trap images for wildlife monitoring. Specifically, the study proposes a new framework called WildMatch, which leverages a multimodal foundational model for zero-shot animal species classification. The paper points out that traditional supervised learning methods require a large amount of annotated data to handle such tasks, which is not only labor-intensive but also necessitates the recollection of data when deployed in new areas. Therefore, this study attempts to reduce the reliance on expensive annotated data and develop a large-scale wildlife tracking solution. WildMatch achieves zero-shot classification by adapting a vision-language model to generate detailed descriptions of camera trap images and matching these descriptions with species descriptions from an external knowledge base. Additionally, the study introduces a novel knowledge enhancement technique to improve the quality of the descriptions and demonstrates the effectiveness of this method on a new camera trap dataset collected in the Magdalena region of Colombia. In summary, the study aims to enhance the accuracy and robustness of species identification by reducing the need for annotated data.