paper-with-me

Papers

Fast Prediction with SVM Models Containing RBF Kernels

2014-03-04 · Marc Claesen, Frank De Smet, Johan A. K. Suykens, Bart De Moor

We present an approximation scheme for support vector machine models that use an RBF kernel. A second-order Maclaurin series approximation is used for exponentials of inner products between support vectors and test instances. The approximation is applicable to all kernel methods featuring sums of kernel evaluations and makes no assumptions regarding data normalization. The prediction speed of approximated models no longer relates to the amount of support vectors but is quadratic in terms of the number of input dimensions. If the number of input dimensions is small compared to the amount of support vectors, the approximated model is significantly faster in prediction and has a smaller memory footprint. An optimized C++ implementation was made to assess the gain in prediction speed in a set of practical tests. We additionally provide a method to verify the approximation accuracy, prior to training models or during run-time, to ensure the loss in accuracy remains acceptable and within known bounds.

📄 PDF Abstract BibTeX arXiv:1403.0736

Code (1)

claesenm/approxsvm 공식 구현

Tasks

Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Simple Model for Portable and Fast Prediction of Execution Time and Power Consumption of GPU Kernels

2020-01-20 · Lorenz Braun, Sotirios Nikas, Chen Song, Vincent Heuveline 외

Characterizing compute kernel execution behavior on GPUs for efficient task scheduling is a non-trivial task. We address this with a simple model enabling portable and fast predictions among different GPUs using only har…

GPUPredictionScheduling

Farasa: A New Fast and Accurate Arabic Word Segmenter

2016-05-01 · LREC 2016 5 · Kareem Darwish, Hamdy Mubarak

In this paper, we present Farasa (meaning insight in Arabic), which is a fast and accurate Arabic segmenter. Segmentation involves breaking Arabic words into their constituent clitics. Our approach is based on SVMrank us…

valid

Basis Prediction Networks for Effective Burst Denoising with Large Kernels

2019-12-09 · CVPR 2020 6 · Zhihao Xia, Federico Perazzi, Michaël Gharbi, Kalyan Sunkavalli 외

Bursts of images exhibit significant self-similarity across both time and space. This motivates a representation of the kernels as linear combinations of a small set of basis elements. To this end, we introduce a novel b…

Denoising

Approximate full-conformal multi-task regression with reproducing kernels

2026-07-01 · Davidson Lova Razafindrakoto, Alain Celisse, Jérôme Lacaille arxiv

Multi-task regression aims at jointly solving multiple regression problems, called tasks. Compared to solving each task separately, better performances can be achieved as long as the tasks are sufficiently related. Full-…

Generalized vec trick for fast learning of pairwise kernel models

2020-09-02 · Markus Viljanen, Antti Airola, Tapio Pahikkala

Pairwise learning corresponds to the supervised learning setting where the goal is to make predictions for pairs of objects. Prominent applications include predicting drug-target or protein-protein interactions, or custo…

Metric Learning