paper-with-me

Papers

Equalization Loss for Long-Tailed Object Recognition

2020-03-11 · CVPR 2020 6 · Jingru Tan, Changbao Wang, Buyu Li, Quanquan Li, Wanli Ouyang, Changqing Yin, Junjie Yan

Object recognition techniques using convolutional neural networks (CNN) have achieved great success. However, state-of-the-art object detection methods still perform poorly on large vocabulary and long-tailed datasets, e.g. LVIS. In this work, we analyze this problem from a novel perspective: each positive sample of one category can be seen as a negative sample for other categories, making the tail categories receive more discouraging gradients. Based on it, we propose a simple but effective loss, named equalization loss, to tackle the problem of long-tailed rare categories by simply ignoring those gradients for rare categories. The equalization loss protects the learning of rare categories from being at a disadvantage during the network parameter updating. Thus the model is capable of learning better discriminative features for objects of rare classes. Without any bells and whistles, our method achieves AP gains of 4.1% and 4.8% for the rare and common categories on the challenging LVIS benchmark, compared to the Mask R-CNN baseline. With the utilization of the effective equalization loss, we finally won the 1st place in the LVIS Challenge 2019. Code has been made available at: https: //github.com/tztztztztz/eql.detectron2

📄 PDF Abstract BibTeX arXiv:2003.05176

Code (1)

tztztztztz/eql.detectron2 공식 구현 pytorch

Tasks

Long-tail LearningObjectobject-detectionObject DetectionObject Recognition

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
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$…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

The Equalization Losses: Gradient-Driven Training for Long-tailed Object Recognition

2022-10-11 · Jingru Tan, Bo Li, Xin Lu, Yongqiang Yao 외

Long-tail distribution is widely spread in real-world applications. Due to the extremely small ratio of instances, tail categories often show inferior accuracy. In this paper, we find such performance bottleneck is mainl…

image-classificationImage ClassificationLong-tailed Object Detectionobject-detection+3

Equalization Loss v2: A New Gradient Balance Approach for Long-tailed Object Detection

2020-12-15 · CVPR 2021 1 · Jingru Tan, Xin Lu, Gang Zhang, Changqing Yin 외

Recently proposed decoupled training methods emerge as a dominant paradigm for long-tailed object detection. But they require an extra fine-tuning stage, and the disjointed optimization of representation and classifier m…

Instance SegmentationLong-tailed Object Detectionobject-detectionObject Detection

TAET: Two-Stage Adversarial Equalization Training on Long-Tailed Distributions

2025-03-02 · CVPR 2025 1 · Wang YuHang, Junkang Guo, Aolei Liu, Kaihao Wang 외

Adversarial robustness is a critical challenge in deploying deep neural networks for real-world applications. While adversarial training is a widely recognized defense strategy, most existing studies focus on balanced da…

Adversarial RobustnessComputational Efficiency

Equalization Loss for Large Vocabulary Instance Segmentation

2019-11-12 · Jingru Tan, Changbao Wang, Quanquan Li, Junjie Yan

Recent object detection and instance segmentation tasks mainly focus on datasets with a relatively small set of categories, e.g. Pascal VOC with 20 classes and COCO with 80 classes. The new large vocabulary dataset LVIS …

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Baseline CNN structure analysis for facial expression recognition

2016-11-14 · Minchul Shin, Munsang Kim, Dong-Soo Kwon

We present a baseline convolutional neural network (CNN) structure and image preprocessing methodology to improve facial expression recognition algorithm using CNN. To analyze the most efficient network structure, we inv…

Facial Expression RecognitionFacial Expression Recognition (FER)