SOTAVerified

Influence-Balanced Loss for Imbalanced Visual Classification

2021-10-06ICCV 2021Code Available1· sign in to hype

Seulki Park, Jongin Lim, Younghan Jeon, Jin Young Choi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we propose a balancing training method to address problems in imbalanced data learning. To this end, we derive a new loss used in the balancing training phase that alleviates the influence of samples that cause an overfitted decision boundary. The proposed loss efficiently improves the performance of any type of imbalance learning methods. In experiments on multiple benchmark data sets, we demonstrate the validity of our method and reveal that the proposed loss outperforms the state-of-the-art cost-sensitive loss methods. Furthermore, since our loss is not restricted to a specific task, model, or training method, it can be easily used in combination with other recent re-sampling, meta-learning, and cost-sensitive learning methods for class-imbalance problems.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100-LT (ρ=100)IBLLossError Rate61.52Unverified
CIFAR-10-LT (ρ=10)IBLLossError Rate12.93Unverified

Reproductions