An $O(n^2\log^4 n \log \log n)$ Time Matrix Multiplication Algorithm
Yijie Han

TL;DR
This paper presents a novel matrix multiplication algorithm that reduces the computational complexity to approximately $O(n^2 ext{polylog}(n))$, significantly improving over traditional methods by leveraging advanced preprocessing techniques.
Contribution
The paper introduces a new approach that achieves $O(n^2 ext{polylog}(n))$ time for matrix multiplication through efficient preprocessing of vectors.
Findings
Achieves $O(n^2 ext{polylog}(n))$ matrix multiplication time.
Preprocessing each vector takes $O(n ext{polylog}^4 n)$ time.
Enables faster matrix computations in theoretical and practical applications.
Abstract
We show, for the input vectors and , where 's and 's are real numbers, after time preprocessing for each of them, the vector multiplication can be computed in time. This enables the matrix multiplication for two matrices to be computed in time.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Cellular Automata and Applications · Tensor decomposition and applications
