Nonlinear Matrix Approximation with Radial Basis Function Components
Elizaveta Rebrova, Yu-Hang Tang

TL;DR
This paper proposes a nonlinear matrix approximation method using radial basis function components, outperforming traditional SVD in memory efficiency and offering better interpretability for various data types.
Contribution
Introduces a novel RBF-based matrix decomposition approach that generalizes SVD, enabling efficient approximation of any real matrix with reduced memory usage.
Findings
Outperforms SVD in memory efficiency by 2-6 times across various matrix types
Effective for noisy, graph, and kernel matrices with lower L2 error
Provides interpretable decompositions for data structure analysis
Abstract
We introduce and investigate matrix approximation by decomposition into a sum of radial basis function (RBF) components. An RBF component is a generalization of the outer product between a pair of vectors, where an RBF function replaces the scalar multiplication between individual vector elements. Even though the RBF functions are positive definite, the summation across components is not restricted to convex combinations and allows us to compute the decomposition for any real matrix that is not necessarily symmetric or positive definite. We formulate the problem of seeking such a decomposition as an optimization problem with a nonlinear and non-convex loss function. Several modern versions of the gradient descent method, including their scalable stochastic counterparts, are used to solve this problem. We provide extensive empirical evidence of the effectiveness of the RBF decomposition…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Tensor decomposition and applications · Model Reduction and Neural Networks
