Fast Matrix Multiplication with Sketching
Huan Wang, Christos Boutsidis, Edo Liberty, Daniel Hsu

TL;DR
This paper introduces an approximate matrix multiplication algorithm using sketching techniques that reduces computational costs while maintaining accuracy, especially effective when the sample size is large.
Contribution
It proposes a novel matrix sketching-based algorithm that achieves comparable accuracy to existing methods with lower computational complexity for large samples.
Findings
Achieves similar accuracy bounds as state-of-the-art algorithms
Reduces computational cost in large sample regimes
Effective for approximate matrix multiplication tasks
Abstract
We present an approximate algorithm for matrix multiplication based on matrix sketching techniques. First one of the matrix is chosen and sparsified using the online matrix sketching algorithm, and then the matrix product is calculated using the sparsified matrix. We prove when the sample number grows large compared to the sample dimensions the proposed algorithm achieves similar accuracy bound with a smaller computational cost compared to the state-of-the-art algorithms.
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
TopicsParallel Computing and Optimization Techniques · Numerical Methods and Algorithms · Matrix Theory and Algorithms
