DSLGMLJul 31, 2018

Composable Core-sets for Determinant Maximization Problems via Spectral Spanners

arXiv:1807.11648v222 citations
Originality Incremental advance
AI Analysis

This provides a spectral generalization of graph spanners with applications in distributed or parallel computation, though it is incremental as it builds on classical greedy methods.

The paper tackles the problem of constructing spectral spanners for sets of vectors, showing that any set has an almost optimal spanner of size roughly proportional to dimension, and applies this to create composable core-sets for spectral problems like determinant maximization, achieving an almost optimal bound of roughly O(k)^k.

We study a spectral generalization of classical combinatorial graph spanners to the spectral setting. Given a set of vectors $V\subseteq \Re^d$, we say a set $U\subseteq V$ is an $α$-spectral spanner if for all $v\in V$ there is a probability distribution $μ_v$ supported on $U$ such that $$vv^\intercal \preceq α\cdot\mathbb{E}_{u\simμ_v} uu^\intercal.$$ We show that any set $V$ has an $\tilde{O}(d)$-spectral spanner of size $\tilde{O}(d)$ and this bound is almost optimal in the worst case. We use spectral spanners to study composable core-sets for spectral problems. We show that for many objective functions one can use a spectral spanner, independent of the underlying functions, as a core-set and obtain almost optimal composable core-sets. For example, for the determinant maximization problem we obtain an $\tilde{O}(k)^k$-composable core-set and we show that this is almost optimal in the worst case. Our algorithm is a spectral analogue of the classical greedy algorithm for finding (combinatorial) spanners in graphs. We expect that our spanners find many other applications in distributed or parallel models of computation. Our proof is spectral. As a side result of our techniques, we show that the rank of diagonally dominant lower-triangular matrices are robust under `small perturbations' which could be of independent interests.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes