Fast Matrix Rank Algorithms and Applications
Ho Yee Cheung, Tsz Chiu Kwok, Lap Chi Lau

TL;DR
This paper introduces a faster randomized algorithm for computing the rank of matrices and updating ranks dynamically, significantly improving efficiency over traditional methods, especially for rectangular matrices.
Contribution
The paper presents a novel randomized algorithm for matrix rank computation with improved complexity and supports dynamic rank updates, advancing linear algebra and data structure techniques.
Findings
Faster rank computation algorithm with all(|A| + r^7) complexity
Efficient dynamic rank updating with all(mn) operations
Applications to numerical linear algebra and combinatorial optimization
Abstract
We consider the problem of computing the rank of an m x n matrix A over a field. We present a randomized algorithm to find a set of r = rank(A) linearly independent columns in \~O(|A| + r^\omega) field operations, where |A| denotes the number of nonzero entries in A and \omega < 2.38 is the matrix multiplication exponent. Previously the best known algorithm to find a set of r linearly independent columns is by Gaussian elimination, with running time O(mnr^{\omega-2}). Our algorithm is faster when r < max(m,n), for instance when the matrix is rectangular. We also consider the problem of computing the rank of a matrix dynamically, supporting the operations of rank one updates and additions and deletions of rows and columns. We present an algorithm that updates the rank in \~O(mn) field operations. We show that these algorithms can be used to obtain faster algorithms for various problems…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Coding theory and cryptography
