English

Sparsifying Sums of Positive Semidefinite Matrices

Data Structures and Algorithms 2026-01-05 v2

Abstract

In this paper, we revisit spectral sparsification for sums of arbitrary positive semidefinite (PSD) matrices. Concretely, for any collection of PSD matrices A={A1,A2,,Ar}Rn×n\mathcal{A} = \{A_1, A_2, \ldots, A_r\} \subset \mathbb{R}^{n \times n}, given any subset T[r]T \subseteq [r], our goal is to find sparse weights μR0r\mu \in \mathbb{R}_{\geq 0}^r such that (1ϵ)iTAiiTμiAi(1+ϵ)iTAi.(1 - \epsilon) \sum_{i \in T} A_i \preceq \sum_{i \in T} \mu_i A_i \preceq (1 + \epsilon) \sum_{i \in T} A_i. This generalizes spectral sparsification of graphs which corresponds to A\mathcal{A} being the set of Laplacians of edges. It also captures sparsifying Cayley graphs by choosing a subset of generators. The former has been extensively studied with optimal sparsifiers known. The latter has received attention recently and was solved for a few special groups (e.g., F2n\mathbb{F}_2^n). Prior work shows any sum of PSD matrices can be sparsified down to O(n)O(n) elements. This bound however turns out to be too coarse and in particular yields no non-trivial bound for building Cayley sparsifiers for Cayley graphs. In this work, we develop a new, instance-specific (i.e., specific to a given collection A\mathcal{A}) theory of PSD matrix sparsification based on a new parameter N(A)N^*(\mathcal{A}) which we call connectivity threshold that generalizes the threshold of the number of edges required to make a graph connected. Our main result gives a sparsifier that uses at most O(ϵ2N(A)(logn)(logr))O(\epsilon^{-2}N^*(\mathcal{A}) (\log n)(\log r)) matrices and is constructible in randomized polynomial time. We also show that we need N(A)N^*(\mathcal{A}) elements to sparsify for any ϵ<0.99\epsilon < 0.99. As the main application of our framework, we prove that any Cayley graph can be sparsified to O(ϵ2log4N)O(\epsilon^{-2}\log^4 N) generators. Previously, a non-trivial bound on Cayley sparsifiers was known only in the case when the group is F2n\mathbb{F}_2^n.

Keywords

Cite

@article{arxiv.2508.08169,
  title  = {Sparsifying Sums of Positive Semidefinite Matrices},
  author = {Arpon Basu and Pravesh K. Kothari and Yang P. Liu and Raghu Meka},
  journal= {arXiv preprint arXiv:2508.08169},
  year   = {2026}
}

Comments

Added connections to code and CSP sparsification

R2 v1 2026-07-01T04:44:40.227Z