CVLGMar 20, 2020

Fine-grained Species Recognition with Privileged Pooling: Better Sample Efficiency Through Supervised Attention

arXiv:2003.09168v45 citations
AI Analysis

This work addresses the challenge of recognizing animal species in ecological applications like biodiversity modeling, where data is limited and biased, but it is incremental as it builds on existing methods with a novel supervised attention approach.

The paper tackled the problem of fine-grained species recognition from images, particularly under small or biased training sets, by introducing a supervised attention mechanism using keypoint annotations as privileged information. The result showed that deep networks with privileged pooling improved sample efficiency and generalization across three animal species datasets.

We propose a scheme for supervised image classification that uses privileged information, in the form of keypoint annotations for the training data, to learn strong models from small and/or biased training sets. Our main motivation is the recognition of animal species for ecological applications such as biodiversity modelling, which is challenging because of long-tailed species distributions due to rare species, and strong dataset biases such as repetitive scene background in camera traps. To counteract these challenges, we propose a visual attention mechanism that is supervised via keypoint annotations that highlight important object parts. This privileged information, implemented as a novel privileged pooling operation, is only required during training and helps the model to focus on regions that are discriminative. In experiments with three different animal species datasets, we show that deep networks with privileged pooling can use small training sets more efficiently and generalize better.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes