Cluster based RBF Kernel for Support Vector Machines
Wojciech Marian Czarnecki, Jacek Tabor

TL;DR
This paper introduces a new Gaussian kernel for SVMs that incorporates local geometric information via clustering, leading to improved classification stability over standard RBF kernels.
Contribution
It proposes a novel cluster-based RBF kernel that adapts to local data geometry, enhancing SVM performance and stability.
Findings
C2RBF outperforms standard RBF and Mahalanobis RBF in classification accuracy.
C2RBF increases the stability of parameter grid search.
Empirical results on nine UCI datasets demonstrate the effectiveness of the method.
Abstract
In the classical Gaussian SVM classification we use the feature space projection transforming points to normal distributions with fixed covariance matrices (identity in the standard RBF and the covariance of the whole dataset in Mahalanobis RBF). In this paper we add additional information to Gaussian SVM by considering local geometry-dependent feature space projection. We emphasize that our approach is in fact an algorithm for a construction of the new Gaussian-type kernel. We show that better (compared to standard RBF and Mahalanobis RBF) classification results are obtained in the simple case when the space is preliminary divided by k-means into two sets and points are represented as normal distributions with a covariances calculated according to the dataset partitioning. We call the constructed method CRBF, where stands for the amount of clusters used in k-means. We show…
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
TopicsFace and Expression Recognition · Neural Networks and Applications · Time Series Analysis and Forecasting
MethodsSupport Vector Machine
