Related Experiment Videos
A new dual-scale nearest neighbor statistical feature construction algorithm for imbalanced data oriented to Gaussian
Wei Wang1, Shuang Ouyang2, Fen Liu1
1Business School, Guilin Tourism University, Guilin, 541006, China.
This study introduces a new feature construction algorithm, dynamic dual-scale nearest neighbor statistical ratio (NNDSR), to improve Gaussian Naive Bayes (GNB) performance on imbalanced datasets. NNDSR enhances minority class recognition and class separability, outperforming existing methods.
Area of Science:
- Machine Learning
- Data Mining
- Pattern Recognition
Background:
- Gaussian Naive Bayes (GNB) classifier performance degrades on imbalanced datasets.
- Sparse minority class features and severe class overlap contribute to GNB performance issues.
- Existing methods like sampling and feature enhancement often mismatch GNB's core assumptions.
Purpose of the Study:
- Propose a novel feature construction algorithm, dynamic dual-scale nearest neighbor statistical ratio (NNDSR), to address GNB performance degradation on imbalanced data.
- Enhance the discriminability and Gaussian distribution adaptability of features.
- Improve the recognition accuracy of minority classes and overall classification performance.
Main Methods:
- Developed a dynamic dual-scale nearest neighbor mechanism to extract local aggregation and inter-class boundary information.
- Generated new features using cross-class and dual-scale statistical ratio operations.
- Validated the NNDSR algorithm on 22 UCI datasets with varying characteristics.
Main Results:
- NNDSR significantly outperformed the original data and 16 mainstream algorithms across key metrics (AUC, G-mean, F-measure).
- Demonstrated notable improvement in minority class recognition accuracy.
- Confirmed efficiency and stability through scalability tests on large datasets.
Conclusions:
- NNDSR is a robust feature construction algorithm for GNB to effectively handle imbalanced data.
- The proposed method avoids information distortion issues of traditional sampling techniques.
- NNDSR offers strong practical application value for imbalanced classification tasks.
Related Concept Videos
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance, comparing...
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Weighted Mean
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
Introduction to Nonparametric Statistics
One of...
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
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...