REVIEW 3 major objections 4 minor 1 cited by
Applications of Random Matrix Theory in Machine Learning and Brain Mapping
T0 review · 3 major / 4 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read This paper argues that random-matrix theory recovers the same eigenvalue spectrum in simulated brain-imaging data no matter how much noise is added.
desk verdict A numerically correct undergraduate exercise in RMT whose central brain-mapping claims are unsupported by its own simulations. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
A Wishart matrix $W = \frac{1}{N}XX^T$ is built from an $N \times P$ matrix of independent entries representing voxel signal intensities over time; the Marchenko-Pastur law gives the limiting bulk eigenvalue density with bounds $a = s^2(1-\sqrt{c})^2$ and $b = s^2(1+\sqrt{c})^2$, where $c = N/P$ and $s$ is the standard deviation of the entries. The paper compares the eigenvalue histogram to this theoretical density using an $\ell^2$ error (sum of squared errors over 50 bins). Deviating eigenvalues are interpreted as evidence of nonrandom structure, i.e., discrete brain networks.
What would settle it
Run the same spectral comparison on real resting-state fMRI BOLD time series from repeated sessions of the same person: if the bulk of the empirical eigenvalue distribution deviates systematically from the Marchenko-Pastur curve, or if the eigenvalues flagged as network-related change between sessions, then the paper's claim that RMT reliably detects the same functional correlations under realistic noise fails.
Extended reading notes
Core claim
The paper's central claim is that the empirical eigenvalue distribution of Wishart matrices formed from large random matrices converges to the Marchenko-Pastur law even when the matrix entries are drawn from normal, uniform, or Weibull distributions and even when additive random noise is added. On this basis the author maintains that the RMT algorithm is well conditioned and has high test-retest reliability, and that strong correlations exist among the eigenvalues and therefore among the functional regions of the brain; eigenvalues that deviate from the predicted distribution are interpreted as signatures of discrete brain networks. The simulations measure convergence by the sum of squared errors between observed and theoretical distributions, which decreases as the matrix size grows with a fixed aspect ratio.
Load-bearing premise
The load-bearing premise is that independently and identically distributed random numbers are a faithful stand-in for real fMRI voxel signal intensities, so that convergence seen in simulations would also appear in actual brain scans.
Editorial extensions
If this is right
- RMT can provide a noise-robust dimensionality-reduction step for machine learning on fMRI data, since the predicted spectrum is stable under additive noise.
- Eigenvalues lying outside the Marchenko-Pastur bulk become candidate signatures of real functional networks, giving radiologists a quantitative target to inspect.
- Larger sample sizes (more time points and voxels at a fixed ratio) should yield closer agreement with theory, improving the reliability of connectivity estimates.
- The method's stability across repeated runs means it can be used to preprocess data for further ML-based diagnosis and prognosis.
Reading between the lines
- The simulations only test iid matrices, so the leap from 'spectrum converges' to 'brain regions are correlated' is not yet demonstrated; real fMRI has spatial and temporal correlations that the Marchenko-Pastur model does not capture, and a direct validation on real scans is needed before clinical use.
- Because the Marchenko-Pastur law is universal for independent entries, the observed robustness to noise is expected from theory rather than a new property; the practically informative part is the outlier eigenvalues, which the paper does not analyze in detail.
- A natural testable extension is to plant a known low-rank correlation structure into simulated voxel matrices, add noise, and check whether RMT recovers the planted structure; this would directly measure the method's sensitivity rather than just its stability.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that the Marchenko-Pastur (MP) law for Wishart matrices can serve as a machine-learning tool for fMRI brain mapping. It simulates random matrices with normal, uniform, and Weibull entries, forms Wishart matrices as W = XX^T/T, and compares the eigenvalue histograms with the theoretical MP distribution. The reported results are that the empirical spectrum converges to the MP distribution as matrix size grows and when additive random noise is introduced. The paper concludes that RMT is robust, has high test-retest reliability, and that agreement with MP indicates strong correlation between eigenvalues and hence between functional brain regions; it also suggests that outlier eigenvalues may indicate new discrete brain networks. The work relies entirely on simulated data; no real fMRI data are analyzed.
Significance. The numerical verification in the paper is a correct illustration of the MP universality for iid finite-variance entries, and the code in Appendix A is transparent enough to be reproduced. However, this is a theorem for the simulated class of matrices, so the 'robustness' finding is not an empirical discovery. The paper's advertised contribution to brain mapping and machine learning would be significant if supported, but the central inferential step—from MP bulk agreement to functional brain correlation—is logically invalid, and the proxy assumption that iid random matrices represent fMRI voxel time courses is not validated. The paper therefore does not establish any application-specific result beyond what is already known about sample covariance spectra.
major comments (3)
- [Methodology and Appendix A] The simulations generate X with independent entries (normal, uniform, or Weibull) and then add X + randn(size(X)). Since both components are entrywise independent with finite variance, the sum is also an iid finite-variance matrix, and the Marchenko-Pastur law is a theorem for exactly this class of matrices. The observation that the spectrum follows MP under additive noise is therefore a numerical confirmation of a known theorem, not a robustness finding about fMRI noise. The paper's claim that 'no matter what type of noise was added, the observed eigenvalue distribution would converge to the theoretical distribution' is expected from the assumptions.
- [Results and Discussion] The central inferential step is invalid: agreement of the bulk eigenvalue density with the Marchenko-Pastur distribution is the null prediction for independent entries, whereas functional connectivity between voxels would appear as eigenvalues outside the MP bulk, i.e., as outliers above the upper edge. The paper reports no outlier analysis, no simulations with planted correlations, and no real fMRI data, so the conclusion that 'a strong correlation exists between the eigenvalues, and hence the functional regions of the brain' (Abstract and Discussion) does not follow from the presented results.
- [Methodology] The proxy assumption that 'the randomly simulated data represents the voxel signal intensity' is stated without validation and is contradicted by the fMRI noise sources described in the Background, including physiological noise, hemodynamic delays, and nonstationarity. Real voxel time courses are spatially and temporally correlated. Because the simulations contain none of these features, the paper's claims about test-retest reliability of brain-network detection are unsupported. Moreover, no test-retest statistic (e.g., split-half correlation or repeat-scan agreement) is computed, so 'high test-retest reliability' is asserted rather than demonstrated.
minor comments (4)
- [Results] The text refers to 'figure 3, figure 5 and figure 5'; the second and third references should presumably be figures 4 and 5 respectively.
- [Results, Eq. (5)] In Equation (5), the term for the observed bin height is missing its symbol; the text reads 'is the height of the bin' without defining f_k, and K is not defined as the number of bins until later.
- [Appendix A] The variable g is computed as e(e < (emax - 0.0001)) but is never used; either remove it or use it for the stated tail analysis.
- [Throughout] There are typographical inconsistencies such as 'Wishaard matrices' and 'test-re-test' versus 'test-retest'; a careful proofread would resolve these.
Circularity Check
No load-bearing circularity: the core simulation is a direct check of Marchenko-Pastur on iid data; the inflated brain-network interpretation is an unsupported inference, not a circular derivation.
-
renaming known result
[Results, paragraph 1; Appendix A (MATLAB code)]
"It was found that no matter what distribution is used to generate the random matrices, which are then converted into Wishart Matrices, the eigenvalue distribution follows the Marchenko-Pastur Distribution. ... x = wblrnd(4,5,sz); ... xwnoise = x + 1*randn(size(x));"
The simulation constructs X as an iid matrix and then adds independent iid Gaussian noise, so the final matrix is itself iid with finite variance—exactly the hypothesis of the Marchenko-Pastur theorem the paper cites. Observing MP convergence is therefore fixed by the construction and by the theorem, not discovered from empirical data. The subsequent statement that RMT is robust and has high test-retest reliability renames the theorem's universality content as an experimental finding. This is a mild self-referential framing rather than a fitted-parameter circularity: no brain data, no planted correlations, and no test-retest statistics are involved, so the central brain-mapping claim is unsupported rather than derived from its own input.
full rationale
The paper's derivation chain does not reduce to a fitted parameter or a self-citation. The only fitted quantity is the sample standard deviation used to set MP support bounds, which is a standard consistent estimator and does not by itself force the density shape. The external Marchenko-Pastur law is genuinely independent support for the observed bulk spectrum. The main weaknesses are non-circular: iid random matrices are only a proxy for voxel signals, the added-noise result is a known theorem consequence, and the leap from MP agreement to strong functional correlation mistakes the null case of independent entries for evidence of correlation. These are validity and inference problems, not a derivation equivalent to its inputs by construction. The score is low but nonzero because the robustness/test-retest conclusion essentially restates the MP universality theorem that was already assumed as the analytic framework.
Assumptions & free parameters
free parameters (3)
- Aspect ratio c = N/T =
0.5714 (e.g., 3200/5600)
- Weibull shape and scale parameters =
shape=4, scale=5
- Added noise standard deviation =
1
assumptions (4)
- standard math The Marchenko-Pastur law gives the limiting eigenvalue density of sample covariance matrices of iid entries as dimensions grow with fixed ratio.
- domain assumption Independent random matrix entries can represent fMRI voxel signal intensities.
- domain assumption Adding iid noise to random matrices captures the noise structure of real fMRI scans.
- domain assumption Eigenvalues deviating from the Marchenko-Pastur bulk correspond to discrete brain networks.
Cite this review
Pith. "Pith review of Applications of Random Matrix Theory in Machine Learning and Brain Mapping." pith.science (2026). https://pith.science/paper/IUOI7GOM
@misc{pith2026250214878,
author = {Pith},
title = {Pith review of: Applications of Random Matrix Theory in Machine Learning and Brain Mapping},
year = {2026},
howpublished = {\url{https://pith.science/paper/IUOI7GOM}},
note = {Machine review of arXiv:2502.14878}
}
read the original abstract
Brain mapping analyzes the wavelengths of brain signals and outputs them in a map, which is then analyzed by a radiologist. Introducing Machine Learning (ML) into the brain mapping process reduces the variable of human error in reading such maps and increases efficiency. A key area of interest is determining the correlation between the functional areas of the brain on a voxel (3-dimensional pixel) wise basis. This leads to determining how a brain is functioning and can be used to detect diseases, disabilities, and sicknesses. As such, random noise presents a challenge in consistently determining the actual signals from the scan. This paper discusses how an algorithm created by Random Matrix Theory (RMT) can be used as a tool for ML, as it detects the correlation of the functional areas of the brain. Random matrices are simulated to represent the voxel signal intensity strength for each time interval where a stimulus is presented in an fMRI scan. Using the Marchenko-Pastur law for Wishart Matrices, a result of RMT, it was found that no matter what type of noise was added to the random matrices, the observed eigenvalue distribution of the Wishart Matrices would converge to the theoretical distribution. This means that RMT is robust and has a high test-re-test reliability. These results further indicate that a strong correlation exists between the eigenvalues, and hence the functional regions of the brain. Any eigenvalue that differs significantly from those predicted from RMT may indicate the discovery of a new discrete brain network.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
Higher-order spacings in the superposed spectra of random matrices with comparison to spacing ratios and application to complex systems
Higher-order spacing distributions of m-superposed COE/CUE/CSE spectra are fitted to Wigner-Dyson forms, yielding tabulated modified Dyson indices β′(k,m,β), with a uniqueness conjecture tested on the quantum kicked t...
Reference graph
Works this paper leans on
-
[1]
What is brain mapping? Sandstone Health (2021)
work page 2021
-
[2]
Kim, J., Jeong, W. & Chung, C. K. Dynamic functional connectivity change-point detection with random matrix theory inference. Frontiers in Neuroscience 0, 445 (2021)
work page 2021
-
[3]
Wu, D. et al. Mapping the order and pattern of brain structural mri changes using change-point analysis in premanifest huntington’s disease. Wiley Periodicals Inc (2017)
work page 2017
-
[4]
Veraart, J., Fieremans, E. & Novikov, D. S. Diffusion mri noise mapping using random matrix theory. Magnetic Resonance in Medicine 76, 1582 (2016). 21
work page 2016
-
[5]
Bansal, R. & Peterson, B. Use of random matrix theory in the discovery of resting state brain networks — elsevier enhanced reader. Elsevier 69–87 (2021)
work page 2021
-
[6]
Wernick, M. N., Yang, Y., Brankov, J. G., Yourganov, G. & Strother, S. C. Machine learning in medical imaging. IEEE Signal Process Magazine (2010)
work page 2010
-
[7]
Erickson, B., Korfiatis, P., Akkus, Z. & Kline, T. Machine learning for medical imaging
-
[8]
RadioGraphics (2017)
work page 2017
Show all 19 references
-
[9]
& Crottaz-Herbette, S
Menon, V. & Crottaz-Herbette, S. Combined eeg and fmri studies of human brain function. Standford University School of Medicine (2005)
2005
-
[10]
K., Pauls, J., Augath, M., Trinath, T
Logothetis, N. K., Pauls, J., Augath, M., Trinath, T. & Oeltermann, A. Neurophysio- logical investigation of the basis of the fmri signal. Max Planck Institute for Biological Cybernetics (2001). URL www.nature.com
2001
-
[11]
& McCarthy, G
Huettel, S., Song, A. & McCarthy, G. Functional Magnetic Resonance Imaging , vol. 84 (Yale Journal of Biology and Medicine, 2009)
2009
-
[12]
Smith, S. M. Overview of fmri analysis. The British Journal of Radiology
-
[13]
Sharoh, D. et al. Laminar Specific fMRI Reveals Directed Interactions in Distributed Networks During Language Processing , vol. 15 (2019)
2019
-
[14]
& Vivo, P
Livan, G., Novaes, M. & Vivo, P. Introduction to Random Matrices Theory and Practice (Springer, 2017)
2017
-
[15]
J., Snaith, N
Forrester, P. J., Snaith, N. C. & Verbaarschot, J. J. M. Developments in random matrix theory. University of Melbourne (2003)
2003
-
[16]
Random matrices: Wigner and marchenko-pastur theorems 1 wigner’s theo- rem
Lalley, S. Random matrices: Wigner and marchenko-pastur theorems 1 wigner’s theo- rem. University of Chicago (2019)
2019
-
[17]
Li, P. et al. The reading brain project methods for data collection (l1 adults). Brain, Language, and Computation Labratory (2019). 22
2019
-
[18]
Gazula1, H. et al. Decentralized analysis of brain imaging data: Voxel-based morphom- etry and dynamic functional network connectivity. Frontiers in Neuroinformatics 1, 55 (2018). URL www.frontiersin.org
2018
-
[19]
& Narasimhan, S
Subbaraju, V., Sundaram, S. & Narasimhan, S. Identification of lateralized compen- satory neural activities within the social brain due to autism spectrum disorder in ado- lescent males. European Journal of Neuroscience (2017). 23
2017
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.