REVIEW 4 major objections 5 minor 45 references
Mapping minds not averages: a scalable subject-specific manifold learning framework for neuroimaging data
T0 review · 4 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Decomposing each subject's spatial layer into shared singular vectors and subject-specific singular values lets a nonlinear autoencoder learn individual brain manifolds that scale to hundreds of subjects and separate schizophrenia…
desk verdict The Decomposed layer is a genuinely useful parameterization, but the simulation evidence as reported is questionable because random rotations are outside the capacity of shared U,V with diagonal S_i. 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
The load-bearing object is the decomposed subject-specific linear layer $W_i = U S_i V^T$ (Eq. 4), placed as the first layer of the encoder and last layer of the decoder of a shared neural network. $U$ and $V$ are shared across subjects and only the diagonal singular values $S_i$ are subject-specific; this replaces an $N \times L$ per-subject matrix with $L$ per-subject numbers, shrinking the parameter count from $IS \times HS \times NS$ to $IS \times HS + HS^2 + HS \times NS$. That reduction is what makes voxelwise whole-brain training possible, allows new subjects to be added by fine-tuning only their singular values, and keeps the subject-specific weights linear and therefore interpretable.
What would settle it
Simulate a dataset where each subject's spatial map is generated with a subject-specific rotation applied to shared components (differing $U_i$ and $V_i$ rather than just $S_i$), then compare the Decomposed model's held-out reconstruction error to the Subject model's; if the Decomposed model fails to match the Subject model on such data, the shared-$U,V$ assumption is the limiting factor.
Extended reading notes
Core claim
The central claim is that a decomposed subject-specific spatial map, $W_i = U S_i V^T$ with shared orthonormal $U$ and $V$ and per-subject diagonal $S_i$, is enough to let a shared nonlinear autoencoder represent each individual's spatial variation in fMRI data. The paper demonstrates this on three fronts: the Decomposed model recovers the exact rotation angles of simulated half-moon subjects; it outperforms the Group model and the MRMD-AE baseline in reconstruction and event classification on Sherlock and Forrest Gump, including whole-brain data where per-subject linear layers cannot fit in memory; and on roughly 300 resting-state subjects it scales efficiently, generalizes to unseen subjects (even from a single TR), and learns singular values that separate schizophrenia patients from controls with 79.16% label-free classification accuracy. Spatial maps reconstructed from $S_i$ alone show increased basal ganglia, visual, auditory, and somatosensory activation and decreased insula, inferior frontal gyrus, and angular gyrus activation in patients, matching established schizophrenia findings.
Load-bearing premise
The model assumes that all subjects' spatial maps share the same singular vectors $U$ and $V$, so every individual difference must be a rescaling of shared components; if two brains differ by rotating a spatial component rather than scaling it, the Decomposed layer cannot represent that difference.
Editorial extensions
If this is right
- The Decomposed model can be trained directly on whole-brain voxelwise data, where per-subject linear layers are memory-prohibitive, enabling subject-specific manifold learning at population scale.
- New subjects can be added to a fitted model by fine-tuning only their singular values, even from a single TR, without retraining the shared network or inducing catastrophic forgetting.
- Unsupervised subject-specific weights separate schizophrenia patients from controls with 79.16% accuracy, suggesting the singular values carry diagnostic information without label supervision.
- Spatial reconstructions driven only by subject-specific weights localize group differences to basal ganglia, sensory, insular, and frontal regions, offering a candidate pipeline for generating interpretable clinical biomarkers.
- Because the decomposition is architecture-agnostic, it can be inserted into other autoencoder, variational autoencoder, or foundation-model objectives without changing the training procedure.
Reading between the lines
- As an extension, the same $W_i = U S_i V^T$ decomposition could be applied to temporal layers instead of spatial maps, letting a model capture individual differences in dynamics rather than topography; the paper notes this possibility but does not test it.
- The compact per-subject singular values $S_i$ are a natural target for harmonization: if scanner or site effects are present in multi-site resting-state data, regressing them out of $S_i$ could enable cleaner cross-site pooling for clinical studies.
- The 79.16% label-free classification accuracy suggests $S_i$ may trace a continuous illness-related axis; correlating $S_i$ with symptom severity, medication dose, or illness duration would sharpen the clinical interpretation beyond binary group separation.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a scalable framework for learning subject-specific nonlinear manifolds from fMRI data. It compares three architectures: a Group model with a shared first linear layer, a Subject model with a separate spatial weight matrix per subject, and a Decomposed model in which each subject-specific weight matrix is parameterized as W_i = U S_i V^T with U and V shared and only the diagonal singular values S_i varying across subjects. On simulated rotated half-moons data and on the Sherlock and Forrest Gump naturalistic fMRI datasets, the Subject and Decomposed models improve held-out reconstruction and label classification over the Group model, and the Decomposed model is the only one that scales to whole-brain voxelwise data. On the fBIRN resting-state schizophrenia dataset, the authors report that a VAE with the Decomposed layer can fine-tune subject weights for unseen subjects with as little as one TR of data, that an SVM on the learned subject weights separates patients from controls with 79.16% accuracy, and that subject-specific spatial reconstructions show group differences in basal ganglia, visual, auditory, somatosensory, insula, inferior frontal gyrus, and angular gyrus regions.
Significance. If the central claims hold, the Decomposed layer is a practically useful contribution: it introduces a parameter-efficient way to give each subject a distinct linear spatial map while retaining a shared nonlinear manifold, and it enables whole-brain analysis and generalization to unseen subjects without retraining the shared network. The simulation result that a Group model cannot separate rotated half-moons despite nonlinear layers is a clean illustration of the need for subject-specific spatial conditioning, and the one-TR fine-tuning result is an appealing practical capability. However, the manuscript currently provides only limited evidence for the key representational assumption behind the Decomposed model, and the main quantitative claims are not supported by inferential statistics or confound analyses. The clinical interpretation of the group-difference maps is therefore premature. With additional capacity checks and statistical rigor, the paper could make a solid contribution to manifold learning for neuroimaging.
major comments (4)
- [Section 2.2, Figures 2 and 3] The parameterization W_i = U S_i V^T restricts all subject-specific spatial maps to a single low-dimensional subspace of matrix space: only the diagonal entries of S_i vary across subjects. This cannot express topographic shifts, shape changes, or component reorientations that differ between subjects, and the paper's supporting argument (the qualitative similarity of ICA resting networks in Section 4.2) is not direct evidence that amplitude rescaling of a common basis is sufficient. Because the whole-brain fBIRN results in Figures 4b and 5 are derived entirely from the frozen shared U and V together with subject-specific S_i, this assumption is load-bearing. The manuscript never quantifies the information loss relative to the Subject model in a setting where the Subject model is trainable, nor does it test a simulation with subject-specific spatial variation beyond global scaling. Please add a direct capacity check, for example a comparison of Decomposed versus Subject on the ROI-level data for reconstruction and classification, and a simulation where subjects differ by local translation or reorientation of spatial maps, to determine whether the Decomposed model recovers the true generating factors.
- [Section 2.3, Figure 4] The text repeatedly states that the Subject and Decomposed models significantly outperform the Group model, and that the Decomposed model significantly improves whole-brain classification, but the paper reports no p-values, confidence intervals, paired-test details, or multiple-comparison corrections. The bar charts show point estimates without error bars. Since these significance statements are central to the claim that subject-specific spatial maps improve nonlinear manifold learning, please report the exact test procedure, the number of paired observations, and corrections for the multiple ROIs and label types, or provide bootstrap confidence intervals. The comparison with MRMD-AE should also state explicitly which settings and data are matched and whether the MRMD-AE numbers are from the original publication rather than re-evaluated under identical conditions.
- [Section 2.4, Figure 5] The 79.16% SVM classification accuracy on subject-specific weights is reported without uncertainty, permutation testing, or description of the cross-validation details beyond '20-fold.' The fBIRN dataset is multi-site, and diagnosis can be correlated with acquisition site; the subject-specific singular values could in principle absorb site, motion, or global-signal differences rather than clinically meaningful spatial variation. Please report fold construction at the subject level, class balance, hyperparameter selection details, a permutation null, and confidence intervals. Please also add a confound analysis, such as testing whether an SVM can classify acquisition site from the same weights, or whether the patient-control separation survives regressing out site and motion parameters. This is important because the subsequent spatial interpretation in Figure 5 rests on the assumption that the weights capture diagnosis-related neurobiology rather than acquisition artifacts.
- [Section 2.4, Figure 5] The spatial group-difference analysis uses 64 FastICA sources and two-sided t-tests on the whitened unmixing matrix, with FDR correction for 64 tests, but it does not account for covariates such as age, sex, site, medication, or motion, and the effective dependence among the 64 tests is not discussed. The manuscript should clarify how the subject-specific reconstructions are constructed from S_i and the shared matrices, and what exactly is being compared in the t-test (e.g., source amplitudes, spatial maps, or unmixing coefficients). A permutation test in which diagnosis labels are shuffled, or in which site labels are permuted, would substantially strengthen the claim that the observed regions reflect schizophrenia-related differences rather than amplitude or site effects.
minor comments (5)
- [Abstract] The phrase 'To test this, we apply the framework to temporally unstructured resting-state fMRI data ... We further apply our method to a large resting-state fMRI dataset ...' describes the same fBIRN application twice and should be condensed.
- [Section 4.1] There are typos: 'approxiation theorem' should be 'approximation theorem,' and 'spatial spatial activation map' should be 'spatial activation map.' In Appendix A, 'the the number' should be corrected, and in Section 4.3.2 'dscribed' should be 'described.'
- [Section 2.1] The simulation experiment does not explicitly state what classification label is being predicted. Please clarify that the target is the half-moon cluster label after rotation, and specify how the classification is performed for the Subject and Decomposed models relative to the encoder-decoder formulation used elsewhere.
- [Section 4.2, Eqs. (2)-(4)] The dimension conventions are unclear: W_i in Eq. (4) is written as an L x N matrix, while Eq. (2) uses W_enc^i in a way that suggests an N x L map for the encoder. Please define the exact shapes of U, S_i, and V for both the encoder and decoder, and clarify which matrices are transposed in the implementation.
- [General] The paper would benefit from a code and data availability statement. Several datasets and label repositories are listed, but no implementation, training hyperparameters, or random seeds are provided in the main text or appendices beyond the simulation.
Circularity Check
No significant circularity: the Decomposed model's subject-specific weights are learned unsupervised and evaluated on held-out data, and the central claims do not reduce to their inputs.
full rationale
The derivation chain is self-contained. Equation (4) introduces the shared-U/V decomposition as an explicit modeling assumption ('we assume that these matrices are shared between subjects and that only singular values vary across subjects'), not as a quantity fitted to the outcome being predicted. The per-subject singular values are optimized for unsupervised reconstruction; the naturalistic-movie evaluations classify held-out test timepoints after embedding, and the MRMD-AE comparison uses published external numbers. The schizophrenia analysis is post-hoc: the VAE is trained without diagnostic labels, the RBF SVM is cross-validated on the learned subject weights, and unseen-subject generalization is tested by fine-tuning only the subject-specific weights on a small subset of that subject's data and reconstructing held-out timepoints. The self-citation used to motivate shared spatial structure (Calhoun and Adali 2012) cites an empirical observation about ICA map similarity; it is not an assertion of the paper's target result, and the adequacy of the decomposition is tested through reconstruction, classification, and held-out subject generalization rather than imported by citation. No step, by the paper's own equations, is equivalent by construction to its own input: the subject-specific parameters are not fitted to labels, the reported predictions are not the fitted values renamed, and no uniqueness theorem is imported from the authors' prior work to force the modeling choice.
Assumptions & free parameters
free parameters (4)
- subject-specific singular values S_i =
Learned for each subject during training or fine-tuning
- shared matrices U and V =
Learned via backpropagation
- latent dimension d and hidden size L =
L=256 for some autoencoder experiments; d not fully specified
- number of ICA sources (64) for spatial analysis =
64
assumptions (5)
- domain assumption Brain activity lies on a low-dimensional non-linear manifold
- ad hoc to paper Subject-specific spatial maps share structure such that W_i = U S_i V^T with shared U,V is sufficient
- domain assumption Reconstruction quality is a valid proxy for capturing cognitive representations
- standard math Multi-layer perceptrons can approximate the relevant fMRI manifold (universal approximation)
- domain assumption Fast ICA sources from model reconstructions correspond to meaningful brain networks
Cite this review
Pith. "Pith review of Mapping minds not averages: a scalable subject-specific manifold learning framework for neuroimaging data." pith.science (2026). https://pith.science/paper/QRVJ3HRR
@misc{pith2026250500196,
author = {Pith},
title = {Pith review of: Mapping minds not averages: a scalable subject-specific manifold learning framework for neuroimaging data},
year = {2026},
howpublished = {\url{https://pith.science/paper/QRVJ3HRR}},
note = {Machine review of arXiv:2505.00196}
}
read the original abstract
Mental and cognitive representations are believed to reside on low-dimensional, non-linear manifolds embedded within high-dimensional brain activity. Uncovering these manifolds is key to understanding individual differences in brain function, yet most existing machine learning methods either rely on population-level spatial alignment or assume data that is temporally structured, either because data is aligned among subjects or because event timings are known. We introduce a manifold learning framework that can capture subject-specific spatial variations across both structured and temporally unstructured neuroimaging data. On simulated data and two naturalistic fMRI datasets (Sherlock and Forrest Gump), our framework outperforms group-based baselines by recovering more accurate and individualized representations. We further show that the framework scales efficiently to large datasets and generalizes well to new subjects. To test this, we apply the framework to temporally unstructured resting-state fMRI data from individuals with schizophrenia and healthy controls. We further apply our method to a large resting-state fMRI dataset comprising individuals with schizophrenia and controls. In this setting, we demonstrate that the framework scales efficiently to large populations and generalizes robustly to unseen subjects. The learned subject-specific spatial maps our model finds reveal clinically relevant patterns, including increased activation in the basal ganglia, visual, auditory, and somatosensory regions, and decreased activation in the insula, inferior frontal gyrus, and angular gyrus. These findings suggest that our framework can uncover clinically relevant subject-specific brain activity patterns. Our approach thus provides a scalable and individualized framework for modeling brain activity, with applications in computational neuroscience and clinical research.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
A. Aleman and R. S. Kahn. Strange feelings: do amygdala abnormalities dysregulate the emotional brain in schizophrenia? Progress in neurobiology, 77(5):283–298, 2005
work page 2005
-
[2]
E. A. Allen, E. B. Erhardt, Y. Wei, T. Eichele, and V. D. Calhoun. Capturing inter- subject variability with group independent component analysis of fmri data: a simulation study. Neuroimage, 59(4):4141–4159, 2012
work page 2012
- [3]
-
[4]
E. L. Busch, M. I. Conley, and A. Baskin-Sommers. Manifold learning uncovers nonlinear interactions between the adolescent brain and environment that predict emotional and behavioral problems. Biological Psychiatry: Cognitive Neuroscience and Neuroimaging , 2024
work page 2024
-
[5]
E. L. Busch, J. Huang, A. Benz, T. Wallenstein, G. Lajoie, G. Wolf, S. Krishnaswamy, and N. B. Turk-Browne. Multi-view manifold learning of human brain-state trajectories. Nature computational science, 3(3):240–253, 2023
work page 2023
-
[6]
P. D. Butler, S. M. Silverstein, and S. C. Dakin. Visual perception and its impairment in schizophrenia. Biological psychiatry, 64(1):40–47, 2008
work page 2008
-
[7]
C. C Abbott, A. Jaramillo, C. E Wilcox, and D. A Hamilton. Antipsychotic drug effects in schizophrenia: a review of longitudinal fmri investigations and neural interpretations. Current medicinal chemistry, 20(3):428–437, 2013
work page 2013
-
[8]
V. D. Calhoun and T. Adali. Multisubject independent component analysis of fmri: a decade of intrinsic networks, default mode, and neurodiagnostic discovery. IEEE reviews in biomedical engineering, 5:60–73, 2012
work page 2012
Show all 45 references
-
[9]
V. D. Calhoun, T. Adali, G. D. Pearlson, and J. J. Pekar. A method for making group inferences from functional mri data using independent component analysis. Human brain mapping, 14(3):140–151, 2001
2001
-
[10]
J. O. Caro, A. H. d. O. Fonseca, C. Averill, S. A. Rizvi, M. Rosati, J. L. Cross, P. Mittal, E. Zappala, D. Levine, R. M. Dhodapkar, et al. Brainlm: A foundation model for brain activity recordings. bioRxiv, pages 2023–09, 2023
2023
-
[11]
Chang and C.-J
C.-C. Chang and C.-J. Lin. Libsvm: a library for support vector machines. ACM transactions on intelligent systems and technology (TIST) , 2(3):1–27, 2011
2011
-
[12]
Charest, R
I. Charest, R. A. Kievit, T. W. Schmitz, D. Deca, and N. Kriegeskorte. Unique semantic space in the brain of each beholder predicts perceived similarity. Proceedings of the National Academy of Sciences , 111(40):14565–14570, 2014
2014
-
[13]
Charest and N
I. Charest and N. Kriegeskorte. The brain of the beholder: honouring individual repre- sentational idiosyncrasies. Language, Cognition and Neuroscience, 30(4):367–379, 2015
2015
-
[14]
J. Chen, Y. C. Leong, C. J. Honey, C. H. Yong, K. A. Norman, and U. Hasson. Shared memories reveal shared structure in neural activity across individuals. Nature neuro- science, 20(1):115–125, 2017. 15/20
2017
-
[15]
P.-H. C. Chen, J. Chen, Y. Yeshurun, U. Hasson, J. Haxby, and P. J. Ramadge. A reduced-dimension fmri shared response model. Advances in neural information process- ing systems, 28, 2015
2015
-
[16]
Z. Dong, R. Li, Y. Wu, T. T. Nguyen, J. Chong, F. Ji, N. Tong, C. Chen, and J. H. Zhou. Brain-jepa: Brain dynamics foundation model with gradient positioning and spatiotem- poral masking. Advances in Neural Information Processing Systems , 37:86048–86073, 2024
2024
-
[17]
M. B. First, R. L. Spitzer, M. Gibbon, J. B. Williams, et al. Structured clinical interview for dsm-iv-tr axis i disorders, research version, patient edition. Technical report, SCID- I/P New York, NY, USA:, 2002
2002
-
[18]
R. M. French. Catastrophic forgetting in connectionist networks. Trends in cognitive sciences, 3(4):128–135, 1999
1999
-
[19]
S. Gao, G. Mishne, and D. Scheinost. Nonlinear manifold learning in functional magnetic resonance imaging uncovers a low-dimensional space of brain dynamics. Human brain mapping, 42(14):4510–4524, 2021
2021
-
[20]
K. Han, H. Wen, J. Shi, K.-H. Lu, Y. Zhang, D. Fu, and Z. Liu. Variational autoen- coder: An unsupervised model for encoding and decoding fmri activity in visual cortex. NeuroImage, 198:125–136, 2019
2019
-
[21]
Hanke, F
M. Hanke, F. J. Baumgartner, P. Ibe, F. R. Kaule, S. Pollmann, O. Speck, W. Zinke, and J. Stadler. A high-resolution 7-tesla fmri dataset from complex natural stimulation with an audio movie. Scientific data, 1(1):1–18, 2014
2014
-
[22]
J. V. Haxby, J. S. Guntupalli, S. A. Nastase, and M. Feilong. Hyperalignment: Modeling shared information encoded in idiosyncratic cortical topographies. elife, 9:e56601, 2020
2020
-
[23]
Huang, X
H. Huang, X. Hu, Y. Zhao, M. Makkie, Q. Dong, S. Zhao, L. Guo, and T. Liu. Mod- eling task fmri data via deep convolutional autoencoder. IEEE transactions on medical imaging, 37(7):1551–1561, 2017
2017
-
[24]
Huang, E
J. Huang, E. Busch, T. Wallenstein, M. Gerasimiuk, A. Benz, G. Lajoie, G. Wolf, N. Turk-Browne, and S. Krishnaswamy. Learning shared neural manifolds from multi- subject fmri data. 2022 IEEE 32nd International Workshop on Machine Learning for Signal Processing (MLSP), pages 01...
2022
-
[25]
Hyv¨ arinen and E
A. Hyv¨ arinen and E. Oja. Independent component analysis: algorithms and applications. Neural networks, 13(4-5):411–430, 2000
2000
-
[26]
K. K. Iyer, K. Hwang, L. J. Hearne, E. Muller, M. D’Esposito, J. M. Shine, and L. Coc- chi. Focal neural perturbations reshape low-dimensional trajectories of brain activity supporting cognitive performance. Nature communications, 13(1):4, 2022
2022
-
[27]
D. C. Javitt and R. A. Sweet. Auditory dysfunction in schizophrenia: integrating clinical and basic features. Nature Reviews Neuroscience, 16(9):535–550, 2015
2015
-
[28]
Jeong, C
B. Jeong, C. G. Wible, R.-I. Hashimoto, and M. Kubicki. Functional and anatomical connectivity abnormalities in left inferior frontal gyrus in schizophrenia. Human brain mapping, 30(12):4138–4151, 2009. 16/20
2009
-
[29]
D. B. Keator, T. G. van Erp, J. A. Turner, G. H. Glover, B. A. Mueller, T. T. Liu, J. T. Voyvodic, J. Rasmussen, V. D. Calhoun, H. J. Lee, et al. The function biomedical informatics research network data repository. Neuroimage, 124:1074–1079, 2016
2016
-
[30]
J.-H. Kim, Y. Zhang, K. Han, Z. Wen, M. Choi, and Z. Liu. Representation learning of resting state fmri with variational autoencoder. NeuroImage, 241:118423, 2021
2021
-
[31]
Kubicki, J
M. Kubicki, J. L. Alvarado, C.-F. Westin, D. F. Tate, D. Markant, D. P. Terry, T. J. Whitford, J. De Siebenthal, S. Bouix, R. W. McCarley, et al. Stochastic tractography study of inferior frontal gyrus anatomical connectivity in schizophrenia. Neuroimage, 55(4):1657–1664, 2011
2011
-
[32]
Medalia and J
A. Medalia and J. Brekke. In search of a theoretical structure for understanding moti- vation in schizophrenia. Schizophrenia bulletin, 36(5):912–918, 2010
2010
-
[33]
S. A. Nastase, V. Gazzola, U. Hasson, and C. Keysers. Measuring shared responses across subjects using intersubject correlation, 2019
2019
-
[34]
Niznikiewicz, R
M. Niznikiewicz, R. Donnino, R. W. McCarley, P. G. Nestor, D. V. Iosifescu, B. O’Donnell, J. Levitt, and M. E. Shenton. Abnormal angular gyrus asymmetry in schizophrenia. American Journal of Psychiatry , 157(3):428–437, 2000
2000
-
[35]
Pandarinath, D
C. Pandarinath, D. J. O’Shea, J. Collins, R. Jozefowicz, S. D. Stavisky, J. C. Kao, E. M. Trautmann, M. T. Kaufman, S. I. Ryu, L. R. Hochberg, et al. Inferring single-trial neural population dynamics using sequential auto-encoders. Nature methods, 15(10):805–815, 2018
2018
-
[36]
J. Park, B. Park, C.-B. Bang, J. Choi, H. Chung, B.-H. Kim, and J. Lee. A foundational brain dynamics model via stochastic optimal control. arXiv preprint arXiv:2502.04892 , 2025
2025 arXiv
-
[37]
Pedregosa, G
F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blon- del, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine learning in Python. Journal of Machine Learni...
2011
-
[38]
Richard, L
H. Richard, L. Gresele, A. Hyvarinen, B. Thirion, A. Gramfort, and P. Ablin. Modeling shared responses in neuroimaging studies through multiview ica. Advances in Neural Information Processing Systems, 33:19149–19162, 2020
2020
-
[39]
Richard, L
H. Richard, L. Martin, A. L. Pinho, J. Pillow, and B. Thirion. Fast shared response model for fmri data. arXiv preprint arXiv:1909.12537 , 2019
1909 arXiv
-
[40]
Schoretsanitis, K
G. Schoretsanitis, K. Stegmayer, N. Razavi, A. Federspiel, T. J. M¨ uller, H. Horn, R. Wiest, W. Strik, and S. Walther. Inferior frontal gyrus gray matter volume is associ- ated with aggressive behavior in schizophrenia spectrum disorders. Psychiatry Research: Neuroimaging, 29...
2019
-
[41]
P. S. Scotti, M. Tripathy, C. K. T. Villanueva, R. Kneeland, T. Chen, A. Narang, C. San- thirasegaran, J. Xu, T. Naselaris, K. A. Norman, et al. Mindeye2: Shared-subject models enable fmri-to-image with 1 hour of data. arXiv preprint arXiv:2403.11207 , 2024
2024 arXiv
-
[42]
H. Song, W. M. Shim, and M. D. Rosenberg. Large-scale neural dynamics in a shared low-dimensional state space reflect cognitive and attentional dynamics. Elife, 12:e85487, 2023. 17/20
2023
-
[43]
A. A. Stevens, P. S. Goldman-Rakic, J. C. Gore, R. K. Fulbright, and B. E. Wexler. Cortical dysfunction in schizophrenia during auditory word and tone working memory demonstrated by functional magnetic resonance imaging. Archives of general psychiatry, 55(12):1097–1103, 1998
1998
-
[44]
Walther and W
S. Walther and W. Strik. Motor symptoms and schizophrenia. Neuropsychobiology, 66(2):77–92, 2012
2012
-
[45]
K. P. Wylie and J. R. Tregellas. The role of the insula in schizophrenia. Schizophrenia research, 123(2-3):93–104, 2010. 18/20 Appendix A Parameter scaling Neural networks with subject-specific spatial maps generally learn better non-linear manifolds as shown in Section 2.2. H...
2010
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.