paper-with-me

홈 › Papers

Not-So-Random Features

2017-10-27 · ICLR 2018 1 · Brian Bullins, Cyril Zhang, Yi Zhang

We propose a principled method for kernel learning, which relies on a Fourier-analytic characterization of translation-invariant or rotation-invariant kernels. Our method produces a sequence of feature maps, iteratively refining the SVM margin. We provide rigorous guarantees for optimality and generalization, interpreting our algorithm as online equilibrium-finding dynamics in a certain two-player min-max game. Evaluations on synthetic and real-world datasets demonstrate scalability and consistent improvements over related random features-based methods.

📄 PDF Abstract BibTeX arXiv:1710.10230

Code (1)

yz-ignescent/Not-So-Random-Features 공식 구현 pytorch

Tasks

Translation

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

Orthogonal Random Features: Explicit Forms and Sharp Inequalities

2023-10-11 · Nizar Demni, Hachem Kadri

Random features have been introduced to scale up kernel methods via randomization techniques. In particular, random Fourier features and orthogonal random features were used to approximate the popular Gaussian kernel. Ra…

On the Approximation Properties of Random ReLU Features

2018-10-10 · Yitong Sun, Anna Gilbert, Ambuj Tewari

We study the approximation properties of random ReLU features through their reproducing kernel Hilbert space (RKHS). We first prove a universality theorem for the RKHS induced by random features whose feature maps are of…

Random Features for Sparse Signal Classification

2016-06-01 · CVPR 2016 6 · Jen-Hao Rick Chang, Aswin C. Sankaranarayanan, B. V. K. Vijaya Kumar

Random features is an approach for kernel-based inference on large datasets. In this paper, we derive performance guarantees for random features on signals, like images, that enjoy sparse representations and show that t…

ClassificationGeneral Classification

Deep Semi-Random Features for Nonlinear Function Approximation

2017-02-28 · Kenji Kawaguchi, Bo Xie, Vikas Verma, Le Song

We propose semi-random features for nonlinear function approximation. The flexibility of semi-random feature lies between the fully adjustable units in deep learning and the random features used in kernel methods. For on…

Revisiting Random Binning Features: Fast Convergence and Strong Parallelizability

2018-09-14 · Lingfei Wu, Ian E. H. Yen, Jie Chen, Rui Yan

Kernel method has been developed as one of the standard approaches for nonlinear learning, which however, does not scale to large data set due to its quadratic complexity in the number of samples. A number of kernel appr…