ICASSP 2022accepted0 citations

Learning Approach For Fast Approximate Matrix Factorizations

Haiyan Yu, Zhen Qin, Zhihui Zhu

Abstract

Efficiently computing an (approximate) orthonormal basis and low-rank approximation for the input data X plays a crucial role in data analysis. One of the most efficient algorithms for such tasks is the randomized algorithm, which proceeds by computing a projection XA with a random sketching matrix A of much smaller size, and then computing the orthonormal basis as well as low-rank factorizations of the tall matrix XA. While a random matrix A is the de facto choice, in this work, we improve upon its performance by utilizing a learning approach to find an adaptive sketching matrix A from a set of training data. We derive a closed-form formulation for the gradient of the training problem, enabling us to use efficient gradient-based algorithms. We also extend this approach for learning structured sketching matrix, such as the sparse sketching matrix that performs as selecting a few number of representative columns from the input data. Our experiments on both synthetical and real data show that both learned dense and sparse sketching matrices outperform the random ones in finding the approximate orthonormal basis and low-rank approximations.

BibTeX
@inproceedings{icassp2022_learningapproach,
  title = {Learning Approach For Fast Approximate Matrix Factorizations},
  author = {Haiyan Yu and Zhen Qin and Zhihui Zhu},
  booktitle = {ICASSP 2022},
  year = {2022}
}