REVIEW 5 major objections 4 minor 23 references
Enhancing Brain Age Estimation with a Multimodal 3D CNN Approach Combining Structural MRI and AI-Synthesized Cerebral Blood Volume Measures
T0 review · 5 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Adding AI-synthesized blood-volume maps to structural MRI cuts brain-age error to 3.96 years.
desk verdict The empirical gain is small and real, but the paper overclaims clinical results missing from the body, and the 'functional' addition may be just ensembling. 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 carrying mechanism is a two-stream late-fusion pipeline. A 3D patch-based CNN-Mamba generator, the AICBV model from reference [12], synthesizes a cerebral blood volume map from each non-contrast T1w scan; two separate 3D VGG8 networks then predict age, one from T1w and one from AICBV; and a linear regression combines the two predicted ages, optionally with sex, into the final brain age estimate. The load-bearing element is the AICBV map itself, since the claimed improvement depends on it carrying functional blood-volume information that is not already visible in the T1w input. Grad-CAM heatmaps from the final convolutional layer of each encoder show which regions drive each modality's prediction.
What would settle it
On held-out subjects with both T1w MRI and true contrast-enhanced steady-state CBV maps (gadolinium or ferumoxytol), compute voxel-wise correlation between AICBV and true CBV in periventricular and dentate-gyrus regions; if that correlation is no higher than the correlation between true CBV and a nonlinear intensity transform of T1w, the AICBV maps carry no independent vascular signal and the multimodal interpretation fails.
Extended reading notes
Core claim
The authors' central discovery claim is that a multimodal BrainAGE model formed by linearly regressing the age predictions of a T1w-trained 3D VGG8 network and an AICBV-trained 3D VGG8 network outperforms either modality alone: MAE 3.96 years and $R^2$ = 0.943 on the 288-subject test set, versus MAE 4.10 for T1w-only and 4.49 for AICBV-only, with sex as a covariate yielding 3.95 years. They interpret the gain as evidence that AICBV supplies independent functional vascular information absent from T1w, supporting this with Grad-CAM saliency maps that show the T1w encoder emphasizing white-matter and cortical atrophy while the AICBV encoder emphasizes central vascular-rich and periventricular regions, shifting from medial prefrontal cortex in younger adults to the dentate gyrus in older adults. The abstract further claims that BrainAGE values increase across cognitively normal, MCI, and Alzheimer's strata and that AICBV-based BrainAGE separates stable from progressive MCI at $p = 1.47 \times 10^{-8}$.
Load-bearing premise
The load-bearing premise is that AICBV maps synthesized from T1w MRI carry functional vascular information that is not already contained in the T1w structural scan; if AICBV is only a learned nonlinear re-expression of T1w tissue contrast, the multimodal gain is an ensemble effect of two views of the same structural image, not structural-plus-functional fusion.
Editorial extensions
If this is right
- Brain-age estimation can extract functional-vascular information from existing non-contrast MRI scans, eliminating the need for contrast agents or additional perfusion scans.
- The reported MCI-separation result implies that AICBV-based BrainAGE could serve as an early, non-invasive marker of prodromal cognitive decline, complementing atrophy-based biomarkers.
- The age-stratified results imply that structural and vascular modalities contribute differently across the lifespan, with AICBV carrying more weight in older age groups and T1w in younger groups.
- The small but significant sex coefficient (MAE 3.95, $p$ = 0.02) is consistent with the model encoding known sex differences in brain aging.
- Grad-CAM's focus on periventricular regions and the dentate gyrus suggests the model tracks known aging-vulnerable vascular territories, which could make predictions easier for clinicians to interpret.
Reading between the lines
- A natural null control would feed the same late-fusion design with two views of the T1w scan, e.g., an autoencoder's reconstruction as the 'second modality'; if accuracy matches the TA-model, the AICBV branch may be capturing structure rather than independent function.
- If AICBV carries true vascular signal, the method should transfer to other structural contrasts or external cohorts not among the 13 training sets, with a gain proportional to how much functional information the structural input lacks.
- The abstract's stable-vs-progressive MCI result is stated without a corresponding detailed analysis in the supplied body; reproducing that analysis on ADNI would be the natural check before relying on it.
- Because AICBV is generated deterministically from T1w, the two branches are not independent measurements; comparing AICBV against true contrast-enhanced CBV would settle how much functional signal this approach actually adds.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a brain-age estimation pipeline in which two separate 3D VGG-based regressors are trained, one on T1-weighted MRI and one on AICBV maps synthesized from those same T1w scans by a CNN-Mamba generator, and the predicted ages are then combined by linear regression, optionally with sex as an additional covariate. On a single split of 2,851 scans from 13 public datasets, the combined model achieves MAE 3.96 and R² 0.943, compared with MAE 4.10 for the T1w-only model. The abstract additionally reports clinical concordance results (stable vs. progressive MCI separation, correlations with CDRSB and MMSE) that do not appear in the body of the manuscript.
Significance. If the reported improvement is robust and the AICBV maps truly carried independent vascular information, the approach would be a clinically attractive, contrast-free way to augment brain-age biomarkers with functional information. The paper has concrete strengths: it uses a large multi-site sample of 13 public datasets, a full 3D architecture, an interpretability analysis with Grad-CAM, and it directly compares with a prior T1w-only model. However, the central premise is not established: AICBV is a deterministic function of the same T1w input, so the observed gain may reflect ensembling of two views of one structural scan rather than structural-plus-functional fusion. The abstract also makes clinical claims that cannot be verified from the body. The significance of the work therefore depends on additional validation and a major reframing of the claims.
major comments (5)
- [§2.2, §4.1] The core claim that AICBV provides an 'additional independent covariate' is not supported. As stated in §2.2, AICBV is generated from each T1w MRI scan by a 3D patch-based CNN-Mamba model, so at inference AICBV = g(T1w) is a deterministic function of the same structural input. Any information in AICBV is therefore a transformation of the T1w scan, not an independently measured vascular modality. The improvement of the TA-model over the T-model (MAE 3.96 vs. 4.10) could be a variance-reduction/ensembling effect from combining two networks trained on different transforms of the same image. To support the multimodal claim, the authors should provide a control experiment using a synthetic non-vascular modality derived from T1w (e.g., a smoothed or noise-transformed T1w) and test whether the TA gain is specific to AICBV; they should also report residual correlations and prediction-error correlations between the T-model and A-model, and, if possible, validate AICBV against actual contrast-enhanced CBV on at least a subset of the 13 datasets. The AICBV generator from reference [12] is not released, which further prevents readers from assessing what the AICBV maps contain.
- [Abstract vs. Body] The abstract reports clinical concordance results that are absent from the Methods, Results, and Discussion sections: the separation between stable and progressive MCI with p = 1.47×10⁻⁸, the CDRSB correlation r = 0.403, and the MMSE correlation r = -0.310. None of these analyses appears in the body of the manuscript, and no table or figure reports them. This is a load-bearing omission because these results are used to argue clinical utility. The authors must either add the full analysis (including subject selection, statistical procedure, and appropriate multiple-comparison handling) or remove these claims from the abstract.
- [§3.1, Table 1] The ANOVA procedure is not described, and the reported p-values are not interpretable without details. The text says 'we performed ANOVA statistical tests' but does not state what the response variable was, how the model comparison was structured, whether the test was on per-subject absolute errors, whether it was repeated over multiple data splits, or how the p-values were adjusted. In addition, all results are based on a single 8:1:1 split with no confidence intervals for MAE, MSE, or R², and no measurement of split-to-split variability. Given that the absolute improvement of the TA-model over the T-model is only 0.14 years, the authors should demonstrate that this difference is stable across repeated splits and report effect sizes and confidence intervals.
- [§3.4] The Grad-CAM analysis does not establish that AICBV contributes independent functional information. The observation that the T1w and AICBV encoders focus on different regions is expected when the two encoders are trained on different transformations of the same underlying scan; different learned features of the same input do not demonstrate that AICBV captures variance in brain age beyond T1w. The authors should either connect the saliency maps to an external validation of AICBV, or temper the interpretation that the maps reveal 'functional features that purely anatomical information from T1w MRI cannot provide.'
- [§4.2] The interpretation of the sex coefficient appears inconsistent with the coding described. The text states that sex was coded as 0 for female and 1 for male and that the coefficient was -0.168. The authors then write that this 'suggests that the model adjusts male age predictions downward, indicating that male brains are perceived as appearing older than female brains.' A negative coefficient for male would lower predicted age for males, implying that male brains are predicted as younger, not older. This should be corrected or clarified, because the directional claim is part of the validation narrative.
minor comments (4)
- [§3.3, Tables 2 and 3] Table 3 uses 'DLBS' while the text uses 'dlbs'; Tables 2 and 3 label the combined model with sex as 'TAG-model' whereas the text and Table 1 use 'TAS-model.' Please unify all abbreviations.
- [§4.1] The text refers to the AICBV generation method as 'the DeepC algorithm,' but §2.2 and reference [12] describe a 3D patch-based CNN-Mamba model. The name 'DeepC' is not introduced or defined, which is confusing.
- [§5, Future Work] The future-work paragraph promises 'unsupervised learning' and 'large language models' without explaining how these would integrate with the current regression framework; consider either trimming or making these directions concrete.
- [General] There are minor typographical errors (e.g., 'occuring' in the Introduction, 'andR2' in §3.1) and a few sentences with missing spaces. A careful proofreading pass is recommended.
Circularity Check
The central 'functional information' claim is circular: AICBV maps are generated from the same T1w scans and then called an 'additional independent covariate,' so the multimodal gain is an ensemble of two views of one structural input, with vascular validity resting on a self-cited, unreleased prior model.
-
self definitional
[Section 2.2 (AICBV Model) and Section 4.1 (Performance Improvement with AICBV)]
"we utilized a 3D patch-based hybrid CNN-Mamba model to generate the AICBV from each MRI scan... AICBV provides an additional independent covariate that a T1w-trained model alone could not replicate due to a lack of prior knowledge of the importance of functional information."
By the paper's own construction, AICBV = g(T1w): Section 2.2 states the CNN-Mamba model generates AICBV from each MRI scan. The TA model is then a linear regression of yhat_T1w and yhat_AICBV = h(g(T1w)), so no independent functional measurement enters the fusion. Calling AICBV an 'additional independent covariate' is therefore false by definition. The observed MAE improvement can be explained by ensembling two regressors trained on the same underlying scan, not by adding vascular information. The Grad-CAM differences show different learned features of one input, not independent modalities.
-
self citation load bearing
[Section 1 and Section 4.1; Reference [12]]
"Originally generated by our group, AICBV builds upon the idea that non-contrast MRI scans inherently contain subtle blood-tissue contrasts that, while challenging to detect with traditional methods, can be revealed using deep learning techniques [12]... By leveraging the DeepC algorithm to generate functional information without requiring additional data collection..."
The paper's premise that AICBV maps carry true cerebral blood volume / functional information is imported from [12], a same-group paper, and is not revalidated on the 13 datasets used here; the AICBV generator is not released. This self-citation is load-bearing because the entire 'structural + functional' multimodal claim collapses if AICBV is merely a nonlinear re-expression of T1w tissue contrast. The prior work is invoked as established fact, but the present study does not independently verify that AICBV adds information beyond a learned transformation of T1w.
full rationale
The empirical MAE comparisons are not themselves circular: the T-model, A-model, and TA-model are trained and evaluated on held-out test data, and the linear-regression fusion is a standard stacking procedure. The circularity lies in the interpretation. The paper defines AICBV as the output of a model that takes the T1w MRI scan as input, then claims that combining it with T1w introduces 'functional information' and an 'additional independent covariate.' Since AICBV is a deterministic function of the same structural scan, the multimodal claim reduces by construction to ensembling two networks on one input; any improvement can be attributed to variance reduction or feature re-representation rather than to an independent vascular measurement. Additionally, the validity of AICBV as a CBV proxy is inherited from a self-cited prior paper ([12]) that shares authors and is not reproduced or released here. This is partial circularity, not a complete one: the reported MAE values are genuine experimental results, but the central scientific claim that the gain reflects structural-plus-functional fusion is forced by the paper's own definitions and self-citation chain.
Assumptions & free parameters
free parameters (3)
- VGG8 network weights (T1w and AICBV models) =
not disclosed
- Linear regression fusion coefficients (intercept, T1w-age, AICBV-age, sex) =
not reported except sex coefficient -0.168
- AICBV synthesis model weights (CNN-Mamba from [12]) =
pre-trained, not disclosed
assumptions (3)
- domain assumption AICBV maps contain functional/vascular information not present in T1w MRI.
- domain assumption The pre-trained AICBV model generalizes from its training distribution to all 13 datasets and to ADNI test subjects.
- domain assumption The age-stratified 8:1:1 split with KL-divergence selection produces a leakage-free, representative test set.
invented entities (1)
-
AICBV (AI-generated cerebral blood volume maps)
independent evidence
Cite this review
Pith. "Pith review of Enhancing Brain Age Estimation with a Multimodal 3D CNN Approach Combining Structural MRI and AI-Synthesized Cerebral Blood Volume Measures." pith.science (2026). https://pith.science/paper/OAZ6ZIQE
@misc{pith2026241201865,
author = {Pith},
title = {Pith review of: Enhancing Brain Age Estimation with a Multimodal 3D CNN Approach Combining Structural MRI and AI-Synthesized Cerebral Blood Volume Measures},
year = {2026},
howpublished = {\url{https://pith.science/paper/OAZ6ZIQE}},
note = {Machine review of arXiv:2412.01865}
}
abstract
Brain age gap estimation (BrainAGE) is a promising imaging-derived biomarker of neurobiological aging and disease risk, yet current approaches rely predominantly on T1-weighted structural MRI (T1w), overlooking functional vascular changes that may precede tissue damage and cognitive decline. Artificial intelligence-generated cerebral blood volume (AICBV) maps, synthesized from non-contrast MRI, offer an alternative to contrast-enhanced perfusion imaging by capturing vascular information relevant to early neurodegeneration. We developed a multimodal BrainAGE framework that integrates brain age predictions using linear regression from two separate 3D VGG-based networks, one model trained on only structural T1w scans and one trained on only AICBV maps generated from a pre-trained 3D patch-based deep learning model. Each model was trained and validated on 2,851 scans from 13 open-source datasets and was evaluated for concordance with mild cognitive impairment (MCI) and Alzheimer's disease (AD) using ADNI subjects (n=1,233). The combined model achieved the most accurate brain age gap for cognitively normal (CN) controls, with a mean absolute error (MAE) of 3.95 years ($R^2$=0.943), outperforming models trained on T1w (MAE=4.10) or AICBV alone (MAE=4.49). Saliency maps revealed complementary modality contributions: T1w emphasized white matter and cortical atrophy, while AICBV highlighted vascular-rich and periventricular regions implicated in hypoperfusion and early cerebrovascular dysfunction, consistent with normal aging. Next, we observed that BrainAGE increased stepwise across diagnostic strata (CN < MCI < AD) and correlated with cognitive impairment (CDRSB r=0.403; MMSE r=-0.310). AICBV-based BrainAGE showed particularly strong separation between stable vs. progressive MCI (p=$1.47 \times 10^{-8}$), suggesting sensitivity to prodromal vascular changes that precede overt atrophy.
Figures
Reference graph
Works this paper leans on
-
[12]
Liu, C., Zhu, N., Sun, H., Zhang, J., Feng, X., Gjerswold-Selleck, S., Sikka, D., Zhu, X., Liu, X., Nuriel, T., Wei, H.J., Wu, C.C., Vaughan, J.T., Laine, A.F., Provenzano, F.A., 14 J. Jomsky et al. Small, S.A., Guo, J.: Deep learning of MRI contrast enhancement for mapping cerebral blood volume from single-modal non-contrast scans of aging and Alzheimer’...
-
[1]
Neurobiology of Aging 81, 146–156 (Sep 2019)
Armstrong, N.M., An, Y., Beason-Held, L., Doshi, J., Erus, G., Ferrucci, L., Davatzikos, C., Resnick, S.M.: Sex differences in brain aging and predictors of neurodegeneration in cognitively healthy older adults. Neurobiology of Aging 81, 146–156 (Sep 2019). https://doi.org/10.1016/j.neurobiolaging.2019.05.020, https://www.sciencedirect.com/ science/articl...
-
[2]
Journal of Magnetic Resonance Imaging13(4), 496–520 (2001)
Barbier, E.L., Lamalle, L., Décorps, M.: Methodology of brain perfusion imaging. Journal of Magnetic Resonance Imaging13(4), 496–520 (2001). https://doi.org/10.1002/jmri.1073, https://onlinelibrary.wiley.com/doi/abs/10.1002/jmri.1073, _eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1002/jmri.1073
-
[3]
Archives of Neurology 55(2), 169–179 (Feb 1998)
Coffey, C.E., Lucke, J.F., Saxton, J.A., Ratcliff, G., Unitas, L.J., Billig, B., Bryan, R.N.: Sex Differences in Brain Aging: A Quantitative Magnetic Resonance Imaging Study. Archives of Neurology 55(2), 169–179 (Feb 1998). https://doi.org/10.1001/archneur.55.2.169,https: //doi.org/10.1001/archneur.55.2.169
-
[4]
Cumplido-Mayoral, I., García-Prat, M., Operto, G., Falcon, C., Shekari, M., Cacciaglia, R., Milà-Alomà, M., Lorenzini, L., Ingala, S., Meije Wink, A., Mutsaerts, H.J., Minguillón, C., Fauria, K., Molinuevo, J.L., Haller, S., Chetelat, G., Waldman, A., Schwarz, A.J., Barkhof, F., Suridjan, I., Kollmorgen, G., Bayfield, A., Zetterberg, H., Blennow, K., Suár...
work page 2023
-
[5]
PLoS One 15(7), e0234255 (Jul 2020)
Feng, X., Guo, J., Sigmon, H.C., Sloan, R.P., Brickman, A.M., Provenzano, F.A., Small, S.A., Initiative, f.t.A.D.N.: Brain regions vulnerable and resistant to aging without Alzheimer’s disease. PLoS One 15(7), e0234255 (Jul 2020). https://doi.org/10.1371/journal.pone.0234255, https://www.proquest.com/docview/ 2428410132/abstract/C5C6A2F3AB5547BEPQ/1, num ...
-
[6]
Neurobiology of Aging 91, 15–25 (Jul 2020)
Feng, X., Lipton, Z.C., Yang, J., Small, S.A., Provenzano, F.A.: Estimating brain age based on a uniform healthy population with deep learning and struc- tural magnetic resonance imaging. Neurobiology of Aging 91, 15–25 (Jul 2020). https://doi.org/10.1016/j.neurobiolaging.2020.02.009, https://www.sciencedirect.com/ science/article/pii/S0197458020300361
-
[7]
Franke, K., Gaser, C.: Ten Years of BrainAGE as a Neuroimaging Biomarker of Brain Aging: What Insights Have We Gained? Front. Neurol. 10 (Aug 2019). https://doi.org/10.3389/fneur.2019.00789, https://www.frontiersin.org/journals/ neurology/articles/10.3389/fneur.2019.00789/full, publisher: Frontiers
arXiv 2019
Show all 23 references
-
[8]
Med Sci Monit 26, 0–0 (Aug 2020)
Gallach, M., Lette, M.M., Abdel-Wahab, M., Giammarile, F., Pellet, O., Paez, D.: Address- ing Global Inequities in Positron Emission Tomography-Computed Tomography (PET-CT) for Cancer Management: A Statistical Model to Guide Strategic Planning. Med Sci Monit 26, 0–0 (Aug 2020)...
2020 doi
-
[9]
Neurosurg Clin N Am 22(2), 133–139 (Apr 2011)
Glover, G.H.: Overview of Functional Magnetic Resonance Imaging. Neurosurg Clin N Am 22(2), 133–139 (Apr 2011). https://doi.org/10.1016/j.nec.2010.11.001,https://www.ncbi. nlm.nih.gov/pmc/articles/PMC3073717/
2011 doi
-
[10]
In: StatPearls
Ibrahim, M.A., Hazhirkarzar, B., Dublin, A.B.: Gadolinium Magnetic Resonance Imaging. In: StatPearls. StatPearls Publishing, Treasure Island (FL) (2024),http://www.ncbi.nlm. nih.gov/books/NBK482487/
2024
-
[11]
Lee, J., Kim, H.J.: Normal Aging Induces Changes in the Brain and Neurodegenera- tion Progress: Review of the Structural, Biochemical, Metabolic, Cellular, and Molecular Changes. Front. Aging Neurosci.14 (Jun 2022). https://doi.org/10.3389/fnagi.2022.931536, https://www.fronti...
2022
-
[13]
Brain Topogr 24(3), 279– 291 (Oct 2011)
McGinnis, S.M., Brickhouse, M., Pascual, B., Dickerson, B.C.: Age-Related Changes in the Thickness of Cortical Zones in Humans. Brain Topogr 24(3), 279– 291 (Oct 2011). https://doi.org/10.1007/s10548-011-0198-6, https://doi.org/10.1007/ s10548-011-0198-6
2011 doi
-
[14]
Hum Brain Mapp 45(1), e26558 (Jan 2024)
Nguyen, H., Clément, M., Mansencal, B., Coupé, P.: Brain structure ages—A new biomarker for multi-disease classification. Hum Brain Mapp 45(1), e26558 (Jan 2024). https://doi.org/10.1002/hbm.26558, https://www.ncbi.nlm.nih.gov/pmc/ articles/PMC10785199/
2024 doi
-
[15]
Brain & Neurorehabil- itation 11(2) (Jul 2018)
Ohn, S.H.: Cerebral Blood Volume Magnetic Resonance Imaging. Brain & Neurorehabil- itation 11(2) (Jul 2018). https://doi.org/10.12786/bn.2018.11.e18,https://doi.org/10. 12786/bn.2018.11.e18
2018 doi
-
[16]
Proc Natl Acad Sci U S A104(13), 5638–5643 (Mar 2007)
Pereira, A.C., Huddleston, D.E., Brickman, A.M., Sosunov, A.A., Hen, R., McKhann, G.M., Sloan, R., Gage, F.H., Brown, T.R., Small, S.A.: An in vivo correlate of exercise-induced neurogenesis in the adult dentate gyrus. Proc Natl Acad Sci U S A104(13), 5638–5643 (Mar 2007). htt...
2007 doi
-
[17]
Schulz, M., Mayer, C., Schlemm, E., Frey, B.M., Malherbe, C., Petersen, M., Gallinat, J., Kühn, S., Fiehler, J., Hanning, U., Twerenbold, R., Gerloff, C., Cheng, B., Thomalla, G.: Association of Age and Structural Brain Changes With Functional Connectivity and Exec- utive Func...
2022
-
[18]
Nat Rev Neurosci 12(10), 585–601 (Oct 2011)
Small, S.A., Schobel, S.A., Buxton, R.B., Witter, M.P., Barnes, C.A.: A pathophysio- logical framework of hippocampal dysfunction in ageing and disease. Nat Rev Neurosci 12(10), 585–601 (Oct 2011). https://doi.org/10.1038/nrn3085,https://www.nature.com/ articles/nrn3085, publi...
2011 doi
-
[19]
Journal of Personalized Medicine12(11), 1850 (Nov 2022)
Sone, D., Beheshti, I.: Neuroimaging-Based Brain Age Estimation: A Promising Personal- ized Biomarker in Neuropsychiatry. Journal of Personalized Medicine12(11), 1850 (Nov 2022). https://doi.org/10.3390/jpm12111850, https://www.mdpi.com/2075-4426/12/11/ 1850, number: 11 Publis...
2022 doi
-
[20]
J Cereb Blood Flow Metab33(5), 780–786 (May 2013)
Varallyay, C.G., Nesbit, E., Fu, R., Gahramanov, S., Moloney, B., Earl, E., Muldoon, L.L., Li, X., Rooney, W.D., Neuwelt, E.A.: High-resolution steady-state cerebral blood volume maps in patients with central nervous system neoplasms using ferumoxytol, a superpara- magnetic ir...
2013 doi
-
[21]
Alz Res Therapy16(1), 128 (Jun 2024)
Wittens, M.M., Denissen, S., Sima, D.M., Fransen, E., Niemantsverdriet, E., Bastin, C., Benoit, F., Bergmans, B., Bier, J.C., de Deyn, P.P., Deryck, O., Hanseeuw, B., Ivanoiu, A., Picard, G., Ribbens, A., Salmon, E., Segers, K., Sieben, A., Struyfs, H., Thiery, E., Tournoy, J....
2024
-
[22]
Transl Psychia- try 13, 82 (Mar 2023)
Zhu, J.D., Wu, Y.F., Tsai, S.J., Lin, C.P., Yang, A.C.: Investigating brain aging trajectory deviations in different brain regions of individuals with schizophrenia using multimodal magnetic resonance imaging and brain-age prediction: a multicenter study. Transl Psychia- try 1...
2023 doi
-
[23]
In: 2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI)
Zhu, N., Liu, C., Feng, X., Sikka, D., Gjerswold-Selleck, S., Small, S.A., Guo, J.: Deep Learn- ing Identifies Neuroimaging Signatures of Alzheimer’s Disease Using Structural and Synthe- sized Functional MRI Data. In: 2021 IEEE 18th International Symposium on Biomedical Imagin...
2021
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.