paper-with-me

홈 › Papers

A Quantum Approach to Synthetic Minority Oversampling Technique (SMOTE)

2024-02-27 · Nishikanta Mohanty, Bikash K. Behera, Christopher Ferrie, Pravat Dash

The paper proposes the Quantum-SMOTE method, a novel solution that uses quantum computing techniques to solve the prevalent problem of class imbalance in machine learning datasets. Quantum-SMOTE, inspired by the Synthetic Minority Oversampling Technique (SMOTE), generates synthetic data points using quantum processes such as swap tests and quantum rotation. The process varies from the conventional SMOTE algorithm's usage of K-Nearest Neighbors (KNN) and Euclidean distances, enabling synthetic instances to be generated from minority class data points without relying on neighbor proximity. The algorithm asserts greater control over the synthetic data generation process by introducing hyperparameters such as rotation angle, minority percentage, and splitting factor, which allow for customization to specific dataset requirements. Due to the use of a compact swap test, the algorithm can accommodate a large number of features. Furthermore, the approach is tested on a public dataset of Telecom Churn and evaluated alongside two prominent classification algorithms, Random Forest and Logistic Regression, to determine its impact along with varying proportions of synthetic data.

📄 PDF Abstract BibTeX arXiv:2402.17398

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data Generation

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,…
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Enhancing Machine Learning for Imbalanced Medical Data: A Quantum-Inspired Approach to Synthetic Oversampling (QI-SMOTE)

2025-09-02 · Vikas Kashtriya, Pardeep Singh arxiv

Class imbalance remains a critical challenge in machine learning (ML), particularly in the medical domain, where underrepresented minority classes lead to biased models and reduced predictive performance. This study intr…

Data Augmentation

QSMOTE-PGM/kPGM: QSMOTE Based PGM and kPGM for Imbalanced Dataset Classification

2025-12-18 · Bikash K. Behera, Giuseppe Sergioli, Roberto Giuntini arxiv

Quantum-inspired machine learning (QiML) employs mathematical principles from quantum theory, such as Hilbert-space representations and quantum state discrimination, to enhance classical learning algorithms. In this work…

LoRAS: An oversampling approach for imbalanced datasets

2019-08-22 · Saptarshi Bej, Narek Davtyan, Markus Wolfien, Mariam Nassar 외

The Synthetic Minority Oversampling TEchnique (SMOTE) is widely-used for the analysis of imbalanced datasets. It is known that SMOTE frequently over-generalizes the minority class, leading to misclassifications for the m…

General Classification

GMOTE: Gaussian based minority oversampling technique for imbalanced classification adapting tail probability of outliers

2021-05-09 · Seung Jee Yang, Kyung Joon Cha

Classification of imbalanced data is one of the common problems in the recent field of data mining. Imbalanced data substantially affects the performance of standard classification models. Data-level approaches mainly us…

ClusteringGeneral Classificationimbalanced classification

WOTBoost: Weighted Oversampling Technique in Boosting for imbalanced learning

2019-10-17 · Wenhao Zhang, Ramin Ramezani, Arash Naeim

Machine learning classifiers often stumble over imbalanced datasets where classes are not equally represented. This inherent bias towards the majority class may result in low accuracy in labeling minority class. Imbalanc…

Fraud DetectionGeneral ClassificationIntrusion DetectionNetwork Intrusion Detection