svm-framework-extends-beyond-binary-classification

IN derived (depth 1)

Created 2026-06-21T10:16:39+00:00 · Reviewed 2026-06-21T15:37:01+00:00

The SVM framework extends well beyond its original binary classification setting — SVR adapts the max-margin principle to regression via epsilon-insensitive loss, transductive SVMs bridge to semi-supervised learning by jointly optimizing over labeled and unlabeled data, and Bayesian SVMs reinterpret the framework probabilistically for automatic hyperparameter tuning with uncertainty quantification.

Justifications

SL — Three independent SVM extensions (regression, semi-supervised, Bayesian) demonstrate that the max-margin principle generalizes far beyond its original binary classification formulation

Antecedents (all must be IN):

  • IN svm-svr-epsilon-insensitive-loss — Support Vector Regression (SVR), introduced by Drucker et al. (1997), uses an epsilon-insensitive loss function.
  • IN svm-transductive-semi-supervised-learning — Transductive SVMs (Vapnik, 1998) extend SVMs to semi-supervised learning by jointly optimizing the separating hyperplane and the labels of unlabeled test data, where test labels y* are decision variables in the optimization.
  • IN svm-bayesian-auto-hyperparameter-uncertainty — Bayesian SVM (Polson & Scott, 2011) interprets the SVM as a graphical model, enabling automatic hyperparameter tuning and predictive uncertainty quantification, unlike standard SVMs that require cross-validation.

Dependents

These beliefs depend on this one: