$XX^{t}$ Can Be Faster
Dmitry Rybin, Yushun Zhang, Zhi-Quan Luo

TL;DR
The paper introduces RXTX, an efficient algorithm for computing matrix products with fewer operations, outperforming existing methods both asymptotically and for small matrices, by leveraging machine learning and combinatorial optimization.
Contribution
RXTX is a novel algorithm that reduces the number of operations for matrix transpose multiplication, combining machine learning search with combinatorial optimization.
Findings
RXTX uses 5% fewer multiplications than state-of-the-art algorithms.
The acceleration benefits are observed for both large and small matrices.
The algorithm was discovered through a hybrid machine learning and optimization approach.
Abstract
We present RXTX, a new algorithm for computing the product of matrix by its transpose for . RXTX uses fewer multiplications and fewer operations (additions and multiplications) than State-of-the-Art algorithms. Note that the accelerations not only holds asymptotically for large matrices with , but also for small matrices including . The algorithm was discovered by combining Machine Learning-based search methods with Combinatorial Optimization.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPolynomial and algebraic computation · Matrix Theory and Algorithms · Tensor decomposition and applications
