LGFeb 9, 2021

Graph-Aided Online Multi-Kernel Learning

arXiv:2102.04690v14 citations
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for researchers and practitioners using multi-kernel learning by offering a more efficient and accurate kernel selection method.

This paper addresses the problem of selecting relevant kernels in multi-kernel learning to improve accuracy and reduce computational complexity. It proposes a graph-aided framework that constructs and refines a graph based on kernel similarities to select a subset of kernels, achieving tighter sub-linear regret bounds compared to state-of-the-art graph-based online MKL alternatives.

Multi-kernel learning (MKL) has been widely used in function approximation tasks. The key problem of MKL is to combine kernels in a prescribed dictionary. Inclusion of irrelevant kernels in the dictionary can deteriorate accuracy of MKL, and increase the computational complexity. To improve the accuracy of function approximation and reduce the computational complexity, the present paper studies data-driven selection of kernels from the dictionary that provide satisfactory function approximations. Specifically, based on the similarities among kernels, the novel framework constructs and refines a graph to assist choosing a subset of kernels. In addition, random feature approximation is utilized to enable online implementation for sequentially obtained data. Theoretical analysis shows that our proposed algorithms enjoy tighter sub-linear regret bound compared with state-of-art graph-based online MKL alternatives. Experiments on a number of real datasets also showcase the advantages of our novel graph-aided framework.

Foundations

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

Your Notes