Imbalanced Classification via Explicit Gradient Learning From Augmented Data
Learning from imbalanced data is one of the most significant challenges in real-world classification tasks. In such cases, neural networks performance is substantially impaired due to preference towards the majority class. Existing approaches attempt to eliminate the bias through data re-sampling or re-weighting the loss in the learning process. Still, these methods tend to overfit the minority samples and perform poorly when the structure of the minority class is highly irregular. Here, we propose a novel deep meta-learning technique to augment a given imbalanced dataset with new minority instances. These additional data are incorporated in the classifier's deep-learning process, and their contributions are learned explicitly. The advantage of the proposed method is demonstrated on synthetic and real-world datasets with various imbalance ratios.
Code (0)
등록된 구현이 없습니다.
Tasks
Classificationimbalanced classificationMeta-LearningSimilar Papers 제목 키워드 기반
Arrhythmia Classification using CGAN-augmented ECG Signals
ECG databases are usually highly imbalanced due to the abundance of Normal ECG and scarcity of abnormal cases. As such, deep learning classifiers trained on imbalanced datasets usually perform poorly, especially on minor…
Arrhythmia DetectionClassificationData AugmentationDynamic Time WarpingCLAF: Contrastive Learning with Augmented Features for Imbalanced Semi-Supervised Learning
Due to the advantages of leveraging unlabeled data and learning meaningful representations, semi-supervised learning and contrastive learning have been progressively combined to achieve better performances in popular app…
Contrastive Learningimage-classificationImage ClassificationToward Robustness in Multi-label Classification: A Data Augmentation Strategy against Imbalance and Noise
Multi-label classification poses challenges due to imbalanced and noisy labels in training data. We propose a unified data augmentation method, named BalanceMix, to address these challenges. Our approach includes two sam…
Data AugmentationDiversityMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONReprint: a randomized extrapolation based on principal components for data augmentation
Data scarcity and data imbalance have attracted a lot of attention in many fields. Data augmentation, explored as an effective approach to tackle them, can improve the robustness and efficiency of classification models b…
Data Augmentationtext-classificationText ClassificationNeural Collapse Inspired Attraction-Repulsion-Balanced Loss for Imbalanced Learning
Class imbalance distribution widely exists in real-world engineering. However, the mainstream optimization algorithms that seek to minimize error will trap the deep learning model in sub-optimums when facing extreme clas…