SOTAVerified

Long-Tailed Recognition by Mutual Information Maximization between Latent Features and Ground-Truth Labels

2023-05-02Code Available1· sign in to hype

Min-Kook Suh, Seung-Woo Seo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Although contrastive learning methods have shown prevailing performance on a variety of representation learning tasks, they encounter difficulty when the training dataset is long-tailed. Many researchers have combined contrastive learning and a logit adjustment technique to address this problem, but the combinations are done ad-hoc and a theoretical background has not yet been provided. The goal of this paper is to provide the background and further improve the performance. First, we show that the fundamental reason contrastive learning methods struggle with long-tailed tasks is that they try to maximize the mutual information maximization between latent features and input data. As ground-truth labels are not considered in the maximization, they are not able to address imbalances between class labels. Rather, we interpret the long-tailed recognition task as a mutual information maximization between latent features and ground-truth labels. This approach integrates contrastive learning and logit adjustment seamlessly to derive a loss function that shows state-of-the-art performance on long-tailed recognition benchmarks. It also demonstrates its efficacy in image segmentation tasks, verifying its versatility beyond image classification.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100-LT (ρ=10)GML (ResNet-32)Error Rate33Unverified
CIFAR-100-LT (ρ=100)GML (ResNet-32)Error Rate46Unverified
CIFAR-100-LT (ρ=50)GML (ResNet-32)Error Rate41.9Unverified
ImageNet-LTGML (ResNeXt-50)Top-1 Accuracy58.8Unverified
iNaturalist 2018GML (ViT-B-16)Top-1 Accuracy82.1Unverified
iNaturalist 2018GML (ResNet-50)Top-1 Accuracy74.5Unverified

Reproductions