The Devil is in the Tails: Fine-grained Classification in the Wild
Grant Van Horn, Pietro Perona
TL;DR
The paper addresses the challenge of long-tailed distributions in fine-grained classification by constructing realistic long-tail regimes from eBird data and evaluating a state-of-the-art CNN (Inception-v3) under uniform, approximate long-tail, and full long-tail conditions. It finds that abundant data yields excellent accuracy and that adding more classes minimally degrades performance, but scarce data causes steep drops, especially for tail classes. Crucially, transfer learning within a single domain provides negligible benefit to tail classes, indicating little cross-class knowledge transfer from head to tail. The work highlights the need for dedicated low-shot and transfer-learning approaches to address real-world long-tail visual recognition tasks and provides baselines for future comparisons.
Abstract
The world is long-tailed. What does this mean for computer vision and visual recognition? The main two implications are (1) the number of categories we need to consider in applications can be very large, and (2) the number of training examples for most categories can be very small. Current visual recognition algorithms have achieved excellent classification accuracy. However, they require many training examples to reach peak performance, which suggests that long-tailed distributions will not be dealt with well. We analyze this question in the context of eBird, a large fine-grained classification dataset, and a state-of-the-art deep network classification algorithm. We find that (a) peak classification performance on well-represented categories is excellent, (b) given enough data, classification performance suffers only minimally from an increase in the number of classes, (c) classification performance decays precipitously as the number of training examples decreases, (d) surprisingly, transfer learning is virtually absent in current methods. Our findings suggest that our community should come to grips with the question of long tails.
