Locally Approximating the Top Eigenvector of Bounded Entry Matrices

Abstract

We provide a local computation algorithm to approximate the top eigenvector x ∈ Rn of a symmetric matrix A ∈ Rn × n with entries between -1 and 1, building on the work of Swartworth and Woodruff [SODA 25] who show how to approximate the eigenvalues up to additive- n error using O(1/4) queries. Our local computation algorithm has a preprocessing complexity of O(1/4) and per-coordinate query complexity of O(1/2) for an additive- n approximation whenever |λ(A)| = O(λ(A)). When λ(A) greatly exceeds λ(A), our complexity degrades to at most O(1/6.6) in preprocessing and O(1/3.3) per query. Furthermore, we show a lower bound of Ω(n/2) on the total number of queries needed to output an approximately top eigenvector (implying that the per-coordinate query complexity of Ω(1/2) is necessary). As an application, we use our algorithm to provide local computation algorithms for the sparsest-cut and max-cut problems in the dense graph model of Goldreich, Goldwasser, Ron [JACM 98]. By accessing the top eigenvectors (of an approximate normalized adjacency), we implement local versions of Cheeger's inequality and Trevisan's algorithm [SICOMP 12] to obtain "square-root-opt" approximations in polynomial time (as opposed to exponential-in-poly(1/) time which is incurred in Goldreich, Goldwasser, Ron.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…