paper-with-me

Papers

Adaptive Class Suppression Loss for Long-Tail Object Detection

2021-04-02 · CVPR 2021 1 · Tong Wang, Yousong Zhu, Chaoyang Zhao, Wei Zeng, Jinqiao Wang, Ming Tang

To address the problem of long-tail distribution for the large vocabulary object detection task, existing methods usually divide the whole categories into several groups and treat each group with different strategies. These methods bring the following two problems. One is the training inconsistency between adjacent categories of similar sizes, and the other is that the learned model is lack of discrimination for tail categories which are semantically similar to some of the head categories. In this paper, we devise a novel Adaptive Class Suppression Loss (ACSL) to effectively tackle the above problems and improve the detection performance of tail categories. Specifically, we introduce a statistic-free perspective to analyze the long-tail distribution, breaking the limitation of manual grouping. According to this perspective, our ACSL adjusts the suppression gradients for each sample of each class adaptively, ensuring the training consistency and boosting the discrimination for rare categories. Extensive experiments on long-tail datasets LVIS and Open Images show that the our ACSL achieves 5.18% and 5.2% improvements with ResNet50-FPN, and sets a new state of the art. Code and models are available at https://github.com/CASIA-IVA-Lab/ACSL.

📄 PDF Abstract BibTeX arXiv:2104.00885

Code (1)

CASIA-IVA-Lab/ACSL 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Long-tailed multi-label classification with noisy label of thoracic diseases from chest X-ray

2023-11-29 · Haoran Lai, Qingsong Yao, ZhiYang He, Xiaodong Tao 외

Chest X-rays (CXR) often reveal rare diseases, demanding precise diagnosis. However, current computer-aided diagnosis (CAD) methods focus on common diseases, leading to inadequate detection of rare conditions due to the …

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets

2020-07-19 · ECCV 2020 8 · Tong Wu, Qingqiu Huang, Ziwei Liu, Yu Wang 외

We present a new loss function called Distribution-Balanced Loss for the multi-label recognition problems that exhibit long-tailed class distributions. Compared to conventional single-label classification problem, multi-…

Binary ClassificationGeneral ClassificationLong-tail LearningMulti-Label Classification+1

GAN-based disentanglement learning for chest X-ray rib suppression

2021-10-18 · Luyi Han, Yuanyuan Lyu, Cheng Peng, S. Kevin Zhou

Clinical evidence has shown that rib-suppressed chest X-rays (CXRs) can improve the reliability of pulmonary disease diagnosis. However, previous approaches on generating rib-suppressed CXR face challenges in preserving …

BenchmarkingComputed Tomography (CT)DisentanglementLung Disease Classification

Balanced Classification: A Unified Framework for Long-Tailed Object Detection

2023-08-04 · Tianhao Qi, Hongtao Xie, Pandeng Li, Jiannan Ge 외

Conventional detectors suffer from performance degradation when dealing with long-tailed data due to a classification bias towards the majority head categories. In this paper, we contend that the learning bias originates…

HallucinationLong-tailed Object DetectionObject Detection

Long-Tailed Classification with Gradual Balanced Loss and Adaptive Feature Generation

2022-02-28 · Zihan Zhang, Xiang Xiang

The real-world data distribution is essentially long-tailed, which poses great challenge to the deep model. In this work, we propose a new method, Gradual Balanced Loss and Adaptive Feature Generator (GLAG) to alleviate …

Long-tail Learning