English

Faster Matrix Multiplication via Asymmetric Hashing

Data Structures and Algorithms 2023-11-29 v5

Abstract

Fast matrix multiplication is one of the most fundamental problems in algorithm research. The exponent of the optimal time complexity of matrix multiplication is usually denoted by ω\omega. This paper discusses new ideas for improving the laser method for fast matrix multiplication. We observe that the analysis of higher powers of the Coppersmith-Winograd tensor [Coppersmith & Winograd 1990] incurs a "combination loss", and we partially compensate for it using an asymmetric version of CW's hashing method. By analyzing the eighth power of the CW tensor, we give a new bound of ω<2.371866\omega<2.371866, which improves the previous best bound of ω<2.372860\omega<2.372860 [Alman & Vassilevska Williams 2020]. Our result breaks the lower bound of 2.37252.3725 in [Ambainis, Filmus & Le Gall 2015] because of the new method for analyzing component (constituent) tensors.

Keywords

Cite

@article{arxiv.2210.10173,
  title  = {Faster Matrix Multiplication via Asymmetric Hashing},
  author = {Ran Duan and Hongxun Wu and Renfei Zhou},
  journal= {arXiv preprint arXiv:2210.10173},
  year   = {2023}
}

Comments

87 pages, in FOCS 2023

R2 v1 2026-06-28T03:57:14.404Z