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

Long-Tailed Recognition via Weight Balancing

About

In the real open world, data tends to follow long-tailed class distributions, motivating the well-studied long-tailed recognition (LTR) problem. Naive training produces models that are biased toward common classes in terms of higher accuracy. The key to addressing LTR is to balance various aspects including data distribution, training losses, and gradients in learning. We explore an orthogonal direction, weight balancing, motivated by the empirical observation that the naively trained classifier has "artificially" larger weights in norm for common classes (because there exists abundant data to train them, unlike the rare classes). We investigate three techniques to balance weights, L2-normalization, weight decay, and MaxNorm. We first point out that L2-normalization "perfectly" balances per-class weights to be unit norm, but such a hard constraint might prevent classes from learning better classifiers. In contrast, weight decay penalizes larger weights more heavily and so learns small balanced weights; the MaxNorm constraint encourages growing small weights within a norm ball but caps all the weights by the radius. Our extensive study shows that both help learn balanced weights and greatly improve the LTR accuracy. Surprisingly, weight decay, although underexplored in LTR, significantly improves over prior work. Therefore, we adopt a two-stage training paradigm and propose a simple approach to LTR: (1) learning features using the cross-entropy loss by tuning weight decay, and (2) learning classifiers using class-balanced loss by tuning weight decay and MaxNorm. Our approach achieves the state-of-the-art accuracy on five standard benchmarks, serving as a future baseline for long-tailed recognition.

Shaden Alshammari, Yu-Xiong Wang, Deva Ramanan, Shu Kong• 2022

Related benchmarks

TaskDatasetResultRank
Image ClassificationiNaturalist 2018
Top-1 Accuracy71.5
287
Image ClassificationImageNet LT
Top-1 Accuracy53.9
251
Long-Tailed Image ClassificationImageNet-LT (test)
Top-1 Acc (Overall)53.9
220
Image ClassificationImageNet-LT (test)
Top-1 Acc (All)53.9
159
Image ClassificationiNaturalist 2018 (val)--
116
Long-tailed Visual RecognitionImageNet LT
Overall Accuracy53.9
89
Image ClassificationImageNet-LT (val)
Top-1 Acc (Total)53.9
72
Image ClassificationCIFAR-100 LT (val)
Top-1 Accuracy63.78
69
Image ClassificationCIFAR-10-LT (val)
Top-1 Acc89.81
65
Image ClassificationCIFAR-100 Imbalance Ratio LT-50 (test)
Accuracy57.7
62
Showing 10 of 27 rows

Other info

Code

Follow for update