English

Linear-Complexity Black-Box Randomized Compression of Rank-Structured Matrices

Numerical Analysis 2024-06-25 v3 Numerical Analysis

Abstract

A randomized algorithm for computing a compressed representation of a given rank-structured matrix ARN×NA \in \mathbb{R}^{N\times N} is presented. The algorithm interacts with AA only through its action on vectors. Specifically, it draws two tall thin matrices Ω,ΨRN×s\Omega,\,\Psi \in \mathbb{R}^{N\times s} from a suitable distribution, and then reconstructs AA from the information contained in the set {AΩ,Ω,AΨ,Ψ}\{A\Omega,\,\Omega,\,A^{*}\Psi,\,\Psi\}. For the specific case of a "Hierarchically Block Separable (HBS)" matrix (a.k.a. Hierarchically Semi-Separable matrix) of block rank kk, the number of samples ss required satisfies s=O(k)s = O(k), with s3ks \approx 3k being representative. While a number of randomized algorithms for compressing rank-structured matrices have previously been published, the current algorithm appears to be the first that is both of truly linear complexity (no Nlog(N)N\log(N) factors in the complexity bound) and fully "black box" in the sense that no matrix entry evaluation is required. Further, all samples can be extracted in parallel, enabling the algorithm to work in a "streaming" or "single view" mode.

Keywords

Cite

@article{arxiv.2205.02990,
  title  = {Linear-Complexity Black-Box Randomized Compression of Rank-Structured Matrices},
  author = {James Levitt and Per-Gunnar Martinsson},
  journal= {arXiv preprint arXiv:2205.02990},
  year   = {2024}
}
R2 v1 2026-06-24T11:08:53.314Z