Dual Compensation Residual Networks for Class Imbalanced Learning
Ruibing Hou, Hong Chang, Bingpeng Ma, Shiguang Shan, Xilin Chen

TL;DR
This paper introduces Dual Compensation Residual Networks, which use feature and logit compensation modules along with a residual classifier to improve deep learning performance on class-imbalanced data, addressing overfitting and underfitting issues.
Contribution
The paper proposes a novel dual compensation framework with modules for feature and logit adjustment, and a residual classifier, to better handle class imbalance in deep learning models.
Findings
Effective in reducing overfitting on tail classes.
Improves classification accuracy on long-tailed datasets.
Validates performance on multiple benchmarks.
Abstract
Learning generalizable representation and classifier for class-imbalanced data is challenging for data-driven deep models. Most studies attempt to re-balance the data distribution, which is prone to overfitting on tail classes and underfitting on head classes. In this work, we propose Dual Compensation Residual Networks to better fit both tail and head classes. Firstly, we propose dual Feature Compensation Module (FCM) and Logit Compensation Module (LCM) to alleviate the overfitting issue. The design of these two modules is based on the observation: an important factor causing overfitting is that there is severe feature drift between training and test data on tail classes. In details, the test features of a tail category tend to drift towards feature cloud of multiple similar head categories. So FCM estimates a multi-mode feature drift direction for each tail category and compensate for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Artificial Intelligence in Healthcare · Domain Adaptation and Few-Shot Learning
