LGCVApr 19, 2023

Decoupled Training for Long-Tailed Classification With Stochastic Representations

arXiv:2304.09426v119 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses classification with imbalanced data, an incremental improvement over existing decoupled training methods.

The paper tackles long-tailed classification by improving decoupled training through Stochastic Weight Averaging (SWA) for better feature extractors and a novel classifier re-training algorithm using stochastic representations and self-distillation. The method achieves improved prediction accuracy and uncertainty estimation on benchmarks like CIFAR10/100-LT, ImageNet-LT, and iNaturalist-2018.

Decoupling representation learning and classifier learning has been shown to be effective in classification with long-tailed data. There are two main ingredients in constructing a decoupled learning scheme; 1) how to train the feature extractor for representation learning so that it provides generalizable representations and 2) how to re-train the classifier that constructs proper decision boundaries by handling class imbalances in long-tailed data. In this work, we first apply Stochastic Weight Averaging (SWA), an optimization technique for improving the generalization of deep neural networks, to obtain better generalizing feature extractors for long-tailed classification. We then propose a novel classifier re-training algorithm based on stochastic representation obtained from the SWA-Gaussian, a Gaussian perturbed SWA, and a self-distillation strategy that can harness the diverse stochastic representations based on uncertainty estimates to build more robust classifiers. Extensive experiments on CIFAR10/100-LT, ImageNet-LT, and iNaturalist-2018 benchmarks show that our proposed method improves upon previous methods both in terms of prediction accuracy and uncertainty estimation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes