Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,181 papers · 148 categories

Trend · papers per month

4794140187 · Jun 202019922001200920182026
48 results for synthetic minority oversampling

Develops a new synthetic minority oversampling technique for imbalanced learning.

problem Imbalanced learning in classification models.
method Generates synthetic samples using Gaussian Mixture Model in high-dimensional space, filters outliers, and optimizes parameters.
result An effective and efficient imbalanced learning framework is developed.

A new method improves fault diagnostics and prognostics for class-imbalanced data.

problem Class imbalance in industrial fault diagnostics and prognostics.
method EWMOTE: EM-based Weighted Minority Oversampling TEchnique.
result EWMOTE achieves better performance on binary and multi-class imbalance learning tasks.

The paper analyzes SMOTE for imbalanced classification, providing theoretical bounds and guidelines.

problem The challenge of imbalanced classification problems, especially with minority classes.
method Theoretical analysis of SMOTE and related oversampling techniques for minority classes.
result Derives concentration and excess risk bounds for SMOTE and kernel-based classifiers.

GenSample uses genetic algorithms to improve minority class classification in imbalanced datasets.

problem Poor classification performance on minority class in imbalanced datasets.
method GenSample uses genetic algorithms to oversample minority class, considering difficulty and performance improvement.
result GenSample achieved the highest F-Score on 8 out of 9 real-world imbalanced datasets.

Proposes GMOTE for better handling imbalanced data.

problem Classification of imbalanced data.
method Generates minority class instances using Gaussian Mixture Model, considering outliers through Mahalanobis distance.
result Shows better accuracy and F1-Score when combined with CART or SVM.

LoRAS improves model performance on imbalanced datasets by better oversampling the minority class.

problem Imbalanced datasets lead to poor model performance, especially for the majority class.
method Localized Random Affine Shadowsampling (LoRAS) to oversample minority class data.
result LoRAS generates better ML models in terms of F1-Score and Balanced accuracy compared to SMOTE and its extensions.

A new LLM-based method enhances diversity in oversampling for imbalanced classification.

problem Limited diversity in synthetic minority samples generated by current LLM-based approaches reduces robustness and generalizability.
method Condition synthetic sample generation on minority labels and features, use permutation strategy for fine-tuning, fine-tune on minority and interpolated samples.
result Significantly outperforms eight SOTA baselines in diverse synthetic sample generation and downstream classification tasks.

Framework learns to transform majority to minority samples for balanced classification.

problem Imbalanced classification leading to biased predictions.
method Minimizes MMD and uses triplet loss for global alignment and boundary awareness.
result Consistent improvements over classical and generative baselines in AUROC, G-mean, F1-score, and MCC.

Paper tackles imbalanced time series classification with a novel oversampling method.

problem Imbalanced time series classification challenges due to high dimensionality and correlation.
method Density-ratio based clustering followed by shrinkage technique for covariance estimation, then generating synthetic samples.
result OHIT outperforms state-of-the-art methods in F1, G-mean, and AUC metrics.

A new oversampling framework generates minority samples by perturbing majority classes.

problem Oversampling in imbalanced classification often neglects majority classes, leading to samples spread across the minority space.
method Introduces a counterfactual objective to generate new minority samples by perturbing majority samples.
result Generated minority samples are near the decision boundary and significantly outperform state-of-the-art methods.

This chapter tackles class imbalance in datasets to promote data democracy.

problem Class imbalance in datasets leading to biased decisions and policies.
method Statistical measures and data-level methods (oversampling, undersampling, etc.) applied to a real dataset.
result Popular data-level methods improve performance in handling class imbalance.

The paper explores how deep generative models can improve performance on imbalanced datasets.

problem Imbalanced datasets lead to poor classifier performance and misleading evaluation metrics.
method The paper studies deep generative models for oversampling minority classes in imbalanced tabular data.
result Deep generative models can improve performance on imbalanced classification tasks, but require different under- and oversampling ratios.

A new algorithm enhances minority class representation in imbalanced datasets.

problem Improving classification performance on imbalanced datasets.
method PO-QG algorithm using Proxima-Orion neighbors and q-Gaussian weighting.
result The PO-QG algorithm improves overall classification performance.

A new method improves learning from imbalanced datasets by generating synthetic minority class samples.

problem Learning from imbalanced datasets where minority class is underrepresented.
method Clustering Based Oversampling: Generates synthetic data points based on the distance to cluster centroids.
result Improves learning from imbalanced data by incorporating the distribution structure of minority class samples.

AnyThreat detects insider threats with minimal false positives.

problem High false positives in detecting insider threats.
method Opportunistic knowledge discovery system with four components: feature engineering, oversampling, class decomposition, and classification.
result Detects 87.5% of malicious insider threats with minimal false positives.

INGB improves oversampling for noisy imbalanced datasets.

