CVLGMLJun 18, 2020

Overcoming Classifier Imbalance for Long-tail Object Detection with Balanced Group Softmax

arXiv:2006.10408v1298 citationsHas Code
Originality Incremental advance
AI Analysis

This work solves the underperformance of object detection models on long-tail distributions, which is a critical issue for real-world applications with imbalanced data, representing a domain-specific advancement.

The paper tackles the problem of long-tail object detection by addressing classifier imbalance in skewed datasets, proposing a Balanced Group Softmax (BAGS) module that improves performance on the LVIS benchmark, establishing new state-of-the-art results.

Solving long-tail large vocabulary object detection with deep learning based models is a challenging and demanding task, which is however under-explored.In this work, we provide the first systematic analysis on the underperformance of state-of-the-art models in front of long-tail distribution. We find existing detection methods are unable to model few-shot classes when the dataset is extremely skewed, which can result in classifier imbalance in terms of parameter magnitude. Directly adapting long-tail classification models to detection frameworks can not solve this problem due to the intrinsic difference between detection and classification.In this work, we propose a novel balanced group softmax (BAGS) module for balancing the classifiers within the detection frameworks through group-wise training. It implicitly modulates the training process for the head and tail classes and ensures they are both sufficiently trained, without requiring any extra sampling for the instances from the tail classes.Extensive experiments on the very recent long-tail large vocabulary object recognition benchmark LVIS show that our proposed BAGS significantly improves the performance of detectors with various backbones and frameworks on both object detection and instance segmentation. It beats all state-of-the-art methods transferred from long-tail image classification and establishes new state-of-the-art.Code is available at https://github.com/FishYuLi/BalancedGroupSoftmax.

Code Implementations2 repos
Foundations

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

Your Notes