The Responsibility Weighted Mahalanobis Kernel for Semi-Supervised Training of Support Vector Machines for Classification
Tobias Reitmaier, Bernhard Sick

TL;DR
This paper introduces the responsibility weighted Mahalanobis (RWM) kernel, a new similarity measure for SVMs that leverages probabilistic mixture models to improve semi-supervised classification performance.
Contribution
The paper proposes the RWM kernel, which captures data structure via mixture models and enhances semi-supervised SVM training, outperforming standard kernels in various datasets.
Findings
RWM kernel outperforms RBF and LAP kernels in semi-supervised tasks.
Easily integrated with standard SVM training algorithms.
Effective with increasing labeled data in benchmark tests.
Abstract
Kernel functions in support vector machines (SVM) are needed to assess the similarity of input samples in order to classify these samples, for instance. Besides standard kernels such as Gaussian (i.e., radial basis function, RBF) or polynomial kernels, there are also specific kernels tailored to consider structure in the data for similarity assessment. In this article, we will capture structure in data by means of probabilistic mixture density models, for example Gaussian mixtures in the case of real-valued input spaces. From the distance measures that are inherently contained in these models, e.g., Mahalanobis distances in the case of Gaussian mixtures, we derive a new kernel, the responsibility weighted Mahalanobis (RWM) kernel. Basically, this kernel emphasizes the influence of model components from which any two samples that are compared are assumed to originate (that is, the…
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
MethodsSupport Vector Machine
