MLLGSTMEJul 29, 2025

Stacked SVD or SVD stacked? A Random Matrix Theory perspective on data integration

arXiv:2507.22170v13 citationsh-index: 4
Originality Incremental advance
AI Analysis

This provides theoretical guidance for method selection in data integration, addressing uncertainty in practical applications like genomics, though it is incremental as it builds on existing methods.

The paper tackles the problem of identifying shared latent structure across multiple high-dimensional datasets by comparing two integration methods, Stack-SVD and SVD-Stack, and finds that optimally weighted Stack-SVD outperforms optimally weighted SVD-Stack, with theoretical and experimental validation.

Modern data analysis increasingly requires identifying shared latent structure across multiple high-dimensional datasets. A commonly used model assumes that the data matrices are noisy observations of low-rank matrices with a shared singular subspace. In this case, two primary methods have emerged for estimating this shared structure, which vary in how they integrate information across datasets. The first approach, termed Stack-SVD, concatenates all the datasets, and then performs a singular value decomposition (SVD). The second approach, termed SVD-Stack, first performs an SVD separately for each dataset, then aggregates the top singular vectors across these datasets, and finally computes a consensus amongst them. While these methods are widely used, they have not been rigorously studied in the proportional asymptotic regime, which is of great practical relevance in today's world of increasing data size and dimensionality. This lack of theoretical understanding has led to uncertainty about which method to choose and limited the ability to fully exploit their potential. To address these challenges, we derive exact expressions for the asymptotic performance and phase transitions of these two methods and develop optimal weighting schemes to further improve both methods. Our analysis reveals that while neither method uniformly dominates the other in the unweighted case, optimally weighted Stack-SVD dominates optimally weighted SVD-Stack. We extend our analysis to accommodate multiple shared components, and provide practical algorithms for estimating optimal weights from data, offering theoretical guidance for method selection in practical data integration problems. Extensive numerical simulations and semi-synthetic experiments on genomic data corroborate our theoretical findings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes