Related Experiment Video
Updated: Oct 29, 2025

A Machine Learning Approach to Design an Efficient Selective Screening of Mild Cognitive Impairment
Published on: January 11, 2020
Selective oversampling approach for strongly imbalanced data.
Peter Gnip1, Liberios Vokorokos1, Peter Drotár1
1Department of Computers and Informatics, Technical University of Košice, Slovak Republic.
Selective oversampling (SOA) improves classifier performance on imbalanced data by identifying key minority samples for synthetic oversampling. This novel approach enhances existing methods like synthetic minority oversampling technique and adaptive synthetic sampling.
Area of Science:
- Machine Learning
- Data Science
- Computer Science
Background:
- Imbalanced datasets present significant challenges in various real-world machine learning applications.
- Oversampling is a common technique to address class imbalance by increasing the number of minority class instances.
Purpose of the Study:
- To introduce a novel Selective Oversampling Approach (SOA) for improving classifier performance on imbalanced data.
- To enhance existing oversampling methods by focusing on representative minority samples.
Main Methods:
- The proposed Selective Oversampling Approach (SOA) identifies representative minority class samples using outlier detection.
- These selected samples are then used for synthetic oversampling to augment the minority class.
- The SOA was integrated with two state-of-the-art methods: Synthetic Minority Oversampling Technique (SMOTE) and Adaptive Synthetic Sampling (ADASYN).
Main Results:
- The Selective Oversampling Approach (SOA) demonstrated improved performance when combined with SMOTE and ADASYN.
- Evaluations on four synthetic and four real-world datasets consistently showed that SOA-enhanced methods achieved equal or superior predictive performance.
- The outlier detection component effectively isolates crucial minority samples for more effective synthetic data generation.
Conclusions:
- The Selective Oversampling Approach (SOA) is an effective strategy for enhancing oversampling techniques in imbalanced learning scenarios.
- SOA offers a robust method to improve classifier accuracy by focusing synthetic data generation on the most informative minority instances.
- The proposed method provides a valuable advancement for handling imbalanced data in practical machine learning applications.
Related Concept Videos
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...
Systematic Sampling Method
Systematic sampling is one of the simplest methods...
Upsampling
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Random Sampling Method
Convenience Sampling Method
Convenience sampling is a non-random method of sample selection; this method selects individuals that are easily accessible and may result in biased data. For example, a marketing...

