paper-with-me

홈 › Papers

Class-Wise Difficulty-Balanced Loss for Solving Class-Imbalance

2020-10-05 · Saptarshi Sinha, Hiroki Ohashi, Katsuyuki Nakamura

Class-imbalance is one of the major challenges in real world datasets, where a few classes (called majority classes) constitute much more data samples than the rest (called minority classes). Learning deep neural networks using such datasets leads to performances that are typically biased towards the majority classes. Most of the prior works try to solve class-imbalance by assigning more weights to the minority classes in various manners (e.g., data re-sampling, cost-sensitive learning). However, we argue that the number of available training data may not be always a good clue to determine the weighting strategy because some of the minority classes might be sufficiently represented even by a small number of training data. Overweighting samples of such classes can lead to drop in the model's overall performance. We claim that the 'difficulty' of a class as perceived by the model is more important to determine the weighting. In this light, we propose a novel loss function named Class-wise Difficulty-Balanced loss, or CDB loss, which dynamically distributes weights to each sample according to the difficulty of the class that the sample belongs to. Note that the assigned weights dynamically change as the 'difficulty' for the model may change with the learning progress. Extensive experiments are conducted on both image (artificially induced class-imbalanced MNIST, long-tailed CIFAR and ImageNet-LT) and video (EGTEA) datasets. The results show that CDB loss consistently outperforms the recently proposed loss functions on class-imbalanced datasets irrespective of the data type (i.e., video or image).

📄 PDF Abstract BibTeX arXiv:2010.01824

Code (1)

hitachi-rd-cv/CDB-loss 공식 구현 pytorch

Tasks

Long-tail Learning

Similar Papers 제목 키워드 기반

Difficulty-aware Balancing Margin Loss for Long-tailed Recognition

2024-12-20 · Minseok Son, Inyong Koo, Jinyoung Park, Changick Kim

When trained with severely imbalanced data, deep neural networks often struggle to accurately recognize classes with only a few samples. Previous studies in long-tailed recognition have attempted to rebalance biased lear…

Class-Difficulty Based Methods for Long-Tailed Visual Recognition

2022-07-29 · Saptarshi Sinha, Hiroki Ohashi, Katsuyuki Nakamura

Long-tailed datasets are very frequently encountered in real-world use cases where few classes or categories (known as majority or head classes) have higher number of data samples compared to the other classes (known as …

Action Classificationimage-classificationImage ClassificationInstance Segmentation+3

Generalized Parametric Contrastive Learning

2022-09-26 · Jiequan Cui, Zhisheng Zhong, Zhuotao Tian, Shu Liu 외

In this paper, we propose the Generalized Parametric Contrastive Learning (GPaCo/PaCo) which works well on both imbalanced and balanced data. Based on theoretical analysis, we observe that supervised contrastive loss ten…

Contrastive LearningDomain GeneralizationImage ClassificationLong-tail Learning+1

Parametric Contrastive Learning

2021-07-26 · ICCV 2021 10 · Jiequan Cui, Zhisheng Zhong, Shu Liu, Bei Yu 외

In this paper, we propose Parametric Contrastive Learning (PaCo) to tackle long-tailed recognition. Based on theoretical analysis, we observe supervised contrastive loss tends to bias on high-frequency classes and thus i…

Contrastive LearningImage ClassificationLong-tail Learning

MSE Loss with Outlying Label for Imbalanced Classification

2021-07-06 · Sota Kato, Kazuhiro Hotta

In this paper, we propose mean squared error (MSE) loss with outlying label for class imbalanced classification. Cross entropy (CE) loss, which is widely used for image recognition, is learned so that the probability val…

Classificationimbalanced classificationMetric LearningSemantic Segmentation