随机空间划分采样用于标签噪声分类或不平衡分类

Random Space Division Sampling for Label-Noisy Classification or Imbalanced Classification

IEEE Transactions on Cybernetics · 2021
被引 42
ABS 3

中文导读

提出一种简单的随机空间划分采样方法,能区分标签噪声点、内部点和边界点,在减少数据量的同时提升分类精度,尤其适用于标签噪声分类和不平衡分类。

Abstract

This article presents a simple sampling method, which is very easy to be implemented, for classification by introducing the idea of random space division, called "random space division sampling" (RSDS). It can extract the boundary points as the sampled result by efficiently distinguishing the label noise points, inner points, and boundary points. This makes it the first general sampling method for classification that not only can reduce the data size but also enhance the classification accuracy of a classifier, especially in the label-noisy classification. The "general" means that it is not restricted to any specific classifiers or datasets (regardless of whether a dataset is linear or not). Furthermore, the RSDS can online accelerate most classifiers because of its lower time complexity than most classifiers. Moreover, the RSDS can be used as an undersampling method for imbalanced classification. The experimental results on benchmark datasets demonstrate its effectiveness and efficiency. The code of the RSDS and comparison algorithms is available at: https://github.com/syxiaa/RSDS.

机器学习数据挖掘分类算法采样方法