k-Relevance Vectors: Considering Relevancy Beside Nearness
Sara Hosseinzadeh Kassani, Farhood Rismanchian, Peyman Hosseinzadeh, Kassani

TL;DR
This paper introduces k-relevance vectors, a novel method combining k-NN and RVM in kernel space to enhance classification accuracy by pruning irrelevant features and optimizing iteration stopping.
Contribution
It proposes a new kernel-space model called k-relevance vector that integrates k-NN and RVM, including a novel early stopping parameter to improve accuracy.
Findings
k-RV significantly prunes irrelevant attributes
k-RV achieves competitive accuracy on UCI and real datasets
The new stopping parameter enhances classification performance
Abstract
This study combines two different learning paradigms, k-nearest neighbor (k-NN) rule, as memory-based learning paradigm and relevance vector machines (RVM), as statistical learning paradigm. This combination is performed in kernel space and is called k-relevance vector (k-RV). The purpose is to improve the performance of k-NN rule. The proposed model significantly prunes irrelevant attributes. We also introduced a new parameter, responsible for early stopping of iterations in RVM. We show that the new parameter improves the classification accuracy of k-RV. Intensive experiments are conducted on several classification datasets from University of California Irvine (UCI) repository and two real datasets from computer vision domain. The performance of k-RV is highly competitive compared to a few state-of-the-arts in terms of classification accuracy.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsEarly Stopping · k-Nearest Neighbors
