paper-with-me

홈 › Papers

Support vector machines and Radon's theorem

2020-11-01 · Henry Adams, Elin Farnell, Brittany Story

A support vector machine (SVM) is an algorithm that finds a hyperplane which optimally separates labeled data points in $\mathbb{R}^n$ into positive and negative classes. The data points on the margin of this separating hyperplane are called support vectors. We connect the possible configurations of support vectors to Radon's theorem, which provides guarantees for when a set of points can be divided into two classes (positive and negative) whose convex hulls intersect. If the convex hulls of the positive and negative support vectors are projected onto a separating hyperplane, then the projections intersect if and only if the hyperplane is optimal. Further, with a particular type of general position, we show that (a) the projected convex hulls of the support vectors intersect in exactly one point, (b) the support vectors are stable under perturbation, (c) there are at most $n+1$ support vectors, and (d) every number of support vectors from 2 up to $n+1$ is possible. Finally, we perform computer simulations studying the expected number of support vectors, and their configurations, for randomly generated data. We observe that as the distance between classes of points increases for this type of randomly generated data, configurations with fewer support vectors become more likely.

📄 PDF Abstract BibTeX arXiv:2011.00617

Code (1)

brimcarr/svm_radon 공식 구현

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Tverberg's theorem and multi-class support vector machines

2024-04-25 · Pablo Soberón

We show how, using linear-algebraic tools developed to prove Tverberg's theorem in combinatorial geometry, we can design new models of multi-class support vector machines (SVMs). These supervised learning protocols requi…

Radon Features and Barcodes for Medical Image Retrieval via SVM

2016-04-16 · Shujin Zhu, H. R. Tizhoosh

For more than two decades, research has been performed on content-based image retrieval (CBIR). By combining Radon projections and the support vector machines (SVM), a content-based medical image retrieval method is pres…

Content-Based Image RetrievalImage RetrievalMedical Image RetrievalRetrieval+1

Comment on "robustness and regularization of support vector machines" by H. Xu, et al., (Journal of Machine Learning Research, vol. 10, pp. 1485-1510, 2009, arXiv:0803.3490)

2013-08-17 · Yahya Forghani, Hadi Sadoghi Yazdi

This paper comments on the published work dealing with robustness and regularization of support vector machines (Journal of Machine Learning Research, vol. 10, pp. 1485-1510, 2009) [arXiv:0803.3490] by H. Xu, etc. They p…

BIG-bench Machine Learning

Kernel Density Machines

2025-04-30 · Damir Filipovic, Paul Schneider

We introduce kernel density machines (KDM), a nonparametric estimator of a Radon--Nikodym derivative, based on reproducing kernel Hilbert spaces. KDM applies to general probability measures on countably generated measura…

Computational Efficiency

Proofs for Folklore Theorems on the Radon-Nikodym Derivative

2025-01-30 · Yaiza Bermudez, Gaetan Bisson, Iñaki Esnaola, Samir M. Perlaza

In this paper, rigorous statements and formal proofs are presented for both foundational and advanced folklore theorems on the Radon-Nikodym derivative. The cases of conditional and marginal probability measures are care…