CVLGDec 28, 2024

SimLTD: Simple Supervised and Semi-Supervised Long-Tailed Object Detection

arXiv:2412.20047v34 citationsh-index: 7CVPR
Originality Incremental advance
AI Analysis

This addresses the problem of few-exemplar learning in object detection for practical scenarios where labeled data is scarce, offering an incremental improvement over existing methods.

The paper tackles object detection with long-tailed class distributions by proposing SimLTD, a simple framework that uses optional unlabeled images to augment training, achieving new state-of-the-art results on the LVIS v1 benchmark.

While modern visual recognition systems have made significant advancements, many continue to struggle with the open problem of learning from few exemplars. This paper focuses on the task of object detection in the setting where object classes follow a natural long-tailed distribution. Existing methods for long-tailed detection resort to external ImageNet labels to augment the low-shot training instances. However, such dependency on a large labeled database has limited utility in practical scenarios. We propose a versatile and scalable approach to leverage optional unlabeled images, which are easy to collect without the burden of human annotations. Our SimLTD framework is straightforward and intuitive, and consists of three simple steps: (1) pre-training on abundant head classes; (2) transfer learning on scarce tail classes; and (3) fine-tuning on a sampled set of both head and tail classes. Our approach can be viewed as an improved head-to-tail model transfer paradigm without the added complexities of meta-learning or knowledge distillation, as was required in past research. By harnessing supplementary unlabeled images, without extra image labels, SimLTD establishes new record results on the challenging LVIS v1 benchmark across both supervised and semi-supervised settings.

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