English

New results in canonical polyadic decomposition over finite fields

Computational Complexity 2025-11-11 v2

Abstract

Canonical polyadic decomposition (CPD) is at the core of fast matrix multiplication, a computational problem with widespread implications across several seemingly unrelated problems in computer science. Much recent progress in this field has used randomized heuristic search to find new CPDs, often over a finite field. However, if these techniques fail to find a CPD with low enough rank, they cannot prove that no such CPD exists. Consequently, these methods fail to resolve certain long-standing questions, such as whether the tensor corresponding to 3×33\times 3 matrix multiplication has rank less than 23. To make progress on these problems, we develop a novel algorithm that preserves exactness, i.e. they can provably verify whether or not a given tensor has a specified rank. Compared to brute force, when searching for a rank-RR CPD of a n0××nD1n_0\times\dots\times n_{D-1}-shaped tensor over a finite field F\mathbb{F}, where n0nD1n_0\ge \dots\ge n_{D-1}, our algorithm saves a multiplicative factor of roughly FR(n01)+n0(d1nd)|\mathbb{F}|^{R(n_0-1)+n_0(\sum_{d\ge 1} n_d)}. Additionally, our algorithm runs in polynomial time. We also find a novel algorithm to search border CPDs, a variant of CPDs that is also important in fast matrix multiplication. Finally, we study the maximum rank problem and give new upper and lower bounds, both for families of tensor shapes and specific shapes. Although our CPD search algorithms are still too slow to resolve the rank of 3×33\times 3 matrix multiplication, we are able to utilize them in this problem by adding extra search pruners that do not affect exactness or increase asymptotic running time.

Keywords

Cite

@article{arxiv.2505.09824,
  title  = {New results in canonical polyadic decomposition over finite fields},
  author = {Jason Yang},
  journal= {arXiv preprint arXiv:2505.09824},
  year   = {2025}
}

Comments

30 pages; content overlap with arXiv:2502.12390; corrected typo in Example 7

R2 v1 2026-06-28T23:33:45.149Z