paper-with-me

홈 › Papers

Towards Understanding How Data Augmentation Works with Imbalanced Data

2023-04-12 · Damien A. Dablain, Nitesh V. Chawla

Data augmentation forms the cornerstone of many modern machine learning training pipelines; yet, the mechanisms by which it works are not clearly understood. Much of the research on data augmentation (DA) has focused on improving existing techniques, examining its regularization effects in the context of neural network over-fitting, or investigating its impact on features. Here, we undertake a holistic examination of the effect of DA on three different classifiers, convolutional neural networks, support vector machines, and logistic regression models, which are commonly used in supervised classification of imbalanced data. We support our examination with testing on three image and five tabular datasets. Our research indicates that DA, when applied to imbalanced data, produces substantial changes in model weights, support vectors and feature selection; even though it may only yield relatively modest changes to global metrics, such as balanced accuracy or F1 measure. We hypothesize that DA works by facilitating variances in data, so that machine learning models can associate changes in the data with labels. By diversifying the range of feature amplitudes that a model must recognize to predict a label, DA improves a model's capacity to generalize when learning with imbalanced data.

📄 PDF Abstract BibTeX arXiv:2304.05895

Code (1)

dd1github/how_da_works 공식 구현 pytorch

Tasks

Data Augmentationfeature selection

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Is augmentation effective to improve prediction in imbalanced text datasets?

2023-04-20 · Gabriel O. Assunção, Rafael Izbicki, Marcos O. Prates

Imbalanced datasets present a significant challenge for machine learning models, often leading to biased predictions. To address this issue, data augmentation techniques are widely used in natural language processing (NL…

Data Augmentation

A review of ensemble learning and data augmentation models for class imbalanced problems: combination, implementation and evaluation

2023-04-06 · Azal Ahmad Khan, Omkar Chaudhari, Rohitash Chandra

Class imbalance (CI) in classification problems arises when the number of observations belonging to one class is lower than the other. Ensemble learning combines multiple models to obtain a robust model and has been prom…

Data AugmentationEnsemble Learning

Imbalanced Graph Classification via Graph-of-Graph Neural Networks

2021-12-01 · Yu Wang, Yuying Zhao, Neil Shah, Tyler Derr

Graph Neural Networks (GNNs) have achieved unprecedented success in identifying categorical labels of graphs. However, most existing graph classification problems with GNNs follow the protocol of balanced data splitting,…

ClassificationGraph ClassificationNode Classification

A Mathematics Framework of Artificial Shifted Population Risk and Its Further Understanding Related to Consistency Regularization

2025-02-15 · Xiliang Yang, Shenyang Deng, Shicong Liu, Yuanchi Suo 외

Data augmentation is an important technique in training deep neural networks as it enhances their ability to generalize and remain robust. While data augmentation is commonly used to expand the sample size and act as a c…

Data Augmentationimbalanced classification

Multi-Aspect Controllable Text Generation with Disentangled Counterfactual Augmentation

2024-05-30 · Yi Liu, Xiangyu Liu, Xiangrong Zhu, Wei Hu

Multi-aspect controllable text generation aims to control the generated texts in attributes from multiple aspects (e.g., "positive" from sentiment and "sport" from topic). For ease of obtaining training samples, existing…

AttributecounterfactualDisentanglementText Generation