paper-with-me

홈 › Papers

Under-bagging Nearest Neighbors for Imbalanced Classification

2021-09-01 · Hanyuan Hang, Yuchao Cai, Hanfang Yang, Zhouchen Lin

In this paper, we propose an ensemble learning algorithm called \textit{under-bagging $k$-nearest neighbors} (\textit{under-bagging $k$-NN}) for imbalanced classification problems. On the theoretical side, by developing a new learning theory analysis, we show that with properly chosen parameters, i.e., the number of nearest neighbors $k$, the expected sub-sample size $s$, and the bagging rounds $B$, optimal convergence rates for under-bagging $k$-NN can be achieved under mild assumptions w.r.t.~the arithmetic mean (AM) of recalls. Moreover, we show that with a relatively small $B$, the expected sub-sample size $s$ can be much smaller than the number of training data $n$ at each bagging round, and the number of nearest neighbors $k$ can be reduced simultaneously, especially when the data are highly imbalanced, which leads to substantially lower time complexity and roughly the same space complexity. On the practical side, we conduct numerical experiments to verify the theoretical results on the benefits of the under-bagging technique by the promising AM performance and efficiency of our proposed algorithm.

📄 PDF Abstract BibTeX arXiv:2109.00531

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationEnsemble Learningimbalanced classificationLearning Theory

Methods 이 논문이 사용한 방법론

AM 설명 없음

Similar Papers 제목 키워드 기반

Classification of Spam URLs Using Machine Learning Approaches

2023-09-10 · Omar Husni Odeh, Anas Arram, Murad Njoum

The Internet is used by billions of users every day because it offers fast and free communication tools and platforms. Nevertheless, with this significant increase in usage, huge amounts of spam are generated every secon…

Classification

Multiclass Classification via Class-Weighted Nearest Neighbors

2020-04-09 · Justin Khim, Ziyu Xu, Shashank Singh

We study statistical properties of the k-nearest neighbors algorithm for multiclass classification, with a focus on settings where the number of classes may be large and/or classes may be highly imbalanced. In particular…

ClassificationGeneral Classification

Developing and Improving Risk Models using Machine-learning Based Algorithms

2020-09-09 · Yan Wang, Xuelei Sherry Ni

The objective of this study is to develop a good risk model for classifying business delinquency by simultaneously exploring several machine learning based methods including regularization, hyper-parameter optimization, …

BIG-bench Machine Learning

NPC: Neighbors Progressive Competition Algorithm for Classification of Imbalanced Data Sets

2017-11-29 · Soroush Saryazdi, Bahareh Nikpour, Hossein Nezamabadi-pour

Learning from many real-world datasets is limited by a problem called the class imbalance problem. A dataset is imbalanced when one class (the majority class) has significantly more samples than the other class (the mino…

Decision MakingGeneral Classification

k-Nearest Neighbors by Means of Sequence to Sequence Deep Neural Networks and Memory Networks

2018-04-27 · Yiming Xu, Diego Klabjan

k-Nearest Neighbors is one of the most fundamental but effective classification models. In this paper, we propose two families of models built on a sequence to sequence model and a memory network model to mimic the k-Nea…

General Classification