An Efficient NAS-based Approach for Handling Imbalanced Datasets
Zhiwei Yao

TL;DR
This paper proposes an efficient neural architecture search method tailored for imbalanced datasets, focusing on adapting a pre-trained super-network with reweighted loss to improve classifier performance on long-tailed data.
Contribution
It introduces a NAS-based approach specifically designed for imbalanced datasets, emphasizing architecture transfer and effective retraining strategies.
Findings
Reusing NAS super-network with reweighted head improves performance
Architecture accuracy on balanced data does not predict imbalanced data performance
Experiments on imbalanced CIFAR validate the approach
Abstract
Class imbalance is a common issue in real-world data distributions, negatively impacting the training of accurate classifiers. Traditional approaches to mitigate this problem fall into three main categories: class re-balancing, information transfer, and representation learning. This paper introduces a novel approach to enhance performance on long-tailed datasets by optimizing the backbone architecture through neural architecture search (NAS). Our research shows that an architecture's accuracy on a balanced dataset does not reliably predict its performance on imbalanced datasets. This necessitates a complete NAS run on long-tailed datasets, which can be computationally expensive. To address this computational challenge, we focus on existing work, called IMB-NAS, which proposes efficiently adapting a NAS super-network trained on a balanced source dataset to an imbalanced target dataset. A…
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
TopicsArtificial Intelligence in Healthcare · Imbalanced Data Classification Techniques
MethodsFocus
