LGOCMLFeb 17, 2016

Large Scale Kernel Learning using Block Coordinate Descent

arXiv:1602.05310v143 citations
Originality Incremental advance
AI Analysis

This work addresses scalability issues in kernel methods for machine learning practitioners, though it is incremental as it applies an existing optimization technique to kernel problems.

The paper tackled large-scale kernel learning by using distributed block coordinate descent to efficiently solve kernel regression and classification with millions of data points, finding that the Nyström method generally achieves better statistical accuracy than random features but requires more optimization iterations.

We demonstrate that distributed block coordinate descent can quickly solve kernel regression and classification problems with millions of data points. Armed with this capability, we conduct a thorough comparison between the full kernel, the Nyström method, and random features on three large classification tasks from various domains. Our results suggest that the Nyström method generally achieves better statistical accuracy than random features, but can require significantly more iterations of optimization. Lastly, we derive new rates for block coordinate descent which support our experimental findings when specialized to kernel methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes