Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ResLT: Residual Learning for Long-tailed Recognition

About

Deep learning algorithms face great challenges with long-tailed data distribution which, however, is quite a common case in real-world scenarios. Previous methods tackle the problem from either the aspect of input space (re-sampling classes with different frequencies) or loss space (re-weighting classes with different weights), suffering from heavy over-fitting to tail classes or hard optimization during training. To alleviate these issues, we propose a more fundamental perspective for long-tailed recognition, i.e., from the aspect of parameter space, and aims to preserve specific capacity for classes with low frequencies. From this perspective, the trivial solution utilizes different branches for the head, medium, and tail classes respectively, and then sums their outputs as the final results is not feasible. Instead, we design the effective residual fusion mechanism -- with one main branch optimized to recognize images from all classes, another two residual branches are gradually fused and optimized to enhance images from medium+tail classes and tail classes respectively. Then the branches are aggregated into final results by additive shortcuts. We test our method on several benchmarks, i.e., long-tailed version of CIFAR-10, CIFAR-100, Places, ImageNet, and iNaturalist 2018. Experimental results manifest the effectiveness of our method. Our code is available at https://github.com/jiequancui/ResLT.

Jiequan Cui, Shu Liu, Zhuotao Tian, Zhisheng Zhong, Jiaya Jia• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationiNaturalist 2018
Top-1 Accuracy72.3
287
Image ClassificationImageNet LT
Top-1 Accuracy56.1
251
Long-Tailed Image ClassificationImageNet-LT (test)
Top-1 Acc (Overall)56.1
220
Image ClassificationCIFAR-10 long-tailed (test)--
201
Image ClassificationiNaturalist 2018 (test)
Top-1 Accuracy70.2
192
Image ClassificationImageNet-LT (test)
Top-1 Acc (All)56.1
159
Image ClassificationPlaces-LT (test)
Accuracy (Medium)44.4
128
Long-tailed Visual RecognitionImageNet LT
Overall Accuracy55.1
89
Image ClassificationCIFAR-100-LT Imbalance Ratio 100
Top-1 Acc0.453
88
Image ClassificationCIFAR-100-LT Imbalance Ratio 10
Top-1 Acc60.8
83
Showing 10 of 50 rows

Other info

Code

Follow for update