NeuMatC: A General Neural Framework for Fast Parametric Matrix Operation
Chuan Wang, Xi-le Zhao, Zhilong Han, Liang Li, Deyu Meng, Michael K. Ng
TL;DR
NeuMatC introduces a general neural framework for fast parametric matrix operations by learning a low-rank, continuous mapping from a continuous parameter to matrix operation results. It encodes each output component via a mode-3 product with a latent tensor and a parameter-embedding MLP, enabling efficient inference after unsupervised training with an algebraic-structure loss and failure-informed adaptive sampling. Theoretical results support existence and Lipschitz continuity of the compact mapping, while experiments on synthetic and real data show up to ~10x speedups for parametric SVD and ~3x for parametric inversion with acceptable accuracy. The approach scales to large matrices, benefits from GPU acceleration, and generalizes to multi-dimensional parameter domains and additional matrix operations, suggesting broad practical impact in high-throughput scientific computing and wireless applications.
Abstract
Matrix operations (e.g., inversion and singular value decomposition (SVD)) are fundamental in science and engineering. In many emerging real-world applications (such as wireless communication and signal processing), these operations must be performed repeatedly over matrices with parameters varying continuously. However, conventional methods tackle each matrix operation independently, underexploring the inherent low-rankness and continuity along the parameter dimension, resulting in significantly redundant computation. To address this challenge, we propose \textbf{\textit{Neural Matrix Computation Framework} (NeuMatC)}, which elegantly tackles general parametric matrix operation tasks by leveraging the underlying low-rankness and continuity along the parameter dimension. Specifically, NeuMatC unsupervisedly learns a low-rank and continuous mapping from parameters to their corresponding matrix operation results. Once trained, NeuMatC enables efficient computations at arbitrary parameters using only a few basic operations (e.g., matrix multiplications and nonlinear activations), significantly reducing redundant computations. Experimental results on both synthetic and real-world datasets demonstrate the promising performance of NeuMatC, exemplified by over $3\times$ speedup in parametric inversion and $10\times$ speedup in parametric SVD compared to the widely used NumPy baseline in wireless communication, while maintaining acceptable accuracy.
