Rare Wildlife Recognition with Self-Supervised Representation Learning
Xiaochen Zheng

TL;DR
This paper introduces a self-supervised learning approach using contrastive methods and data augmentation to improve wildlife recognition in aerial images, significantly reducing the need for annotated data while maintaining high accuracy.
Contribution
It demonstrates that combining contrastive self-supervised learning with data augmentation outperforms traditional supervised models, enabling effective wildlife recognition with minimal labeled data.
Findings
Outperforms ImageNet-pretrained models by a large margin
Maintains high recall with only 10% of training data
Combines contrastive learning with mixup for robust representations
Abstract
Automated animal censuses with aerial imagery are a vital ingredient towards wildlife conservation. Recent models are generally based on supervised learning and thus require vast amounts of training data. Due to their scarcity and minuscule size, annotating animals in aerial imagery is a highly tedious process. In this project, we present a methodology to reduce the amount of required training data by resorting to self-supervised pretraining. In detail, we examine a combination of recent contrastive learning methodologies like Momentum Contrast (MoCo) and Cross-Level Instance-Group Discrimination (CLD) to condition our model on the aerial images without the requirement for labels. We show that a combination of MoCo, CLD, and geometric augmentations outperforms conventional models pretrained on ImageNet by a large margin. Meanwhile, strategies for smoothing label or prediction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWildlife Ecology and Conservation · Advanced Image and Video Retrieval Techniques · Identification and Quantification in Food
MethodsInfoNCE · Batch Normalization · Momentum Contrast · Mixup · Contrastive Learning
