English

Incrementally Updated Spectral Embeddings

Numerical Analysis 2019-09-04 v1 Numerical Analysis Social and Information Networks

Abstract

Several fundamental tasks in data science rely on computing an extremal eigenspace of size rnr \ll n, where nn is the underlying problem dimension. For example, spectral clustering and PCA both require the computation of the leading rr-dimensional subspace. Often, this process is repeated over time due to the possible temporal nature of the data; e.g., graphs representing relations in a social network may change over time, and feature vectors may be added, removed or updated in a dataset. Therefore, it is important to efficiently carry out the computations involved to keep up with frequent changes in the underlying data and also to dynamically determine a reasonable size for the subspace of interest. We present a complete computational pipeline for efficiently updating spectral embeddings in a variety of contexts. Our basic approach is to "seed" iterative methods for eigenproblems with the most recent subspace estimate to significantly reduce the computations involved, in contrast with a na\"ive approach which recomputes the subspace of interest from scratch at every step. In this setting, we provide various bounds on the number of iterations common eigensolvers need to perform in order to update the extremal eigenspace to a sufficient tolerance. We also incorporate a criterion for determining the size of the subspace based on successive eigenvalue ratios. We demonstrate the merits of our approach on the tasks of spectral clustering of temporally evolving graphs and PCA of an incrementally updated data matrix.

Keywords

Cite

@article{arxiv.1909.01188,
  title  = {Incrementally Updated Spectral Embeddings},
  author = {Vasileios Charisopoulos and Austin R. Benson and Anil Damle},
  journal= {arXiv preprint arXiv:1909.01188},
  year   = {2019}
}

Comments

35 pages, 7 figures

R2 v1 2026-06-23T11:04:06.159Z