paper-with-me

홈 › Papers

Imbalanced Classification via Explicit Gradient Learning From Augmented Data

2022-02-21 · Bronislav Yasinnik, Moshe Salhov, Ofir Lindenbaum, Amir Averbuch

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.

📄 PDF Abstract BibTeX arXiv:2202.10550

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimbalanced classificationMeta-Learning

Similar Papers 제목 키워드 기반

Arrhythmia Classification using CGAN-augmented ECG Signals

2022-01-26 · Edmond Adib, Fatemeh Afghah, John J. Prevost

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 Warping

CLAF: Contrastive Learning with Augmented Features for Imbalanced Semi-Supervised Learning

2023-12-15 · Bowen Tao, Lan Li, Xin-Chun Li, De-Chuan Zhan

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 Classification

Toward Robustness in Multi-label Classification: A Data Augmentation Strategy against Imbalance and Noise

2023-12-12 · Hwanjun Song, Minseok Kim, Jae-Gil Lee

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-ClASSIFICATION

Reprint: a randomized extrapolation based on principal components for data augmentation

2022-04-26 · Le Li, Jiale Wei, Pai Peng, Qiyuan Chen 외

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 Classification

Neural Collapse Inspired Attraction-Repulsion-Balanced Loss for Imbalanced Learning

2022-04-19 · Liang Xie, Yibo Yang, Deng Cai, Xiaofei He

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…