CCAIDSSCDec 30, 2022

Matrix Multiplication: Verifying Strong Uniquely Solvable Puzzles

arXiv:2301.00074v12 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses a combinatorial bottleneck in matrix multiplication algorithm design, providing incremental computational evidence and tools for potential future improvements.

The authors tackled the problem of verifying and searching for strong uniquely solvable puzzles (strong USPs) to develop fast matrix multiplication algorithms, achieving tight bounds for width k ≤ 5, constructing larger puzzles for small widths, and improving upper bounds for k ≤ 12, with implications for matrix multiplication exponent ω ≤ 2.66.

Cohn and Umans proposed a framework for developing fast matrix multiplication algorithms based on the embedding computation in certain groups algebras. In subsequent work with Kleinberg and Szegedy, they connected this to the search for combinatorial objects called strong uniquely solvable puzzles (strong USPs). We begin a systematic computer-aided search for these objects. We develop and implement constraint-based algorithms build on reductions to $\mathrm{SAT}$ and $\mathrm{IP}$ to verify that puzzles are strong USPs, and to search for large strong USPs. We produce tight bounds on the maximum size of a strong USP for width $k \le 5$, construct puzzles of small width that are larger than previous work, and improve the upper bounds on strong USP size for $k \le 12$. Although our work only deals with puzzles of small-constant width, the strong USPs we find imply matrix multiplication algorithms that run in $O(n^ω)$ time with exponent $ω\le 2.66$. While our algorithms do not beat the fastest algorithms, our work provides evidence and, perhaps, a path to finding families of strong USPs that imply matrix multiplication algorithms that are more efficient than those currently known.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes