TL;DR
The paper introduces Mklaren, an efficient algorithm for approximating multiple kernel matrices that scales linearly with data points and kernels, enabling large-scale multiple kernel learning with high accuracy and interpretability.
Contribution
Mklaren is a novel geometrically-based algorithm that approximates multiple kernels without full matrix access, outperforming existing methods in accuracy and speed.
Findings
Outperforms contemporary kernel approximation methods.
Achieves highest explained variance with fewer iterations.
Reduces run time by two orders of magnitude for large datasets.
Abstract
Efficient and accurate low-rank approximations of multiple data sources are essential in the era of big data. The scaling of kernel-based learning algorithms to large datasets is limited by the O(n^2) computation and storage complexity of the full kernel matrix, which is required by most of the recent kernel learning algorithms. We present the Mklaren algorithm to approximate multiple kernel matrices learn a regression model, which is entirely based on geometrical concepts. The algorithm does not require access to full kernel matrices yet it accounts for the correlations between all kernels. It uses Incomplete Cholesky decomposition, where pivot selection is based on least-angle regression in the combined, low-dimensional feature space. The algorithm has linear complexity in the number of data points and kernels. When explicit feature space induced by the kernel can be constructed, a…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
