SOTAVerified

Feature-Balanced Loss for Long-Tailed Visual Recognition

2023-05-18IEEE International Conference on Multimedia and Expo (ICME) 2022Code Available1· sign in to hype

Mengke Li, Yiu-ming Cheung, Juyong Jiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep neural networks frequently suffer from performance degradation when the training data is long-tailed because several majority classes dominate the training, resulting in a biased model. Recent studies have made a great effort in solving this issue by obtaining good representations from data space, but few of them pay attention to the influence of feature norm on the predicted results. In this paper, we therefore address the long-tailed problem from feature space and thereby propose the feature-balanced loss. Specifically, we encourage larger feature norms of tail classes by giving them relatively stronger stimuli. Moreover, the stimuli intensity is gradually increased in the way of curriculum learning, which improves the generalization of the tail classes, meanwhile maintaining the performance of the head classes. Extensive experiments on multiple popular long-tailed recognition benchmarks demonstrate that the feature-balanced loss achieves superior performance gains compared with the state-of-the-art methods.

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100-LT (ρ=100)FBL (Resnet-32)Error Rate54.78Unverified
CIFAR-10-LT (ρ=100)FBL (ResNet-32)Error Rate17.54Unverified

Reproductions