English

Querying a Matrix through Matrix-Vector Products

Computational Complexity 2019-11-11 v2 Data Structures and Algorithms

Abstract

We consider algorithms with access to an unknown matrix MFn×dM\in\mathbb{F}^{n \times d} via matrix-vector products, namely, the algorithm chooses vectors v1,,vq\mathbf{v}^1, \ldots, \mathbf{v}^q, and observes Mv1,,MvqM\mathbf{v}^1,\ldots, M\mathbf{v}^q. Here the vi\mathbf{v}^i can be randomized as well as chosen adaptively as a function of Mv1,,Mvi1 M\mathbf{v}^1,\ldots,M\mathbf{v}^{i-1}. Motivated by applications of sketching in distributed computation, linear algebra, and streaming models, as well as connections to areas such as communication complexity and property testing, we initiate the study of the number qq of queries needed to solve various fundamental problems. We study problems in three broad categories, including linear algebra, statistics problems, and graph problems. For example, we consider the number of queries required to approximate the rank, trace, maximum eigenvalue, and norms of a matrix MM; to compute the AND/OR/Parity of each column or row of MM, to decide whether there are identical columns or rows in MM or whether MM is symmetric, diagonal, or unitary; or to compute whether a graph defined by MM is connected or triangle-free. We also show separations for algorithms that are allowed to obtain matrix-vector products only by querying vectors on the right, versus algorithms that can query vectors on both the left and the right. We also show separations depending on the underlying field the matrix-vector product occurs in. For graph problems, we show separations depending on the form of the matrix (bipartite adjacency versus signed edge-vertex incidence matrix) to represent the graph. Surprisingly, this fundamental model does not appear to have been studied on its own, and we believe a thorough investigation of problems in this model would be beneficial to a number of different application areas.

Keywords

Cite

@article{arxiv.1906.05736,
  title  = {Querying a Matrix through Matrix-Vector Products},
  author = {Xiaoming Sun and David P. Woodruff and Guang Yang and Jialin Zhang},
  journal= {arXiv preprint arXiv:1906.05736},
  year   = {2019}
}

Comments

28 pages, to appear in ICALP 2019

R2 v1 2026-06-23T09:52:52.570Z