CVAug 30, 2024

Covariance-corrected Whitening Alleviates Network Degeneration on Imbalanced Classification

arXiv:2408.17197v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

It addresses performance degradation in deep learning models for imbalanced classification, which is an incremental improvement over existing methods.

The paper tackles the problem of network degeneration in imbalanced image classification by proposing Whitening-Net with covariance-corrected modules, achieving state-of-the-art results on benchmarks like CIFAR-LT-10/100 and ImageNet-LT.

Class imbalance is a critical issue in image classification that significantly affects the performance of deep recognition models. In this work, we first identify a network degeneration dilemma that hinders the model learning by introducing a high linear dependence among the features inputted into the classifier. To overcome this challenge, we propose a novel framework called Whitening-Net to mitigate the degenerate solutions, in which ZCA whitening is integrated before the linear classifier to normalize and decorrelate the batch samples. However, in scenarios with extreme class imbalance, the batch covariance statistic exhibits significant fluctuations, impeding the convergence of the whitening operation. Therefore, we propose two covariance-corrected modules, the Group-based Relatively Balanced Batch Sampler (GRBS) and the Batch Embedded Training (BET), to get more accurate and stable batch covariance, thereby reinforcing the capability of whitening. Our modules can be trained end-to-end without incurring substantial computational costs. Comprehensive empirical evaluations conducted on benchmark datasets, including CIFAR-LT-10/100, ImageNet-LT, and iNaturalist-LT, validate the effectiveness of our proposed approaches.

Foundations

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

Your Notes