An Algorigtm for Singular Value Decomposition of Matrices in Blocks
Alvaro Francisco Huertas-Rosero

TL;DR
This paper introduces two block matrix decomposition methods similar to SVD, designed to handle large matrices by processing smaller blocks, demonstrated on a large document-term matrix.
Contribution
It presents novel block matrix decomposition algorithms that avoid large matrix handling, suitable for size-limited computational environments.
Findings
Effective decomposition of large matrices into blocks
Applicable to document-term matrices with size constraints
Achieved economy and full decompositions on test data
Abstract
Two methods to decompose block matrices analogous to Singular Matrix Decomposition are proposed, one yielding the so called economy decomposition, and other yielding the full decomposition. This method is devised to avoid handling matrices bigger than the biggest blocks, so it is particularly appropriate when a limitation on the size of matrices exists. The method is tested on a document-term matrix (17780x3204) divided in 4 blocks, the upper-left corner being 215x215.
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 · Blind Source Separation Techniques
