LGMLMay 10, 2018

Supervising Nyström Methods via Negative Margin Support Vector Selection

arXiv:1805.04018v2
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for scalable kernel learning, offering an incremental improvement over existing methods.

The paper tackles the problem of unsupervised Nyström methods in kernel-based learning by introducing a supervised approach that selects critical subsets of samples using a negative margin criterion, resulting in improved classification performance and reduced feature requirements compared to unsupervised techniques.

The Nyström methods have been popular techniques for scalable kernel based learning. They approximate explicit, low-dimensional feature mappings for kernel functions from the pairwise comparisons with the training data. However, Nyström methods are generally applied without the supervision provided by the training labels in the classification/regression problems. This leads to pairwise comparisons with randomly chosen training samples in the model. Conversely, this work studies a supervised Nyström method that chooses the critical subsets of samples for the success of the Machine Learning model. Particularly, we select the Nyström support vectors via the negative margin criterion, and create explicit feature maps that are more suitable for the classification task on the data. Experimental results on six datasets show that, without increasing the complexity over unsupervised techniques, our method can significantly improve the classification performance achieved via kernel approximation methods and reduce the number of features needed to reach or exceed the performance of the full-dimensional kernel machines.

Foundations

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

Your Notes