S3VM
S3VM, short for semi-supervised support vector machine, is a family of machine learning algorithms that extends the standard support vector machine to leverage both labeled and unlabeled data during training. The aim is to improve classification performance when labeled data are scarce by exploiting the structure of the unlabeled examples.
In a typical S3VM setup, the training set consists of labeled instances (xi, yi) with yi in
S3VM is related to, and sometimes compared with, transductive SVM (TSVM) and other semi-supervised methods that
Limitations include non-convex optimization, sensitivity to the unlabeled data distribution, and potential degradation if unlabeled data