Laplacian Support Vector Machines Trained in the Primal
Stefano Melacci, Mikhail Belkin

TL;DR
This paper introduces a primal formulation for Laplacian Support Vector Machines, reducing training complexity and time, and enabling faster semi-supervised classification with comparable accuracy to traditional dual methods.
Contribution
The paper proposes a primal training approach for LapSVMs that simplifies the process, reduces computational complexity from O(n^3) to O(n^2), and incorporates early stopping for efficiency.
Findings
Primal LapSVM training is faster and computationally more efficient.
Early stopping based on unlabeled or validation data speeds up training.
The approach maintains classification accuracy comparable to dual formulation.
Abstract
In the last few years, due to the growing ubiquity of unlabeled data, much effort has been spent by the machine learning community to develop better understanding and improve the quality of classifiers exploiting unlabeled data. Following the manifold regularization approach, Laplacian Support Vector Machines (LapSVMs) have shown the state of the art performance in semi--supervised classification. In this paper we present two strategies to solve the primal LapSVM problem, in order to overcome some issues of the original dual formulation. Whereas training a LapSVM in the dual requires two steps, using the primal form allows us to collapse training to a single step. Moreover, the computational complexity of the training algorithm is reduced from O(n^3) to O(n^2) using preconditioned conjugate gradient, where n is the combined number of labeled and unlabeled examples. We speed up training…
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
TopicsMachine Learning and Algorithms · Machine Learning and Data Classification · Domain Adaptation and Few-Shot Learning
