paper-with-me

Papers

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, Quanquan Li

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 might lead to suboptimal results. However, end-to-end training methods, like equalization loss (EQL), still perform worse than decoupled training methods. In this paper, we reveal the main issue in long-tailed object detection is the imbalanced gradients between positives and negatives, and find that EQL does not solve it well. To address the problem of imbalanced gradients, we introduce a new version of equalization loss, called equalization loss v2 (EQL v2), a novel gradient guided reweighing mechanism that re-balances the training process for each category independently and equally. Extensive experiments are performed on the challenging LVIS benchmark. EQL v2 outperforms origin EQL by about 4 points overall AP with 14-18 points improvements on the rare categories. More importantly, it also surpasses decoupled training methods. Without further tuning for the Open Images dataset, EQL v2 improves EQL by 7.3 points AP, showing strong generalization ability. Codes have been released at https://github.com/tztztztztz/eqlv2

📄 PDF Abstract BibTeX arXiv:2012.08548

Code (2)

tztztztztz/eqlv2 공식 구현 tf
FenHua/Robust_Logo_Detection pytorch

Tasks

Instance SegmentationLong-tailed Object Detectionobject-detectionObject Detection

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 for Long-Tailed Object Recognition

2020-03-11 · CVPR 2020 6 · Jingru Tan, Changbao Wang, Buyu Li, Quanquan Li 외

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…

Long-tail LearningObjectobject-detectionObject Detection+1

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

DELTA: Decoupling Long-Tailed Online Continual Learning

2024-04-06 · Siddeshwar Raghavan, Jiangpeng He, Fengqing Zhu

A significant challenge in achieving ubiquitous Artificial Intelligence is the limited ability of models to rapidly learn new information in real-world scenarios where data follows long-tailed distributions, all while av…

Continual LearningContrastive LearningIncremental Learning

Gradient-Aware Logit Adjustment Loss for Long-tailed Classifier

2024-03-14 · Fan Zhang, Wei Qin, Weijieying Ren, Lei Wang 외

In the real-world setting, data often follows a long-tailed distribution, where head classes contain significantly more training samples than tail classes. Consequently, models trained on such data tend to be biased towa…