Table of Contents
Fetching ...

A Refined Laser Method and Faster Matrix Multiplication

Josh Alman, Virginia Vassilevska Williams

TL;DR

This paper is a refinement of the laser method that improves the resulting value bound for most sufficiently large tensors, and obtains the best bound on $\omega$ to date.

Abstract

The complexity of matrix multiplication is measured in terms of $ω$, the smallest real number such that two $n\times n$ matrices can be multiplied using $O(n^{ω+ε})$ field operations for all $ε>0$; the best bound until now is $ω<2.37287$ [Le Gall'14]. All bounds on $ω$ since 1986 have been obtained using the so-called laser method, a way to lower-bound the `value' of a tensor in designing matrix multiplication algorithms. The main result of this paper is a refinement of the laser method that improves the resulting value bound for most sufficiently large tensors. Thus, even before computing any specific values, it is clear that we achieve an improved bound on $ω$, and we indeed obtain the best bound on $ω$ to date: $$ω< 2.37286.$$ The improvement is of the same magnitude as the improvement that [Le Gall'14] obtained over the previous bound [Vassilevska W.'12]. Our improvement to the laser method is quite general, and we believe it will have further applications in arithmetic complexity.

A Refined Laser Method and Faster Matrix Multiplication

TL;DR

This paper is a refinement of the laser method that improves the resulting value bound for most sufficiently large tensors, and obtains the best bound on to date.

Abstract

The complexity of matrix multiplication is measured in terms of , the smallest real number such that two matrices can be multiplied using field operations for all ; the best bound until now is [Le Gall'14]. All bounds on since 1986 have been obtained using the so-called laser method, a way to lower-bound the `value' of a tensor in designing matrix multiplication algorithms. The main result of this paper is a refinement of the laser method that improves the resulting value bound for most sufficiently large tensors. Thus, even before computing any specific values, it is clear that we achieve an improved bound on , and we indeed obtain the best bound on to date: The improvement is of the same magnitude as the improvement that [Le Gall'14] obtained over the previous bound [Vassilevska W.'12]. Our improvement to the laser method is quite general, and we believe it will have further applications in arithmetic complexity.

Paper Structure

This paper contains 32 sections, 9 theorems, 72 equations.

Key Result

Theorem 2.1

Suppose there are positive integers $r>m$, and $a_i,b_i,c_i$ for $i \in [m]$, such that the tensor has $\tilde{R}(T) \leq r$. Then, $\omega \leq 3 \tau$, where $\tau \in [2/3,1]$ is the solution to

Theorems & Definitions (9)

  • Theorem 2.1: Sch81
  • Theorem 2.2: salemspencerbehrend1946sets
  • Theorem 3.1
  • Theorem 3.2
  • Theorem 3.3
  • Theorem 4.1: Refined Laser Method
  • Lemma A.1
  • Lemma A.2
  • Lemma B.1