Data Dependent Kernel Approximation using Pseudo Random Fourier Features
Bharath Bhushan Damodaran, Nicolas Courty, Philippe-Henri Gosselin

TL;DR
This paper introduces Pseudo Random Fourier Features, a data-dependent kernel approximation method that reduces feature dimensions and enhances prediction performance for large-scale machine learning tasks.
Contribution
It proposes a novel data-dependent kernel approximation technique called PRFF, improving over RFF by reducing features and boosting accuracy.
Findings
PRFF outperforms RFF, orthogonal RFF, and Nyström methods in experiments.
PRFF achieves comparable or better accuracy with fewer features.
The method is effective for both classification and regression tasks.
Abstract
Kernel methods are powerful and flexible approach to solve many problems in machine learning. Due to the pairwise evaluations in kernel methods, the complexity of kernel computation grows as the data size increases; thus the applicability of kernel methods is limited for large scale datasets. Random Fourier Features (RFF) has been proposed to scale the kernel method for solving large scale datasets by approximating kernel function using randomized Fourier features. While this method proved very popular, still it exists shortcomings to be effectively used. As RFF samples the randomized features from a distribution independent of training data, it requires sufficient large number of feature expansions to have similar performances to kernelized classifiers, and this is proportional to the number samples in the dataset. Thus, reducing the number of feature dimensions is necessary to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Face and Expression Recognition · Gaussian Processes and Bayesian Inference
