Table of Contents
Fetching ...

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

James Levitt, Per-Gunnar Martinsson

TL;DR

This work develops a truly black-box randomized algorithm for compressing Hierarchically Block Separable (HBS) matrices by accessing the matrix only through matvecs. It constructs a telescoping factorization with level-wise bases $U^{(\ell)},V^{(\ell)}$ and diagonal remainders $D^{(\ell)}$, using $s = r + p$ samples where $r = k+p$ and $p$ is a small oversampling parameter, yielding $s = O(k)$ overall. The method achieves linear-time compression and fully parallelizable sampling, enabling efficient matrix-vector products, inverses, and direct solvers for rank-structured operators common in integral equations and sparse direct solvers. Numerical experiments on boundary integral equations, operator multiplications, and nested-dissection Schur complements demonstrate linear scaling, high accuracy, and storage that scales favorably with the rank parameter $k$ and leaf size $m$ while remaining independent of $N$ in practice.

Abstract

A randomized algorithm for computing a compressed representation of a given rank-structured matrix $A \in \mathbb{R}^{N\times N}$ is presented. The algorithm interacts with $A$ only through its action on vectors. Specifically, it draws two tall thin matrices $Ω,\,Ψ\in \mathbb{R}^{N\times s}$ from a suitable distribution, and then reconstructs $A$ from the information contained in the set $\{AΩ,\,Ω,\,A^{*}Ψ,\,Ψ\}$. For the specific case of a "Hierarchically Block Separable (HBS)" matrix (a.k.a. Hierarchically Semi-Separable matrix) of block rank $k$, the number of samples $s$ required satisfies $s = O(k)$, with $s \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 $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.

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

TL;DR

This work develops a truly black-box randomized algorithm for compressing Hierarchically Block Separable (HBS) matrices by accessing the matrix only through matvecs. It constructs a telescoping factorization with level-wise bases and diagonal remainders , using samples where and is a small oversampling parameter, yielding overall. The method achieves linear-time compression and fully parallelizable sampling, enabling efficient matrix-vector products, inverses, and direct solvers for rank-structured operators common in integral equations and sparse direct solvers. Numerical experiments on boundary integral equations, operator multiplications, and nested-dissection Schur complements demonstrate linear scaling, high accuracy, and storage that scales favorably with the rank parameter and leaf size while remaining independent of in practice.

Abstract

A randomized algorithm for computing a compressed representation of a given rank-structured matrix is presented. The algorithm interacts with only through its action on vectors. Specifically, it draws two tall thin matrices from a suitable distribution, and then reconstructs from the information contained in the set . For the specific case of a "Hierarchically Block Separable (HBS)" matrix (a.k.a. Hierarchically Semi-Separable matrix) of block rank , the number of samples required satisfies , with 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 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.
Paper Structure (21 sections, 40 equations, 7 figures, 2 algorithms)

This paper contains 21 sections, 40 equations, 7 figures, 2 algorithms.

Figures (7)

  • Figure 1: A binary tree structure, where the levels of the tree represent successively refined partitions of the index vector $[1, 2, ..., 400]$.
  • Figure 1: Contour $\Gamma$ on which the BIE (\ref{['eq:BIE']}) is defined.
  • Figure 2: Tessellation of an HBS matrix with depth 3. Low-rank blocks are shown in blue, and blocks that are not necessarily low-rank are shown in red. The blue blocks are stored in factored form, using "nested" basis matrices as described in section \ref{['sec:hbs_format']}.
  • Figure 2: Results from applying the compression algorithm to a double layer potential on a simple contour in the plane. Here $r = 30$ and $m = 60$.
  • Figure 3: Results from applying the compression algorithm to the Neumann-to-Dirichlet operator. Here $r = 100$ and $m = 200$.
  • ...and 2 more figures

Theorems & Definitions (8)

  • Remark 1.1: Peeling algorithms
  • Remark 2.1
  • Remark 3.1
  • Remark 4.1
  • Remark 4.2
  • Remark 4.3
  • Remark 4.4: Comparison of information efficiency
  • Remark 5.1