paper-with-me

Papers

Fast Robust Kernel Regression through Sign Gradient Descent with Early Stopping

2023-06-29 · Oskar Allerbo

Kernel ridge regression, KRR, is a generalization of linear ridge regression that is non-linear in the data, but linear in the model parameters. Here, we introduce an equivalent formulation of the objective function of KRR, which opens up for replacing the ridge penalty with the $\ell_\infty$ and $\ell_1$ penalties. Using the $\ell_\infty$ and $\ell_1$ penalties, we obtain robust and sparse kernel regression, respectively. We study the similarities between explicitly regularized kernel regression and the solutions obtained by early stopping of iterative gradient-based methods, where we connect $\ell_\infty$ regularization to sign gradient descent, $\ell_1$ regularization to forward stagewise regression (also known as coordinate descent), and $\ell_2$ regularization to gradient descent, and, in the last case, theoretically bound for the differences. We exploit the close relations between $\ell_\infty$ regularization and sign gradient descent, and between $\ell_1$ regularization and coordinate descent to propose computationally efficient methods for robust and sparse kernel regression. We finally compare robust kernel regression through sign gradient descent to existing methods for robust kernel regression on five real data sets, demonstrating that our method is one to two orders of magnitude faster, without compromised accuracy.

📄 PDF Abstract BibTeX arXiv:2306.16838

Code (2)

allerbo/fast_robust_kernel_regression 공식 구현
allerbo/gradient_based_kernel_regerssion 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

Fast Adversarial Attacks with Gradient Prediction

2026-05-14 · Kamil Ciosek, Aleksandr V. Petrov, Nicolò Felicioni, Konstantina Palla arxiv

Generating adversarial examples at scale is a core primitive for robustness evaluation, adversarial training, and red-teaming, yet even "fast" attacks such as FGSM remain throughput-limited by the cost of a backward pass…

Convergence rates of Kernel Conjugate Gradient for random design regression

2016-07-08 · Gilles Blanchard, Nicole Krämer

We prove statistical rates of convergence for kernel-based least squares regression from i.i.d. data using a conjugate gradient algorithm, where regularization against overfitting is obtained by early stopping. This meth…

Dimensionality ReductionregressionSupervised dimensionality reduction

Matrix completion and extrapolation via kernel regression

2018-08-01 · Pere Giménez-Febrer, Alba Pagès-Zamora, Georgios B. Giannakis

Matrix completion and extrapolation (MCEX) are dealt with here over reproducing kernel Hilbert spaces (RKHSs) in order to account for prior information present in the available data. Aiming at a faster and low-complexity…

Matrix Completionregression

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

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 Re…