CVOct 18, 2023

Learning from Rich Semantics and Coarse Locations for Long-tailed Object Detection

arXiv:2310.12152v119 citationsh-index: 58Has Code
Originality Incremental advance
AI Analysis

It solves data imbalance for object detection in real-world applications, representing an incremental advance by refining existing strategies with a simple, effective method.

The paper tackles long-tailed object detection by addressing semantic ambiguity and location sensitivity in image-level labels, proposing RichSem to learn rich semantics from coarse locations, achieving state-of-the-art performance on LVIS and other datasets with consistent improvements in overall and rare categories.

Long-tailed object detection (LTOD) aims to handle the extreme data imbalance in real-world datasets, where many tail classes have scarce instances. One popular strategy is to explore extra data with image-level labels, yet it produces limited results due to (1) semantic ambiguity -- an image-level label only captures a salient part of the image, ignoring the remaining rich semantics within the image; and (2) location sensitivity -- the label highly depends on the locations and crops of the original image, which may change after data transformations like random cropping. To remedy this, we propose RichSem, a simple but effective method, which is robust to learn rich semantics from coarse locations without the need of accurate bounding boxes. RichSem leverages rich semantics from images, which are then served as additional soft supervision for training detectors. Specifically, we add a semantic branch to our detector to learn these soft semantics and enhance feature representations for long-tailed object detection. The semantic branch is only used for training and is removed during inference. RichSem achieves consistent improvements on both overall and rare-category of LVIS under different backbones and detectors. Our method achieves state-of-the-art performance without requiring complex training and testing procedures. Moreover, we show the effectiveness of our method on other long-tailed datasets with additional experiments. Code is available at \url{https://github.com/MengLcool/RichSem}.

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