1 / 12

On Solving Linear Systems in Sublinear Time

On Solving Linear Systems in Sublinear Time. Alexandr Andoni, Columbia University Robert Krauthgamer, Weizmann Institute Yosef Pogrow, Weizmann Institute  Google WOLA 2019. TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A.

eplascencia
Download Presentation

On Solving Linear Systems in Sublinear Time

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. On Solving Linear Systems in Sublinear Time Alexandr Andoni, Columbia University Robert Krauthgamer, Weizmann Institute Yosef Pogrow, Weizmann Institute  Google WOLA 2019 TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: AAA

  2. Solving Linear Systems • Input: and • Output: vector that solves • Many algorithms, different variants: • Matrix is sparse, Laplacian, PSD etc. • Bounded precision (solution is approximate) vs. exact arithmetic • Significant progress: Linear system in Laplacian matrix can be solved approximately in near-linear time [Spielman-Teng’04, …, Cohen-Kyng-Miller-Pachocky-Peng-Rao-Xu’14] Our focus: Sublinear running time On Solving Linear Systems in Sublinear Time

  3. Sublinear-Time Solver • Input:, (also ) and • Output: approximate coordinate from (any) solution to • Accuracy bound • Formal requirement: There is a solution to the system, such that , • Follows framework of Local Computation Algorithms (LCA), previously used for graph problems [Rubinfeld-Tamir-Vardi-Xie’10] On Solving Linear Systems in Sublinear Time

  4. Motivation • Fast quantum algorithms for solving linear systems and for machine learning problems [Harrow-Hassidim-Lloyd’09, …] • Can we match their performance classically? • Recent success story: quantum  classical algorithm [Tang’18] • New direction in sublinear-time algorithms • “Local” computation in numerical problems • Compare computational models (representation, preprocessing), accuracy guarantees, input families (e.g., Laplacian vs. PSD) • Known quantum algorithms have modeling requirements (e.g., quantum encoding of ) On Solving Linear Systems in Sublinear Time

  5. Algorithm for Laplacians • Informally: Can solve Laplacian systems of bounded-degree expander in polylog(n)time • Key limitations: sparsity and condition number • Notation: • is the Laplacian matrix of graph • is its Moore-Penrose pseudo-inverse • Theorem 1: Suppose the input is a -regular -vertex graph , together with its condition number , , and . Our algorithm computes such that for , , , and runs in time for . More inputs? Faster? On Solving Linear Systems in Sublinear Time

  6. Some Extensions • Can replace with • Example: Effective resistance can be approximate (in expanders) in constant running time! • Improved running time if • Graph is preprocessed • One can sample a neighbor in , or • Extends to Symmetric Diagonally Dominant (SDD) matrix • is condition number of On Solving Linear Systems in Sublinear Time

  7. Lower Bound for PSD Systems • Informally: Solving “similar” PSD systems requires polynomial time • Similar = bounded condition number and sparsity • Even if the matrix can be preprocessed • Theorem 2: For certain invertible PSD matrices , with bounded sparsity and condition number , every randomized algorithmmust query coordinates of the input . • Here, the output is for a fixed , required to satisfy , , for . • In particular, may be preprocessed On Solving Linear Systems in Sublinear Time

  8. Dependence on Condition Number • Informally:Quadratic dependence on is necessary • Our algorithmic bound is near-optimal, esp. when matrix can be preprocessed • Theorem 3:For certain graphs of maximum degree 4 and any condition number , every randomized algorithm(for ) with accuracy must probe coordinates of the input . • Again, the output is for a fixed , required to satisfy , , for . • In particular, may be preprocessed On Solving Linear Systems in Sublinear Time

  9. Algorithmic Techniques • Famous Monte-Carlo method of von Neumann and Ulam: Write matrix inverse by power series , then estimate it by random walks (in ) with unbiased expectation • Inverting a Laplaciancorresponds to summing walks in • For us: view as sum over all walks, estimate it by sampling (random walks) • Need to control: number of walks and their length • Large powers contribute relatively little (by condition number) • Estimate truncated series () by short random walks (by Chebyshev’s inequality) On Solving Linear Systems in Sublinear Time

  10. Related Work – All Algorithmic • Similar techniques were used before in related contexts but under different assumptions, models and analyses: • Probabilistic log-space algorithms for approximating [Doron-Le Gall-Ta-Shma’17] • Asks for entire matrix, uses many long random walks (independent of ) • Local solver for Laplacian systems with boundary conditions [Chung-Simpson’15] • Solver relies on a different power series and random walks • Local solver for PSD systems [Shyamkumar-Banerjee-Lofgren’16] • Polynomial time under assumptions like bounded matrix norm and random • Local solver for Pagerank [Bressan-Peserico-Pretto’18, Borgs-Brautbar-Chayes-Teng’14] • Polynomial time and for certain matrices (non-symmetric but by definition are diagonally-dominant) On Solving Linear Systems in Sublinear Time

  11. Lower Bound Techniques • PSD lower bound: Take Laplacian of -regular expander but with: • high girth, • edges signed at random, and • on the diagonal (PSD but not Laplacian) • The graph looks like a tree locally • Up to radius around • Set for at distance , and otherwise • Signs have small bias • Recovering it requires reading entries • Using inversion formula, average of ‘s • Condition number lower bound: Take two 3-regular expanders connected by a matching of size • Let with slight bias inside each expander On Solving Linear Systems in Sublinear Time

  12. Further Questions • Accuracy guarantees • Different norms? • Condition number of instead of ? • Other representations (input/output models)? • Access the input via random sampling? • Sample from the output ? • Other numerical problems? Thank You! On Solving Linear Systems in Sublinear Time

More Related