Matrix Multiplication Reductions

Ashish Gola,Igor Shinkar,Harsimran Singh
2024-04-12
Abstract:In this paper we study a worst case to average case reduction for the problem of matrix multiplication over finite fields. Suppose we have an efficient average case algorithm, that given two random matrices $A,B$ outputs a matrix that has a non-trivial correlation with their product $A \cdot B$. Can we transform it into a worst case algorithm, that outputs the correct answer for all inputs without incurring a significant overhead in the running time? We present two results in this direction.
Data Structures and Algorithms
What problem does this paper attempt to address?