problem Imbalanced, noisy, and complex datasets in classification problems.
method INGB uses granular balls to simulate spatial distribution and informed entropy for optimization, followed by nonlinear oversampling.
result INGB outperforms traditional linear sampling frameworks and algorithms on complex datasets.

Paper proposes a DAE algorithm to improve credit card fraud detection.

problem Imbalanced data classification problem in credit card fraud detection.
method Proposes a denoising autoencoder neural network (DAE) algorithm to oversample and denoise minority class samples.
result Improves classification accuracy of minority class samples in imbalanced datasets.

CopulaSMOTE addresses class imbalance in diabetes prediction models.

problem Class imbalance in diabetes prediction models, especially with fewer confirmed cases.
method Copula-based oversampling approach that models joint dependence structure.
result CopulaSMOTE improves minority-class recovery in larger diabetes datasets.

A new method for synthetic oversampling of multi-label data focusing on local label distribution.

problem Class imbalance in multi-label datasets affects prediction accuracy.
method Proposes a new method for synthetic oversampling of multi-label data focusing on local label distribution.
result Demonstrates effectiveness in generating more diverse and better labeled instances.

The paper addresses classification imbalance by framing it as a transfer learning problem.

problem Classification imbalance where one class is much rarer than the other.
method The paper studies oversampling procedures to balance classes, focusing on SMOTE and bootstrapping.
result The excess risk decomposes into balanced training rate and transfer cost, with SMOTE having a higher transfer cost.

Optimal model improves AUC, recall, and F1 score for class-imbalanced business risk.

problem Improving prediction of class-imbalanced business risk.
method Resampling, regularization, and model ensembling techniques.
result Boosting on DT with SMOTE oversampling achieves AUC, recall, and F1 score of 0.8633, 0.9260, and 0.8907, respectively.

A new method VOS uses variational autoencoders to balance imbalanced datasets.

problem Class imbalance in datasets leads to skewed predictions and false positives.
method Inspired by variational inference and GANs, VOS creates synthetic minority class samples.
result VOS outperforms traditional oversampling methods in augmenting imbalanced datasets.

Study improves detection of cryptocurrency pump-and-dump schemes.

problem Class imbalance in P&D detection due to rare events.
method Synthetic Minority Oversampling Technique (SMOTE) and ensemble learning models.
result XGBoost and LightGBM achieved high recall rates (94.87% and 93.59%) with strong F1-scores.

This paper surveys various data balancing methods for imbalanced datasets.

problem Imbalanced datasets bias predictions and degrade classifier performance.
method Extensive review of oversampling, undersampling, adaptive, generative, combination, and ensemble methods.
result No single method universally outperforms others; selection depends on dataset characteristics.

This paper uses LLMs to generate synthetic data to improve classification accuracy in imbalanced datasets.

problem Imbalanced classification and spurious correlation in data science.
method Develops novel theoretical foundations and uses transformer models to generate synthetic data.
result Transformer models can generate high-quality synthetic data to improve classification accuracy.

Theoretical and empirical study on SMOTE rebalancing strategy for imbalanced data.

problem Handling imbalanced tabular data sets using SMOTE and its variants.
method Derive non-asymptotic upper bounds on SMOTE density, adapt SMOTE based on theoretical findings.
result SMOTE tends to copy original minority samples asymptotically and vanishes near minority class boundaries.

This paper benchmarks UNSW-NB15 as a modern alternative to KDD-99 for A-NIDS.

problem Skewed response distribution and non-stationarity in KDD-99 hamper A-NIDS performance.
method Compared UNSW-NB15 to KDD-99 and NSL-KDD using various classification models and SMOTE oversampling.
result UNSW-NB15 outperforms KDD-99 and NSL-KDD in minority class performance, suggesting it as a better benchmark.

Machine learning improves classification of Calabi-Yau threefolds.

problem Classifying geometric properties of Calabi-Yau threefolds using machine learning.
method Used Neural Networks and SVM, employing genetic algorithms for hyperparameter optimization and SMOTE for class imbalance.
result Remarkable improvement in learning Hodge numbers and prediction of discrete symmetries.

Proposes a new data augmentation method for imbalanced datasets in both classification and regression.

problem Imbalanced datasets in supervised learning, especially in regression.
method GOLIATH algorithm based on kernel density estimates for classification and regression.
result Significant improvement over existing state-of-the-art techniques in imbalanced regression.

This paper evaluates methods to improve classification on imbalanced datasets.

problem Class imbalance in classification problems.
method Combination of data augmentation and ensemble learning methods.
result Combinations of data augmentation methods with ensemble learning can significantly improve classification performance.

PCA-based methods improve crash likelihood prediction in imbalanced data.

problem Missing data and imbalanced classes in real-time crash likelihood prediction.
method PCA-based imputation methods (LS-PCA, PPCA, VBPCA) and cost-sensitive learning with SMOTE.
result PPCA and VBPCA outperform other methods in RMSE and predictive performance.