paper-with-me

Papers

Snacks: a fast large-scale kernel SVM solver

2023-04-17 · Sofiane Tanji, Andrea Della Vecchia, François Glineur, Silvia Villa

Kernel methods provide a powerful framework for non parametric learning. They are based on kernel functions and allow learning in a rich functional space while applying linear statistical learning tools, such as Ridge Regression or Support Vector Machines. However, standard kernel methods suffer from a quadratic time and memory complexity in the number of data points and thus have limited applications in large-scale learning. In this paper, we propose Snacks, a new large-scale solver for Kernel Support Vector Machines. Specifically, Snacks relies on a Nystr\"om approximation of the kernel matrix and an accelerated variant of the stochastic subgradient method. We demonstrate formally through a detailed empirical evaluation, that it competes with other SVM solvers on a variety of benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2304.07983

Code (0)

등록된 구현이 없습니다.

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…
NON 설명 없음

Similar Papers 제목 키워드 기반

LMKL-Net: A Fast Localized Multiple Kernel Learning Solver via Deep Neural Networks

2018-05-22 · Ziming Zhang

In this paper we propose solving localized multiple kernel learning (LMKL) using LMKL-Net, a feedforward deep neural network. In contrast to previous works, as a learning principle we propose {\em parameterizing} both th…

Learning in High-Dimensional Feature Spaces Using ANOVA-Based Fast Matrix-Vector Multiplication

2021-11-19 · Franziska Nestler, Martin Stoll, Theresa Wagner

Kernel matrices are crucial in many learning tasks such as support vector machines or kernel ridge regression. The kernel matrix is typically dense and large-scale. Depending on the dimension of the feature space even th…

regression

Recipe for Fast Large-scale SVM Training: Polishing, Parallelism, and more RAM!

2022-07-03 · Tobias Glasmachers

Support vector machines (SVMs) are a standard method in the machine learning toolbox, in particular for tabular data. Non-linear kernel SVMs often deliver highly accurate predictors, however, at the cost of long training…

GPU

Have ASkotch: A Neat Solution for Large-scale Kernel Ridge Regression

2024-07-14 · Pratik Rathore, Zachary Frangella, Jiaming Yang, Michał Dereziński 외

Kernel ridge regression (KRR) is a fundamental computational tool, appearing in problems that range from computational chemistry to health analytics, with a particular interest due to its starring role in Gaussian proces…

Computational chemistryPoint Processesregression

Faster Local Solvers for Graph Diffusion Equations

2024-10-29 · Jiahe Bai, Baojian Zhou, Deqing Yang, Yanghua Xiao

Efficient computation of graph diffusion equations (GDEs), such as Personalized PageRank, Katz centrality, and the Heat kernel, is crucial for clustering, training neural networks, and many other graph-related problems. …