paper-with-me

Papers

Accurate Streaming Support Vector Machines

2014-12-08 · Vikram Nathan, Sharath Raghvendra

A widely-used tool for binary classification is the Support Vector Machine (SVM), a supervised learning technique that finds the "maximum margin" linear separator between the two classes. While SVMs have been well studied in the batch (offline) setting, there is considerably less work on the streaming (online) setting, which requires only a single pass over the data using sub-linear space. Existing streaming algorithms are not yet competitive with the batch implementation. In this paper, we use the formulation of the SVM as a minimum enclosing ball (MEB) problem to provide a streaming SVM algorithm based off of the blurred ball cover originally proposed by Agarwal and Sharathkumar. Our implementation consistently outperforms existing streaming SVM approaches and provides higher accuracies than libSVM on several datasets, thus making it competitive with the standard SVM batch implementation.

📄 PDF Abstract BibTeX arXiv:1412.2485

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

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 제목 키워드 기반

Small Coresets to Represent Large Training Data for Support Vector Machines

2018-01-01 · ICLR 2018 1 · Cenk Baykal, Murad Tukan, Dan Feldman, Daniela Rus

Support Vector Machines (SVMs) are one of the most popular algorithms for classification and regression analysis. Despite their popularity, even efficient implementations have proven to be computationally expensive to tr…

On Coresets for Support Vector Machines

2020-02-15 · Murad Tukan, Cenk Baykal, Dan Feldman, Daniela Rus

We present an efficient coreset construction algorithm for large-scale Support Vector Machine (SVM) training in Big Data and streaming applications. A coreset is a small, representative subset of the original data points…

Small Data Image Classification

Bayesian Nonlinear Support Vector Machines for Big Data

2017-07-18 · Florian Wenzel, Theo Galy-Fajou, Matthaeus Deutsch, Marius Kloft

We propose a fast inference method for Bayesian nonlinear support vector machines that leverages stochastic variational inference and inducing points. Our experiments show that the proposed method is faster than competin…

Variational Inference

Sampling Streaming Data with Parallel Vector Quantization -- PVQ

2022-10-04 · Mujahid Sultan

Accumulation of corporate data in the cloud has attracted more enterprise applications to the cloud creating data gravity. As a consequence, network traffic has become more cloud centric. This increase in cloud centric t…

Hyperparameter OptimizationQuantization

Support Vector Machines on Noisy Intermediate Scale Quantum Computers

2019-09-26 · Jiaying Yang, Ahsan Javed Awan, Gemma Vall-Llosera

Support vector machine algorithms are considered essential for the implementation of automation in a radio access network. Specifically, they are critical in the prediction of the quality of user experience for video str…