REVIEW 4 major objections 6 minor 151 references
Hyperbolic geometry maps brain hierarchy, boosting disorder diagnosis
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-09 20:29 UTC pith:6B45P47G
load-bearing objection GaMamba is the real contribution; the hyperbolic module doesn't clearly earn its keep the 4 major comments →
Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that explicitly imposing ROI-to-community-to-whole-brain hierarchical containment constraints in Lorentzian hyperbolic space produces more discriminative brain-network representations than flat-space methods, because the negative-curvature geometry naturally mirrors the nested, tree-like organization of functional brain architecture. The entailment-cone loss is the load-bearing mechanism: it penalizes region representations that fall outside their community's cone and community representations that fall outside the whole-brain cone, thereby enforcing a geometric hierarchy that Euclidean aggregation cannot express.
What carries the argument
The two entailment losses are the novel geometric machinery. Each parent node (community or whole-brain) defines an entailment cone in hyperbolic space—a region of the manifold whose aperture depends on the parent's distance from the origin. The loss function penalizes any child whose angular position relative to the parent exceeds the cone's half-aperture angle. This converts the abstract notion of hierarchy into a concrete geometric constraint: children must lie within their parent's cone, which in hyperbolic space is exponentially cheaper to satisfy at deeper tree levels than in Euclidean space. The second mechanism is GaMamba, which modifies Mamba's output readout matrix by adding a GAT-
Load-bearing premise
The entailment-cone constraint assumes that the functional brain hierarchy is strict enough that each region belongs unambiguously within a single community's cone and each community within the whole-brain cone. In reality, many brain regions—hub regions like the precuneus—participate in multiple overlapping functional networks simultaneously, so the true structure may be a graph with cross-links rather than a clean tree.
What would settle it
If one were to take brain regions known to participate in multiple communities (e.g., the precuneus or medial prefrontal cortex) and measure their angular distance to each candidate parent community in the learned hyperbolic embedding, a strict entailment model would predict that they fall within exactly one cone. If instead these regions are systematically pushed to the boundaries or outside of all community cones, or if the model's classification accuracy degrades specifically for subjects whose functional architecture is most non-tree-like, that would indicate the strict hierarchy is distal
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes HLBG, a framework for brain disorder diagnosis from fMRI functional connectivity graphs. The method has two main contributions: (1) a Graph-aware Mamba (GaMamba) module that injects GAT-derived structural prompts into the selective state-space model's readout matrix, and (2) a Hierarchical Brain Representation Learning (HBRL) module that projects ROI-, community-, and whole-brain-level embeddings into Lorentzian hyperbolic space and enforces ROI→community→whole-brain entailment via two geometric cone losses. Experiments on ABIDE-I (ASD) and REST-MDD (MDD) show improvements over GNN, Graph Transformer, and Mamba baselines. The mathematical formulations follow standard hyperbolic geometry and SSM definitions. The core concern is that the central contribution—hyperbolic hierarchical modeling—is not clearly supported by the ablation evidence, and headline gains lack statistical testing.
Significance. The paper addresses a genuine gap: most brain-graph methods model either flat node-level or community-level structure without an explicit geometric hierarchy. The idea of using Lorentzian entailment cones to enforce ROI⊂community⊂brain relationships is novel for this application. The GaMamba design—injecting topology into the SSM readout rather than relying solely on node ordering—is a reasonable architectural choice. However, the significance is tempered by the fact that the hyperbolic component shows inconsistent ablation benefits, and the empirical gains over the strongest baseline fall within the reported standard-deviation envelope without statistical testing.
major comments (4)
- Table 3 (ablation): The HBRL module—the paper's central contribution—shows inconsistent or marginal ablation effects. On REST-MDD, adding HBRL to GaMamba alone *decreases* ACC from 69.24% to 68.66% and AUC from 73.35% to 72.60%. On ABIDE-I, HBRL adds only 0.49% ACC over GaMamba alone (73.91→74.40). The full model's gains over the second-best baseline (CAGT) are 1.44% ACC on ABIDE-I and 1.90% on REST-MDD, but the reported standard deviations are ±3.32 and ±2.27 respectively. No paired statistical test (paired t-test, Wilcoxon signed-rank, etc.) is reported across the 10 folds. The authors should either (a) provide paired statistical tests across folds to demonstrate that the improvements are significant, or (b) acknowledge that the hyperbolic component's contribution is marginal and reframe the central claim accordingly. As it stands, the empirical evidence does not clearly establish that
- Table 2 (comparison with SOTA): The headline improvements over the second-best method (CAGT) are 1.44% ACC on ABIDE-I and 1.90% on REST-MDD. Given the standard deviations (±3.32 and ±2.27), these differences are within the noise envelope of 10-fold cross-validation. Without a paired statistical test comparing HLBG against CAGT fold-by-fold, it is not possible to determine whether the reported gains are real or artifacts of variance. The authors should report per-fold results for at least the top two methods and apply an appropriate paired test.
- §3.3, Eqs. (9)–(11): The entailment-cone loss enforces a strict tree-like hierarchy where each ROI falls within the entailment cone of exactly one community, and each community within the whole-brain cone. However, brain regions such as the precuneus participate in multiple functional networks simultaneously. The manuscript does not discuss how this strict tree assumption interacts with the overlapping, non-hierarchical structure of functional brain organization. The authors should either (a) discuss this limitation explicitly and justify why the tree approximation is reasonable, or (b) consider a softer entailment that allows partial membership. The concern is not that the tree assumption is wrong by definition, but that without any discussion or sensitivity analysis, it is unclear whether the constraint could distort representations for hub regions.
- §3.3, Eq. (5)–(6): The aggregation function φ(·) that produces community-level (Z_c) and whole-brain (Z_b) representations from ROI features is an attention-based weighted summation. This aggregation is performed in Euclidean space *before* the exponential map into hyperbolic space. The entailment losses then operate on the hyperbolic projections of these pre-aggregated vectors. The authors should clarify whether Euclidean aggregation followed by hyperbolic projection is geometrically consistent—i.e., whether the resulting hyperbolic points meaningfully represent the 'parent' of their children in the Lorentz model, or whether the aggregation should be performed using Fréchet means or other hyperbolic-native operations to ensure that the entailment losses.
minor comments (6)
- Figure 3 contains garbled characters (e.g., '/uni00000024/uni00000026...') instead of readable axis labels. This should be replaced with legible labels.
- §3.1: The top-k parameter for adjacency construction is mentioned (k=30 in §4.2) but the sensitivity to this choice is not analyzed. A brief note on robustness would improve readability.
- §4.2: The curvature parameter κ is set to 1.3 for ABIDE-I and 0.39 for REST-MDD, but no justification is given for these different values or how they were selected. A brief explanation would help readers understand whether this is dataset-specific tuning or principled selection.
- Several references have future dates (e.g., Wang et al. 2026, Jia et al. 2026). If these are accepted/in-press works, this should be noted; if they are arXiv preprints, the citation format should reflect this.
- §3.4: The OCRead module is referenced as following prior work (Kan et al. 2022; Pei et al. 2025) but its role in the overall pipeline is described only briefly. A one-sentence explanation of why structured graph-level readout is preferred over simple pooling would help readers.
- Table 2: The 'vanillaTF' baseline (Vaswani et al. 2017) is a generic Transformer applied to brain graphs. It would be useful to clarify how it is adapted for graph input (e.g., using node sequences).
Circularity Check
No significant circularity; the hierarchy is predefined but the entailment constraints add genuine geometric structure not implied by the aggregation alone.
full rationale
The paper's derivation chain is self-contained. The hierarchical brain graph (Section 3.1) is constructed using the external Yeo atlas (Yeo et al., 2011) to assign ROIs to communities — this is a modeling assumption, not a circular definition. The HBRL module (Section 3.3) computes community-level features Z_c as attention-based aggregations of constituent ROI features (Eq. 5-6), then projects all levels into Lorentzian hyperbolic space (Eq. 7) and imposes entailment cone constraints (Eq. 9-11). The entailment losses enforce a geometric property (child node lies within parent's entailment cone) that is NOT automatically satisfied by the Euclidean aggregation operation — the aggregation defines WHAT the community representation is, while the entailment loss constrains WHERE it lands in hyperbolic space. These are distinct operations. The exponential map and Lorentzian inner product (Eq. 7-8) follow standard external references (Cannon et al., 1997; Desai et al., 2023; Ganea et al., 2018; Pal et al., 2025), none of which are self-citations by the current authors. The classification pipeline (Section 3.4) uses standard supervised cross-entropy loss plus the entailment regularizers, with no fitted-parameter-renamed-as-prediction pattern. The biomarker analysis (Section 4.6) is post-hoc attention visualization, not a prediction that reduces to inputs. The reader's concern that the hierarchy is 'imposed a priori' rather than 'discovered' is a valid modeling critique but does not constitute circularity: the entailment constraints add information (geometric structure in hyperbolic space) beyond what the aggregation alone provides. Score 1 reflects the mild observation that community representations are defined as aggregations of their constituent ROIs and then constrained to 'entail' those same ROIs, but this is not true circularity since the geometric constraint is not trivially satisfied by the aggregation.
Axiom & Free-Parameter Ledger
free parameters (7)
- kappa (curvature) =
1.3 (ABIDE-I), 0.39 (REST-MDD)
- lambda_1 =
0.4 (ABIDE-I), 0.3 (REST-MDD)
- lambda_2 =
0.1 (ABIDE-I), 0.3 (REST-MDD)
- w =
0.3 (ABIDE-I), 0.1 (REST-MDD)
- N_b (prompt token size) =
10 (ABIDE-I), 8 (REST-MDD)
- K (boundary constant) =
0.1
- k (top-k connections) =
30
axioms (4)
- domain assumption Functional brain networks exhibit strict hierarchical organization (ROI -> community -> whole-brain) amenable to tree-like entailment constraints.
- domain assumption The Yeo 7-network parcellation provides a valid community structure for all subjects.
- domain assumption Lorentzian hyperbolic space with constant negative curvature is an appropriate geometry for brain-network hierarchy.
- standard math The selective state-space model (Mamba) can be extended to graph-structured data via node ordering and structural prompt injection.
invented entities (2)
-
GaMamba module
no independent evidence
-
Hierarchical Brain Representation Learning (HBRL) module
no independent evidence
read the original abstract
Functional brain networks exhibit a hierarchical organization across ROI, community, and whole-brain levels, supporting local processing, inter-community coordination, and global integration. Recent studies have demonstrated that brain community-aware modeling is beneficial for both diagnosis and biomarker identification of brain networks. However, existing brain graph modeling methods often struggle to model ROI-community interactions, thereby failing to fully exploit the hierarchy across ROI, community, and whole-brain network levels. To address this issue, inspired by deep hyperbolic learning in modeling hierarchical structures, we propose a novel framework, termed Hyperbolic Learning on Brain Graphs (HLBG), for brain network analysis. The core idea of HLBG is to exploit the inherent hierarchical geometry of hyperbolic space to model the hierarchical relationships among ROIs, functional communities, and the whole-brain network, thereby learning hierarchy-aware and highly discriminative representations for brain network data. Specifically, HLBG first projects representations from ROIs, communities, and the whole-brain network into Lorentzian hyperbolic space. Then, the multi-level hierarchy is imposed via two geometric entailment constraints. In addition, we introduce a new Graph-aware Mamba (GaMamba) model, which incorporates topology-derived structural prompts into Mamba to capture long-range dependencies while preserving graph topological information. Experiments on ABIDE-I and REST-MDD demonstrate that HLBG outperforms state-of-the-art methods and identifies disorder-relevant functional biomarkers.
Figures
Reference graph
Works this paper leans on
-
[1]
International Conference on Learning Representations , year=
Strategies for Pre-training Graph Neural Networks , author=. International Conference on Learning Representations , year=
-
[2]
Medical Image Analysis , volume=
Braingnn: Interpretable brain graph neural network for fmri analysis , author=. Medical Image Analysis , volume=. 2021 , publisher=
work page 2021
-
[3]
International conference on medical image computing and computer-assisted intervention , pages=
Interpretable graph neural networks for connectome-based brain disorder analysis , author=. International conference on medical image computing and computer-assisted intervention , pages=. 2022 , organization=
work page 2022
-
[4]
International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=
Brainusl: Unsupervised graph structure learning for functional brain network analysis , author=. International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=. 2023 , organization=
work page 2023
-
[5]
IEEE Transactions on Neural Networks and Learning Systems , year=
Brainib: Interpretable brain network-based psychiatric diagnosis with graph information bottleneck , author=. IEEE Transactions on Neural Networks and Learning Systems , year=
-
[6]
Advances in Neural Information Processing Systems , volume=
Brain network transformer , author=. Advances in Neural Information Processing Systems , volume=
-
[7]
International conference on medical image computing and computer-assisted intervention , pages=
Community-aware transformer for autism prediction in fmri connectome , author=. International conference on medical image computing and computer-assisted intervention , pages=. 2023 , organization=
work page 2023
-
[8]
Advances in Neural Information Processing Systems , volume=
Long-range brain graph transformer , author=. Advances in Neural Information Processing Systems , volume=
-
[9]
International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=
Gbt: Geometric-oriented brain transformer for autism diagnosis , author=. International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=. 2024 , organization=
work page 2024
-
[10]
Contrasformer: a brain network contrastive transformer for neurodegenerative condition identification , author=. Proceedings of the 33rd ACM International Conference on Information and Knowledge Management , pages=
-
[11]
Advances in Neural Information Processing Systems , volume=
Recipe for a general, powerful, scalable graph transformer , author=. Advances in Neural Information Processing Systems , volume=
-
[13]
A whole brain fMRI atlas generated via spatially constrained spectral clustering , author=. Human brain mapping , volume=. 2012 , publisher=
work page 2012
-
[14]
Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,
Community-Aware Graph Transformer for Brain Disorder Identification , author =. Proceedings of the Thirty-Fourth International Joint Conference on Artificial Intelligence,. 2025 , month =
work page 2025
-
[15]
The DIRECT consortium and the REST-meta-MDD project: towards neuroimaging biomarkers of major depressive disorder , author=. Psychoradiology , volume=. 2022 , publisher=
work page 2022
-
[16]
Proceedings of the National Academy of Sciences , volume=
Reduced default mode network functional connectivity in patients with recurrent major depressive disorder , author=. Proceedings of the National Academy of Sciences , volume=. 2019 , publisher=
work page 2019
-
[17]
Frontiers in Neuroinformatics , volume=
The neuro bureau preprocessing initiative: open sharing of preprocessed neuroimaging data and derivatives , author=. Frontiers in Neuroinformatics , volume=
-
[18]
DPABI: data processing & analysis for (resting-state) brain imaging , author=. Neuroinformatics , volume=. 2016 , publisher=
work page 2016
-
[19]
Standardizing human brain parcellations , author=. Scientific data , volume=. 2021 , publisher=
work page 2021
-
[20]
Noise reduction in speech processing , pages=
Pearson correlation coefficient , author=. Noise reduction in speech processing , pages=. 2009 , publisher=
work page 2009
-
[21]
IEEE Transactions on Emerging Topics in Computational Intelligence , volume=
Multi-modal non-euclidean brain network analysis with community detection and convolutional autoencoder , author=. IEEE Transactions on Emerging Topics in Computational Intelligence , volume=. 2022 , publisher=
work page 2022
-
[22]
IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
Brain-hgcn: A hyperbolic graph convolutional network for brain functional network analysis , author=. IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2026 , organization=
work page 2026
-
[23]
First conference on language modeling , year=
Mamba: Linear-time sequence modeling with selective state spaces , author=. First conference on language modeling , year=
-
[24]
International Conference on Machine Learning , pages=
Hyperbolic image-text representations , author=. International Conference on Machine Learning , pages=. 2023 , organization=
work page 2023
-
[25]
Hyperbolic geometry , author=. Flavors of geometry , volume=
-
[26]
MNM: Multi-level Neuroimaging Meta-analysis with Hyperbolic Brain-Text Representations
Baek, Seunghun and Lee, Jaejin and Sim, Jaeyoon and Jeong, Minjae and Kim, Won Hwa. MNM: Multi-level Neuroimaging Meta-analysis with Hyperbolic Brain-Text Representations. Medical Image Computing and Computer Assisted Intervention -- MICCAI 2025. 2026
work page 2025
-
[27]
Compositional Entailment Learning for Hyperbolic Vision-Language Models , volume =
Avik Pal and Max van Spengler and Guido Maria D'Amely di Melendugno and Alessandro Flaborea and Fabio Galasso and Pascal Mettes , booktitle =. Compositional Entailment Learning for Hyperbolic Vision-Language Models , volume =
-
[28]
International conference on machine learning , pages=
Hyperbolic entailment cones for learning hierarchical embeddings , author=. International conference on machine learning , pages=. 2018 , organization=
work page 2018
-
[29]
Brain disorders? precisely , author=. Science , volume=. 2015 , publisher=
work page 2015
-
[30]
Journal of autism and developmental disorders , volume=
Severe impairments of social interaction and associated abnormalities in children: Epidemiology and classification , author=. Journal of autism and developmental disorders , volume=. 1979 , publisher=
work page 1979
-
[31]
IEEE transactions on medical imaging , volume=
Virtual adversarial training-based deep feature aggregation network from dynamic effective connectivity for MCI identification , author=. IEEE transactions on medical imaging , volume=. 2021 , publisher=
work page 2021
-
[32]
IEEE Transactions on Medical Imaging , volume=
A multi-graph cross-attention-based region-aware feature fusion network using multi-template for brain disorder diagnosis , author=. IEEE Transactions on Medical Imaging , volume=. 2023 , publisher=
work page 2023
-
[33]
International conference on medical image computing and computer-assisted intervention , pages=
Pooling regularized graph neural network for fmri biomarker analysis , author=. International conference on medical image computing and computer-assisted intervention , pages=. 2020 , organization=
work page 2020
-
[34]
Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence,
Graph Neural Networks for Brain Graph Learning: A Survey , author =. Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence,. 2024 , month =
work page 2024
-
[35]
Biologically Plausible Brain Graph Transformer , volume =
Peng, Ciyuan and Huang, Yuelong and Dong, Qichao and Yu, Shuo and Xia, Feng and Zhang, Chengqi and Jin, Yaochu , booktitle =. Biologically Plausible Brain Graph Transformer , volume =
-
[36]
DS-GCNs: Connectome classification using dynamic spectral graph convolution networks with assistant task training , author=. Cerebral Cortex , volume=. 2021 , publisher=
work page 2021
-
[37]
IEEE transactions on medical imaging , volume=
Braingb: a benchmark for brain network analysis with graph neural networks , author=. IEEE transactions on medical imaging , volume=. 2022 , publisher=
work page 2022
-
[38]
Medical Image Analysis , volume=
Knowledge-driven multi-graph convolutional network for brain network analysis and potential biomarker discovery , author=. Medical Image Analysis , volume=. 2025 , publisher=
work page 2025
-
[39]
Multi-scale enhanced graph convolutional network for mild cognitive impairment detection , author=. Pattern Recognition , volume=. 2023 , publisher=
work page 2023
-
[40]
Wang, Bin and Liang, Jiarui and Ye, Chuyang and Yan, Ting and Liu, Miaomiao and Yan, Tianyi , journal=. Trifocal Transformer: Connection-Mask-Residual Focused Attention Network for Brain Disease Diagnosis , year=
-
[41]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages =
Behrouz, Ali and Hashemi, Farnoosh , title =. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , pages =. 2024 , isbn =
work page 2024
-
[42]
Changxu Dong and Dengdi Sun and Zhenda Yu and Bin Luo , keywords =. Multi-view brain network classification based on Adaptive Graph Isomorphic Information Bottleneck Mamba , journal =. 2025 , issn =. doi:https://doi.org/10.1016/j.eswa.2024.126170 , url =
-
[43]
Learning Dynamic Brain Network Representation Based on Graph Mamba Architecture , year=
Wang, Jingjie and Lang, Jinwei and Yang, Li-Zhuang and Li, Hai , booktitle=. Learning Dynamic Brain Network Representation Based on Graph Mamba Architecture , year=
-
[44]
Spatial-Mamba: Effective Visual State Space Models via Structure-Aware State Fusion , volume =
Xiao, Chaodong and Li, Minghan and ZHANG, zhengqiang and Meng, Deyu and Zhang, Lei , booktitle =. Spatial-Mamba: Effective Visual State Space Models via Structure-Aware State Fusion , volume =
-
[45]
Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
Mambairv2: Attentive state space restoration , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=
-
[46]
International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=
MNM: Multi-level Neuroimaging Meta-analysis with Hyperbolic Brain-Text Representations , author=. International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=. 2025 , organization=
work page 2025
-
[47]
IEEE Transactions on Consumer Electronics , year=
Multi-scale graph transformer for brain disorder diagnosis , author=. IEEE Transactions on Consumer Electronics , year=
-
[48]
Graph Attention Networks , booktitle =
Petar Velickovic and Guillem Cucurull and Arantxa Casanova and Adriana Romero and Pietro Li. Graph Attention Networks , booktitle =. 2018 , timestamp =
work page 2018
-
[49]
Neural Multi-Objective Combinatorial Optimization via Graph-Image Multimodal Fusion , volume =
Chen, Jinbiao and Wang, Jiahai and Cao, Zhiguang and Wu, Yaoxin , booktitle =. Neural Multi-Objective Combinatorial Optimization via Graph-Image Multimodal Fusion , volume =
-
[50]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[51]
Kingma and Jimmy Ba , editor =
Diederik P. Kingma and Jimmy Ba , editor =. Adam:. 3rd International Conference on Learning Representations,. 2015 , url =
work page 2015
-
[52]
Journal of neurophysiology , year=
The organization of the human cerebral cortex estimated by intrinsic functional connectivity , author=. Journal of neurophysiology , year=
-
[53]
International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=
DHGFormer: Dynamic Hierarchical Graph Transformer for Disorder Brain Disease Diagnosis , author=. International Conference on Medical Image Computing and Computer-Assisted Intervention , pages=. 2025 , organization=
work page 2025
-
[54]
and Funke, Michael and Mosher, John C
Baker, Cole and Suárez-Méndez, Isabel and Smith, Grace and Marsh, Elisabeth B. and Funke, Michael and Mosher, John C. and Maestú, Fernando and Xu, Mengjia and Pantazis, Dimitrios , journal=. Hyperbolic Graph Embedding of MEG Brain Networks to Study Brain Alterations in Individuals With Subjective Cognitive Decline , year=
-
[55]
Dao, Tri and Gu, Albert , booktitle =. Transformers are. 2024 , editor =
work page 2024
-
[56]
Biological psychiatry , volume=
Connectome-wide mega-analysis reveals robust patterns of atypical functional connectivity in autism , author=. Biological psychiatry , volume=. 2023 , publisher=
work page 2023
-
[57]
Functional alterations associated with structural abnormalities in adults with high-functioning autism spectrum disorder , author=. Brain Connectivity , volume=. 2020 , publisher=
work page 2020
-
[58]
Specific functional connectivity patterns of middle temporal gyrus subregions in children and adults with autism spectrum disorder , author=. Autism Research , volume=. 2020 , publisher=
work page 2020
-
[59]
Frontiers in neuroscience , volume=
Altered functional connectivity in children with low-function autism spectrum disorders , author=. Frontiers in neuroscience , volume=. 2019 , publisher=
work page 2019
-
[60]
Large-scale network dysfunction in major depressive disorder: a meta-analysis of resting-state functional connectivity , author=. JAMA psychiatry , volume=
-
[61]
Proceedings of the National Academy of Sciences , volume=
Resting-state functional MRI in depression unmasks increased connectivity between networks via the dorsal nexus , author=. Proceedings of the National Academy of Sciences , volume=. 2010 , publisher=
work page 2010
-
[62]
Translational psychiatry , volume=
Altered resting-state functional connectome in major depressive disorder: a mega-analysis from the PsyMRI consortium , author=. Translational psychiatry , volume=. 2021 , publisher=
work page 2021
-
[63]
Biological psychiatry: cognitive neuroscience and neuroimaging , volume=
Functional connectivity of the precuneus in unmedicated patients with depression , author=. Biological psychiatry: cognitive neuroscience and neuroimaging , volume=. 2018 , publisher=
work page 2018
-
[64]
NeuroImage: Clinical , volume=
Reduced functional connectivity of default mode network subsystems in depression: Meta-analytic evidence and relationship with trait rumination , author=. NeuroImage: Clinical , volume=. 2021 , publisher=
work page 2021
-
[65]
Classification of Brain Disorders in rs-fMRI via Local-to-Global Graph Neural Networks , year=
Zhang, Hao and Song, Ran and Wang, Liping and Zhang, Lin and Wang, Dawei and Wang, Cong and Zhang, Wei , journal=. Classification of Brain Disorders in rs-fMRI via Local-to-Global Graph Neural Networks , year=
-
[66]
Calhoun and Jingyu Liu , keywords =
Bishal Thapaliya and Esra Akbas and Jiayu Chen and Ram Sapkota and Bhaskar Ray and Pranav Suresh and Vince D. Calhoun and Jingyu Liu , keywords =. Brain networks and intelligence: A graph neural network based approach to resting state fMRI data , journal =. 2025 , issn =
work page 2025
-
[67]
Xinmei Qiu and Yongheng Sun and Yilin Shi and Xujun Duan and Fan Wang and Jianhua Ma , keywords =. MetaExplainer: Revisit domain generalization of functional connectome analyses from the perspective of explainability , journal =. 2025 , issn =
work page 2025
- [68]
-
[69]
Newman, M. E. J. and Girvan, M. , title =. Phys. Rev. E. , volume =. 2004 , pages =
work page 2004
-
[70]
Vehlow, C. and Reinhardt, T. and Weiskopf, D. , title =. IEEE Trans. Vis. Comput. Graph. , volume =. 2013 , pages =
work page 2013
-
[71]
Raghavan, U. and Albert, R. and Kumara, S. , title =. Phys. Rev E. , volume =. 2007 , pages =
work page 2007
-
[72]
Robust network community detection using balanced propagation , journal =. 2011 , pages =
work page 2011
- [73]
-
[74]
Clauset, A. and Newman, M. E. J. and Moore, C. , title =. Phys. Rev. E. , volume =. 2004 , pages =
work page 2004
-
[75]
Blondel, V. D. and Guillaume, J. L. and Lambiotte, R. and Lefebvre, E. , title =. J. Stat. Mech.-Theory Exp. , volume =. 2008 , pages =
work page 2008
-
[76]
Sobolevsky, S. and Campari, R. , title =. Phys. Rev. E. , volume =. 2014 , pages =
work page 2014
-
[77]
Fortunato, S. and Barthelemy, M. , title =. Proc. Natl. Acad. Sci. U. S. A. , volume =. 2007 , pages =
work page 2007
-
[78]
Unfolding communities in large complex networks: Combining defensive and offensive label propagation for core extraction , journal =. 2011 , pages =
work page 2011
- [79]
-
[80]
Li, J. and Wang, X. and Eustace, J. , title =. Physica A. , volume =. 2013 , pages =
work page 2013
-
[81]
Fabio, D. R. and Fabio, D. and Carlo, P. , title =. Sci. Rep. , volume =. 2013 , pages =
work page 2013
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.