English

New Graph Decompositions and Combinatorial Boolean Matrix Multiplication Algorithms

Data Structures and Algorithms 2024-05-28 v2

Abstract

We revisit the fundamental Boolean Matrix Multiplication (BMM) problem. With the invention of algebraic fast matrix multiplication over 50 years ago, it also became known that BMM can be solved in truly subcubic O(nω)O(n^\omega) time, where ω<3\omega<3; much work has gone into bringing ω\omega closer to 22. Since then, a parallel line of work has sought comparably fast combinatorial algorithms but with limited success. The naive O(n3)O(n^3)-time algorithm was initially improved by a log2n\log^2{n} factor [Arlazarov et al.; RAS'70], then by log2.25n\log^{2.25}{n} [Bansal and Williams; FOCS'09], then by log3n\log^3{n} [Chan; SODA'15], and finally by log4n\log^4{n} [Yu; ICALP'15]. We design a combinatorial algorithm for BMM running in time n3/2Ω(logn7)n^3 / 2^{\Omega(\sqrt[7]{\log n})} -- a speed-up over cubic time that is stronger than any poly-log factor. This comes tantalizingly close to refuting the conjecture from the 90s that truly subcubic combinatorial algorithms for BMM are impossible. This popular conjecture is the basis for dozens of fine-grained hardness results. Our main technical contribution is a new regularity decomposition theorem for Boolean matrices (or equivalently, bipartite graphs) under a notion of regularity that was recently introduced and analyzed analytically in the context of communication complexity [Kelley, Lovett, Meka; arXiv'23], and is related to a similar notion from the recent work on 33-term arithmetic progression free sets [Kelley, Meka; FOCS'23].

Keywords

Cite

@article{arxiv.2311.09095,
  title  = {New Graph Decompositions and Combinatorial Boolean Matrix Multiplication Algorithms},
  author = {Amir Abboud and Nick Fischer and Zander Kelley and Shachar Lovett and Raghu Meka},
  journal= {arXiv preprint arXiv:2311.09095},
  year   = {2024}
}

Comments

To appear at STOC 2024

R2 v1 2026-06-28T13:22:16.922Z