paper-with-me

홈 › Papers

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

2020-06-18 · CVPR 2020 6 · Yu Li, Tao Wang, Bingyi Kang, Sheng Tang, Chunfeng Wang, Jintao Li, Jiashi Feng

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.

📄 PDF Abstract BibTeX arXiv:2006.10408

Code (2)

FishYuLi/BalancedGroupSoftmax 공식 구현 pytorch
alcunha/iwildcam2021ufam tf

Tasks

image-classificationImage ClassificationInstance SegmentationObjectobject-detectionObject DetectionObject RecognitionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Feature Generation for Long-tail Classification

2021-11-10 · Rahul Vigneswaran, Marc T. Law, Vineeth N. Balasubramanian, Makarand Tapaswi

The visual world naturally exhibits an imbalance in the number of object or scene instances resulting in a \emph{long-tailed distribution}. This imbalance poses significant challenges for classification models based on d…

ClassificationFew-Shot LearningGeneral Classificationimbalanced classification+1

Adapt-and-Adjust: Overcoming the Long-Tail Problem of Multilingual Speech Recognition

2020-12-03 · Genta Indra Winata, Guangsen Wang, Caiming Xiong, Steven Hoi

One crucial challenge of real-world multilingual speech recognition is the long-tailed distribution problem, where some resource-rich languages like English have abundant training data, but a long tail of low-resource la…

Language ModelingLanguage ModellingMulti-Task Learningspeech-recognition+1

Energy Score-based Pseudo-Label Filtering and Adaptive Loss for Imbalanced Semi-supervised SAR target recognition

2024-11-06 · Xinzheng Zhang, Yuqing Luo, Guopeng Li

Automatic target recognition (ATR) is an important use case for synthetic aperture radar (SAR) image interpretation. Recent years have seen significant advancements in SAR ATR technology based on semi-supervised learning…

Pseudo LabelPseudo Label FilteringTriplet

Long-Tailed Recognition Using Class-Balanced Experts

2020-04-07 · Saurabh Sharma, Ning Yu, Mario Fritz, Bernt Schiele

Deep learning enables impressive performance in image recognition using large-scale artificially-balanced datasets. However, real-world datasets exhibit highly class-imbalanced distributions, yielding two main challenges…

Long-tail Learning

Improving Long-Tailed Object Detection with Balanced Group Softmax and Metric Learning

2025-09-02 · Satyam Gaba arxiv

Object detection has been widely explored for class-balanced datasets such as COCO. However, real-world scenarios introduce the challenge of long-tailed distributions, where numerous categories contain only a few instanc…

Long-tailed Object Detection2D Object DetectionMetric Learning