MLLGAPCOSep 6, 2019

Spectral Non-Convex Optimization for Dimension Reduction with Hilbert-Schmidt Independence Criterion

arXiv:1909.05097v1
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in kernel-based dimensionality reduction for machine learning practitioners, enabling broader application of HSIC with non-linear kernels, though it is incremental in extending existing optimization approaches.

The paper tackles the challenge of optimizing non-convex objectives in dimensionality reduction using the Hilbert-Schmidt Independence Criterion (HSIC) with non-linear kernels, which were previously limited to linear kernels due to computational intractability. It proposes a spectral-based optimization algorithm that achieves up to a 10^5 times runtime improvement and lower errors compared to state-of-the-art methods.

The Hilbert Schmidt Independence Criterion (HSIC) is a kernel dependence measure that has applications in various aspects of machine learning. Conveniently, the objectives of different dimensionality reduction applications using HSIC often reduce to the same optimization problem. However, the nonconvexity of the objective function arising from non-linear kernels poses a serious challenge to optimization efficiency and limits the potential of HSIC-based formulations. As a result, only linear kernels have been computationally tractable in practice. This paper proposes a spectral-based optimization algorithm that extends beyond the linear kernel. The algorithm identifies a family of suitable kernels and provides the first and second-order local guarantees when a fixed point is reached. Furthermore, we propose a principled initialization strategy, thereby removing the need to repeat the algorithm at random initialization points. Compared to state-of-the-art optimization algorithms, our empirical results on real data show a run-time improvement by as much as a factor of $10^5$ while consistently achieving lower cost and classification/clustering errors. The implementation source code is publicly available on https://github.com/endsley.

Foundations

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

Your Notes