一种基于集群辅助差异演变的混合过量抽样方法,用于不平衡的数据集
Muhammed Abdulhamid Karabiyik1, Bahaeddin Turkoglu2, Tunc Asuroglu3,4
1Department of Computer Engineering, Nigde Omer Halisdemir University, Nigde, Turkey.
PeerJ. Computer science
|September 24, 2025
概括
集群DEBO是一种新的混合过量采样方法,通过使用K-Means集群和差异演化 (DE) 来生成合成数据,有效地解决了类不平衡. 这种方法可以提高对不平衡数据集的分类器性能.
科学领域:
- 机器学习 机器学习
- 数据科学数据科学数据科学
- 人工智能的人工智能
背景情况:
- 数据集中的类不平衡是一个重大挑战,导致有偏见的机器学习模型错误分类少数类实例.
- 像SMOTE这样的现有过量采样技术经常与诸如类重叠,决策边界表现不佳和噪音积累等问题作斗争.
研究的目的:
- 引入ClusterDEBO,一种新的混合过量采样方法,集成K-Means集群和差异演化 (DE).
- 以结构化和自适应的方式生成合成样本,改善对不平衡数据集的处理.
主要方法:
- 该方法将少数类数据划分为集群,使用轮得分来确定集群的最佳数量.
- 基于差异进化的突变和交叉操作在每个集群中产生多样化的合成样本,保持数据分布.
- 选择性采样和降噪机制根据其分类性能影响过合成样品.
主要成果:
- 在使用kNN,DT和SVM分类器的44个基准数据集上评估了ClusterDEBO.
- 提出的方法始终优于现有的过量采样技术,提高了类的分离性和分类器的稳定性.
- 使用弗里德曼测试的统计验证证实了观察到的改善的意义.
结论:
- 集群DEBO提供了一种强大的策略,通过利用集群辅助的差异演变来处理不平衡的数据集.
- 该方法在提高分类器的准确性和稳定性方面表现出优异的性能,与传统的过量采样技术相比.
相关概念视频
Cluster Sampling Method
14.0K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
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...
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...
14.0K
Sampling Methods: Overview
2.6K
A sample refers to a smaller subset representative of a larger population. In analytical chemistry, studying or analyzing an entire population is often impractical or impossible. Therefore, samples are used to draw inferences and generalize the whole population. The sampling method selects individuals or items from a population to create a sample. Standard sampling methods include random, judgemental, systematic, stratified, and cluster sampling.
In analytical chemistry, the choice of...
In analytical chemistry, the choice of...
2.6K
Stratified Sampling Method
14.5K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
To choose a stratified sample, divide the population into groups called strata and then take a...
14.5K
Bootstrapping
810
The term "bootstrap" originated in the 19th century as a metaphor for self-improvement or achieving something independently, without external assistance. This concept extends to statistical bootstrapping, a self-contained method for estimating population parameters through resampling, even though it can be computationally intensive. Developed by the American statistician Dr. Bradley Efron in 1979, bootstrapping provides a robust way to perform inference when the original sample size is...
810
Sampling Methods: Sample Types
2.4K
Sampling materials are classified into three main types: solid, liquid, and gas.
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
Solid samples include a variety of substances, such as sediments from water bodies, soil, metals, and biological tissues. Two standard methods for extracting sediments from water bodies are grab sampling and piston coring. Grab sampling involves using a device to collect a discrete sediment sample from the bottom of a water body with minimal disturbance. Grab samples do not always represent the entire area due to...
2.4K
Random Sampling Method
14.1K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
14.1K

