A Parallel Distributed Algorithm for the Power SVD Method
Jiaying Li, Sissi Xiaoxiao Wu, Qiang Li, and Anna Scaglione

TL;DR
This paper introduces a parallel distributed algorithm for the power method that computes all eigenvectors simultaneously, reducing communication costs and maintaining convergence efficiency compared to traditional sequential methods.
Contribution
It proposes a novel parallel distributed power method based on gossip algorithms, enabling simultaneous eigenvector computation with lower communication overhead.
Findings
Communication cost is reduced to 1/H of the sequential method.
Convergence time is comparable to the sequential approach.
Error performance remains similar to traditional methods.
Abstract
In this work, we study how to implement a distributed algorithm for the power method in a parallel manner. As the existing distributed power method is usually sequentially updating the eigenvectors, it exhibits two obvious disadvantages: 1) when it calculates the th eigenvector, it needs to wait for the results of previous eigenvectors, which causes a delay in acquiring all the eigenvalues; 2) when calculating each eigenvector, it needs a certain cost of information exchange within the neighboring nodes for every power iteration, which could be unbearable when the number of eigenvectors or the number of nodes is large. This motivates us to propose a parallel distributed power method, which simultaneously calculates all the eigenvectors at each power iteration to ensure that more information could be exchanged in one shaking-hand of communication. We are particularly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Sparse and Compressive Sensing Techniques · Advanced MIMO Systems Optimization
