REVIEW 4 major objections 6 minor 151 references
Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis
T0 review · 4 major / 6 minor · reviewed 2026-07-09 · glm-5.2
Pith's one-line read Hyperbolic geometry maps brain hierarchy, boosting disorder diagnosis
desk verdict GaMamba is the real contribution; the hyperbolic module doesn't clearly earn its keep 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 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-
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
Extended reading notes
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.
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.
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.
Assumptions & free parameters
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
assumptions (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
-
Hierarchical Brain Representation Learning (HBRL) module
Cite this review
Pith. "Pith review of Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis." pith.science (2026). https://pith.science/paper/6B45P47G
@misc{pith2026260707077,
author = {Pith},
title = {Pith review of: Navigating Hierarchy: Hyperbolic Learning on Brain Graphs for Disorder Diagnosis},
year = {2026},
howpublished = {\url{https://pith.science/paper/6B45P47G}},
note = {Machine review of arXiv:2607.07077}
}
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
Figures from the paper (2 more)
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=
Show all 151 references
-
[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=
2024
-
[10]
Proceedings of the 33rd ACM International Conference on Information and Knowledge Management , pages=
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]
Human brain mapping , volume=
A whole brain fMRI atlas generated via spatially constrained spectral clustering , author=. Human brain mapping , volume=. 2012 , publisher=
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 =
2025
-
[15]
Psychoradiology , volume=
The DIRECT consortium and the REST-meta-MDD project: towards neuroimaging biomarkers of major depressive disorder , author=. Psychoradiology , volume=. 2022 , publisher=
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=
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]
Neuroinformatics , volume=
DPABI: data processing & analysis for (resting-state) brain imaging , author=. Neuroinformatics , volume=. 2016 , publisher=
2016
-
[19]
Scientific data , volume=
Standardizing human brain parcellations , author=. Scientific data , volume=. 2021 , publisher=
2021
-
[20]
Noise reduction in speech processing , pages=
Pearson correlation coefficient , author=. Noise reduction in speech processing , pages=. 2009 , publisher=
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=
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=
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=
2023
-
[25]
Flavors of geometry , volume=
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
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=
2018
-
[29]
Science , volume=
Brain disorders? precisely , author=. Science , volume=. 2015 , publisher=
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=
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=
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=
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=
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 =
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]
Cerebral Cortex , volume=
DS-GCNs: Connectome classification using dynamic spectral graph convolution networks with assistant task training , author=. Cerebral Cortex , volume=. 2021 , publisher=
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=
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=
2025
-
[39]
Pattern Recognition , volume=
Multi-scale enhanced graph convolutional network for mild cognitive impairment detection , author=. Pattern Recognition , volume=. 2023 , publisher=
2023
-
[40]
Trifocal Transformer: Connection-Mask-Residual Focused Attention Network for Brain Disease Diagnosis , year=
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 =
2024
-
[42]
Multi-view brain network classification based on Adaptive Graph Isomorphic Information Bottleneck Mamba , journal =
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 =
2025 doi
-
[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=
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 =
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 =
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=
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 Individ...
-
[55]
Transformers are
Dao, Tri and Gu, Albert , booktitle =. Transformers are. 2024 , editor =
2024
-
[56]
Biological psychiatry , volume=
Connectome-wide mega-analysis reveals robust patterns of atypical functional connectivity in autism , author=. Biological psychiatry , volume=. 2023 , publisher=
2023
-
[57]
Brain Connectivity , volume=
Functional alterations associated with structural abnormalities in adults with high-functioning autism spectrum disorder , author=. Brain Connectivity , volume=. 2020 , publisher=
2020
-
[58]
Autism Research , volume=
Specific functional connectivity patterns of middle temporal gyrus subregions in children and adults with autism spectrum disorder , author=. Autism Research , volume=. 2020 , publisher=
2020
-
[59]
Frontiers in neuroscience , volume=
Altered functional connectivity in children with low-function autism spectrum disorders , author=. Frontiers in neuroscience , volume=. 2019 , publisher=
2019
-
[60]
JAMA psychiatry , volume=
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=
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=
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=
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=
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 =
2025
-
[67]
MetaExplainer: Revisit domain generalization of functional connectome analyses from the perspective of explainability , journal =
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 =
2025
-
[68]
, title =
Fortunato, S. , title =. Phys. Rep.-Rev. Sec. Phys. Lett. , volume =. 2010 , pages =
2010
-
[69]
Newman, M. E. J. and Girvan, M. , title =. Phys. Rev. E. , volume =. 2004 , pages =
2004
-
[70]
and Reinhardt, T
Vehlow, C. and Reinhardt, T. and Weiskopf, D. , title =. IEEE Trans. Vis. Comput. Graph. , volume =. 2013 , pages =
2013
-
[71]
and Albert, R
Raghavan, U. and Albert, R. and Kumara, S. , title =. Phys. Rev E. , volume =. 2007 , pages =
2007
-
[72]
2011 , pages =
Robust network community detection using balanced propagation , journal =. 2011 , pages =
2011
-
[73]
and Li, S
Lou, H. and Li, S. and Zhao, Y. , title =. Physica A. , volume =. 2013 , pages =
2013
-
[74]
and Newman, M
Clauset, A. and Newman, M. E. J. and Moore, C. , title =. Phys. Rev. E. , volume =. 2004 , pages =
2004
-
[75]
Blondel, V. D. and Guillaume, J. L. and Lambiotte, R. and Lefebvre, E. , title =. J. Stat. Mech.-Theory Exp. , volume =. 2008 , pages =
2008
-
[76]
and Campari, R
Sobolevsky, S. and Campari, R. , title =. Phys. Rev. E. , volume =. 2014 , pages =
2014
-
[77]
and Barthelemy, M
Fortunato, S. and Barthelemy, M. , title =. Proc. Natl. Acad. Sci. U. S. A. , volume =. 2007 , pages =
2007
-
[78]
2011 , pages =
Unfolding communities in large complex networks: Combining defensive and offensive label propagation for core extraction , journal =. 2011 , pages =
2011
-
[79]
and Li, J
Wang, X. and Li, J. , title =. Physica A. , volume =. 2013 , pages =
2013
-
[80]
and Wang, X
Li, J. and Wang, X. and Eustace, J. , title =. Physica A. , volume =. 2013 , pages =
2013
-
[81]
Fabio, D. R. and Fabio, D. and Carlo, P. , title =. Sci. Rep. , volume =. 2013 , pages =
2013
-
[82]
and Wu, T
Chen, Q. and Wu, T. T. and Fang, M. , title =. Physica A. , volume =. 2013 , pages =
2013
-
[83]
and Wang, R
Zhang, S. and Wang, R. and Zhang, X. , title =. Physica A. , volume =. 2007 , pages =
2007
-
[84]
and Petr\'oczi, A
Nepusz, T. and Petr\'oczi, A. and N\'egyessy, L. and Bazs\'o, F. , title =. Phys. Rev. E. , volume =. 2008 , pages =
2008
-
[85]
and Liang, Z
Fabricio, B. and Liang, Z. , title =. Soft Comput. , volume =. 2013 , pages =
2013
-
[86]
and Gao, L
Sun, P. and Gao, L. and Han, S. , title =. Inf. Sci. , volume =. 2011 , pages =
2011
-
[87]
and Liu, D
Wang, W. and Liu, D. and Liu, X. and Pan, L. , title =. Physica A. , volume =. 2013 , pages =
2013
-
[88]
and Roberts, S
Psorakis, I. and Roberts, S. and Ebden, M. and Sheldon, B. , title =. Phys. Rev. E. , volume =. 2011 , pages =
2011
-
[89]
and Yeung, D
Zhang, Y. and Yeung, D. , title =. In Proc. ACM SIGKDD Conf. , year =
-
[90]
, title =
Liu, J. , title =. Eur. Phys. J. B. , volume =. 2010 , pages =
2010
-
[91]
Havens, T. C. and Bezdek, J. C. and Leckie, C. and Ramamohanarao, K. and Palaniswami, M. , title =. IEEE Trans. Fuzzy Syst. , volume =. 2013 , pages =
2013
-
[92]
Newman, M. E. J. , title =
-
[93]
2012 , pages =
Ubiquitousness of link-density and link-pattern communities in real-world networks , journal =. 2012 , pages =
2012
-
[94]
and Fortunato, S
Lancichinetti, A. and Fortunato, S. and Radicchi, F. , title =. Phys. Rev. E. , volume =. 2008 , pages =
2008
-
[95]
and Pellegrini, M
Liu, W. and Pellegrini, M. and Wang, X. , title =. Sci. Rep. , volume =. 2014 , pages =
2014
-
[96]
and Diaz-Guilera, A
Danon, L. and Diaz-Guilera, A. and Duch, J. and Arenas, A. , title =. J. Stat. Mech.-Theory Exp. , volume =. 2005 , pages =
2005
-
[97]
, title =
Gregory, S. , title =. J. Stat. Mech.-Theory Exp. , volume =. 2011 , pages =
2011
-
[98]
and Fortunato, S
Lancichinetti, A. and Fortunato, S. , title =. Phys. Rev. E. , volume =. 2009 , pages =
2009
-
[99]
and Rifqi, M
Hullermeier, E. and Rifqi, M. , title =. in Proc. IFSA/EUSFLAT Conf. , year =
-
[100]
, author Lee, J
author Baek, S. , author Lee, J. , author Sim, J. , author Jeong, M. , author Kim, W.H. , year 2025 . title Mnm: Multi-level neuroimaging meta-analysis with hyperbolic brain-text representations , in: booktitle International Conference on Medical Image Computing and Computer-A...
2025
-
[101]
, author Suárez-Méndez, I
author Baker, C. , author Suárez-Méndez, I. , author Smith, G. , author Marsh, E.B. , author Funke, M. , author Mosher, J.C. , author Maestú, F. , author Xu, M. , author Pantazis, D. , year 2024 . title Hyperbolic graph embedding of meg brain networks to study brain alteration...
2024 doi
-
[102]
, author Lee, S
author Bannadabhavi, A. , author Lee, S. , author Deng, W. , author Ying, R. , author Li, X. , year 2023 . title Community-aware transformer for autism prediction in fmri connectome , in: booktitle International conference on medical image computing and computer-assisted inter...
2023
-
[103]
, author Hashemi, F
author Behrouz, A. , author Hashemi, F. , year 2024 . title Graph mamba: Towards learning on graphs with state space models , in: booktitle Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining , publisher Association for Computing Machinery , ad...
2024
-
[104]
, author Chen, J
author Benesty, J. , author Chen, J. , author Huang, Y. , author Cohen, I. , year 2009 . title Pearson correlation coefficient , in: booktitle Noise reduction in speech processing . publisher Springer , pp. pages 1--4
2009
-
[105]
, author Floyd, W.J
author Cannon, J.W. , author Floyd, W.J. , author Kenyon, R. , author Parry, W.R. , et al., year 1997 . title Hyperbolic geometry . journal Flavors of geometry volume 31 , pages 2
1997
-
[106]
, author Wang, J
author Chen, J. , author Wang, J. , author Cao, Z. , author Wu, Y. , year 2025 . title Neural multi-objective combinatorial optimization via graph-image multimodal fusion , in: editor Yue, Y. , editor Garg, A. , editor Peng, N. , editor Sha, F. , editor Yu, R. (Eds.), booktitl...
2025
-
[107]
, author Lu, B
author Chen, X. , author Lu, B. , author Li, H.X. , author Li, X.Y. , author Wang, Y.W. , author Castellanos, F.X. , author Cao, L.P. , author Chen, N.X. , author Chen, W. , author Cheng, Y.Q. , et al., year 2022 . title The direct consortium and the rest-meta-mdd project: tow...
2022
-
[108]
, author Rolls, E.T
author Cheng, W. , author Rolls, E.T. , author Qiu, J. , author Yang, D. , author Ruan, H. , author Wei, D. , author Zhao, L. , author Meng, J. , author Xie, P. , author Feng, J. , year 2018 . title Functional connectivity of the precuneus in unmedicated patients with depressi...
2018
-
[109]
, author Benhajali, Y
author Craddock, C. , author Benhajali, Y. , author Chu, C. , author Chouinard, F. , author Evans, A. , author Jakab, A. , author Khundrakpam, B.S. , author Lewis, J.D. , author Li, Q. , author Milham, M. , et al., year 2013 . title The neuro bureau preprocessing initiative: o...
2013
-
[110]
, author James, G.A
author Craddock, R.C. , author James, G.A. , author Holtzheimer III, P.E. , author Hu, X.P. , author Mayberg, H.S. , year 2012 . title A whole brain fmri atlas generated via spatially constrained spectral clustering . journal Human brain mapping volume 33 , pages 1914--1928
2012
-
[111]
, author Dai, W
author Cui, H. , author Dai, W. , author Zhu, Y. , author Kan, X. , author Gu, A.A.C. , author Lukemire, J. , author Zhan, L. , author He, L. , author Guo, Y. , author Yang, C. , year 2022 a. title Braingb: a benchmark for brain network analysis with graph neural networks . jo...
2022
-
[112]
, author Dai, W
author Cui, H. , author Dai, W. , author Zhu, Y. , author Li, X. , author He, L. , author Yang, C. , year 2022 b. title Interpretable graph neural networks for connectome-based brain disorder analysis , in: booktitle International conference on medical image computing and comp...
2022
-
[113]
, author Gu, A
author Dao, T. , author Gu, A. , year 2024 . title Transformers are SSM s: Generalized models and efficient algorithms through structured state space duality , in: editor Salakhutdinov, R. , editor Kolter, Z. , editor Heller, K. , editor Weller, A. , editor Oliver, N. , editor...
2024
-
[114]
, author Nickel, M
author Desai, K. , author Nickel, M. , author Rajpurohit, T. , author Johnson, J. , author Vedantam, S.R. , year 2023 . title Hyperbolic image-text representations , in: booktitle International Conference on Machine Learning , organization PMLR . pp. pages 7694--7731
2023
-
[115]
, author B \'e cigneul, G
author Ganea, O. , author B \'e cigneul, G. , author Hofmann, T. , year 2018 . title Hyperbolic entailment cones for learning hierarchical embeddings , in: booktitle International conference on machine learning , organization PMLR . pp. pages 1646--1655
2018
-
[116]
, author Dao, T
author Gu, A. , author Dao, T. , year 2024 . title Mamba: Linear-time sequence modeling with selective state spaces , in: booktitle First conference on language modeling
2024
-
[117]
, author Guo, Y
author Guo, H. , author Guo, Y. , author Zha, Y. , author Zhang, Y. , author Li, W. , author Dai, T. , author Xia, S.T. , author Li, Y. , year 2025 . title Mambairv2: Attentive state space restoration , in: booktitle Proceedings of the Computer Vision and Pattern Recognition C...
2025
-
[118]
, author Liu, B
author Hu, W. , author Liu, B. , author Gomes, J. , author Zitnik, M. , author Liang, P. , author Pande, V. , author Leskovec, J. , year 2020 . title Strategies for pre-training graph neural networks , in: booktitle International Conference on Learning Representations
2020
-
[119]
, author Oldehinkel, M
author Ilioska, I. , author Oldehinkel, M. , author Llera, A. , author Chopra, S. , author Looden, T. , author Chauvin, R. , author Van Rooij, D. , author Floris, D.L. , author Tillmann, J. , author Moessnang, C. , et al., year 2023 . title Connectome-wide mega-analysis reveal...
2023
-
[120]
, author Cuthbert, B.N
author Insel, T.R. , author Cuthbert, B.N. , year 2015 . title Brain disorders? precisely . journal Science volume 348 , pages 499--500
2015
-
[121]
, author Li, M
author Javaheripour, N. , author Li, M. , author Chand, T. , author Krug, A. , author Kircher, T. , author Dannlowski, U. , author Nenadi \'c , I. , author Hamilton, J.P. , author Sacchet, M.D. , author Gotlib, I.H. , et al., year 2021 . title Altered resting-state functional ...
2021
-
[122]
, author Liu, Y
author Jia, J. , author Liu, Y. , author Yang, C. , author Sun, Y. , author Qin, F. , author Wang, C. , author Peng, Y. , year 2026 . title Brain-hgcn: A hyperbolic graph convolutional network for brain functional network analysis , in: booktitle IEEE International Conference ...
2026
-
[123]
, author Andrews-Hanna, J.R
author Kaiser, R.H. , author Andrews-Hanna, J.R. , author Wager, T.D. , author Pizzagalli, D.A. , year 2015 . title Large-scale network dysfunction in major depressive disorder: a meta-analysis of resting-state functional connectivity . journal JAMA psychiatry volume 72 , page...
2015
-
[124]
, author Dai, W
author Kan, X. , author Dai, W. , author Cui, H. , author Zhang, Z. , author Guo, Y. , author Yang, C. , year 2022 . title Brain network transformer . journal Advances in Neural Information Processing Systems volume 35 , pages 25586--25599
2022
-
[125]
, author Bridgeford, E.W
author Lawrence, R.M. , author Bridgeford, E.W. , author Myers, P.E. , author Arvapalli, G.C. , author Ramachandran, S.C. , author Pisner, D.A. , author Frank, P.F. , author Lemmer, A.D. , author Nikolaidis, A. , author Vogelstein, J.T. , year 2021 . title Standardizing human ...
2021
-
[126]
, author Zhou, Y
author Li, X. , author Zhou, Y. , author Dvornek, N. , author Zhang, M. , author Gao, S. , author Zhuang, J. , author Scheinost, D. , author Staib, L.H. , author Ventola, P. , author Duncan, J.S. , year 2021 a. title Braingnn: Interpretable brain graph neural network for fmri ...
2021
-
[127]
, author Liu, J
author Li, Y. , author Liu, J. , author Jiang, Y. , author Liu, Y. , author Lei, B. , year 2021 b. title Virtual adversarial training-based deep feature aggregation network from dynamic effective connectivity for mci identification . journal IEEE transactions on medical imagin...
2021
-
[128]
, author Wu, J
author Luo, X. , author Wu, J. , author Yang, J. , author Xue, S. , author Beheshti, A. , author Sheng, Q.Z. , author McAlpine, D. , author Sowman, P. , author Giral, A. , author Yu, P.S. , year 2024 . title Graph neural networks for brain graph learning: A survey , in: editor...
2024
-
[129]
, author Cui, W
author Ma, Y. , author Cui, W. , author Liu, J. , author Guo, Y. , author Chen, H. , author Li, Y. , year 2023 . title A multi-graph cross-attention-based region-aware feature fusion network using multi-template for brain disorder diagnosis . journal IEEE Transactions on Medic...
2023
-
[130]
, author van Spengler, M
author Pal, A. , author van Spengler, M. , author di Melendugno, G.M.D. , author Flaborea, A. , author Galasso, F. , author Mettes, P. , year 2025 . title Compositional entailment learning for hyperbolic vision-language models , in: editor Yue, Y. , editor Garg, A. , editor Pe...
2025
-
[131]
, author Ma, J
author Pei, S. , author Ma, J. , author Lv, Z. , author Zhang, C. , author Guan, J. , year 2025 . title Community-aware graph transformer for brain disorder identification , in: editor Kwok, J. (Ed.), booktitle Proceedings of the Thirty-Fourth International Joint Conference on...
2025
-
[132]
, author Huang, Y
author Peng, C. , author Huang, Y. , author Dong, Q. , author Yu, S. , author Xia, F. , author Zhang, C. , author Jin, Y. , year 2025 . title Biologically plausible brain graph transformer , in: editor Yue, Y. , editor Garg, A. , editor Peng, N. , editor Sha, F. , editor Yu, R...
2025
-
[133]
, author He, Z
author Peng, Z. , author He, Z. , author Jiang, Y. , author Wang, P. , author Yuan, Y. , year 2024 . title Gbt: Geometric-oriented brain transformer for autism diagnosis , in: booktitle International Conference on Medical Image Computing and Computer-Assisted Intervention , or...
2024
-
[134]
, author Sun, Y
author Qiu, X. , author Sun, Y. , author Shi, Y. , author Duan, X. , author Wang, F. , author Ma, J. , year 2025 . title Metaexplainer: Revisit domain generalization of functional connectome analyses from the perspective of explainability . journal Medical Image Analysis volum...
2025
-
[135]
, author Galkin, M
author Ramp \'a s ek, L. , author Galkin, M. , author Dwivedi, V.P. , author Luu, A.T. , author Wolf, G. , author Beaini, D. , year 2022 . title Recipe for a general, powerful, scalable graph transformer . journal Advances in Neural Information Processing Systems volume 35 , p...
2022
-
[136]
, author Akbas, E
author Thapaliya, B. , author Akbas, E. , author Chen, J. , author Sapkota, R. , author Ray, B. , author Suresh, P. , author Calhoun, V.D. , author Liu, J. , year 2025 . title Brain networks and intelligence: A graph neural network based approach to resting state fmri data . j...
2025
-
[137]
, author Shazeer, N
author Vaswani, A. , author Shazeer, N. , author Parmar, N. , author Uszkoreit, J. , author Jones, L. , author Gomez, A.N. , author Kaiser, . , author Polosukhin, I. , year 2017 . title Attention is all you need . journal Advances in neural information processing systems volume 30
2017
-
[138]
, author Cucurull, G
author Velickovic, P. , author Cucurull, G. , author Casanova, A. , author Romero, A. , author Li \` o , P. , author Bengio, Y. , year 2018 . title Graph attention networks , in: booktitle 6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Cana...
2018
-
[139]
, author Liang, J
author Wang, B. , author Liang, J. , author Ye, C. , author Yan, T. , author Liu, M. , author Yan, T. , year 2026 . title Trifocal transformer: Connection-mask-residual focused attention network for brain disease diagnosis . journal IEEE Journal of Biomedical and Health Inform...
2026 doi
-
[140]
, author Tsepa, O
author Wang, C. , author Tsepa, O. , author Ma, J. , author Wang, B. , year 2024 . title Graph-mamba: Towards long-range graph sequence modeling with selective state spaces . journal arXiv preprint arXiv:2402.00789
2024 arXiv
-
[141]
, author Gould, J
author Wing, L. , author Gould, J. , year 1979 . title Severe impairments of social interaction and associated abnormalities in children: Epidemiology and classification . journal Journal of autism and developmental disorders volume 9 , pages 11--29
1979
-
[142]
, author Li, M
author Xiao, C. , author Li, M. , author ZHANG, z. , author Meng, D. , author Zhang, L. , year 2025 . title Spatial-mamba: Effective visual state space models via structure-aware state fusion , in: editor Yue, Y. , editor Garg, A. , editor Peng, N. , editor Sha, F. , editor Yu...
2025
-
[143]
, author He, K
author Xu, J. , author He, K. , author Lan, M. , author Bian, Q. , author Li, W. , author Li, T. , author Ke, Y. , author Qiao, M. , year 2024 . title Contrasformer: a brain network contrastive transformer for neurodegenerative condition identification , in: booktitle Proceedi...
2024
-
[144]
, author Wang, C
author Xu, J. , author Wang, C. , author Xu, Z. , author Li, T. , author Chen, F. , author Chen, K. , author Gao, J. , author Wang, J. , author Hu, Q. , year 2020 . title Specific functional connectivity patterns of middle temporal gyrus subregions in children and adults with ...
2020
-
[145]
, author Chen, X
author Yan, C.G. , author Chen, X. , author Li, L. , author Castellanos, F.X. , author Bai, T.J. , author Bo, Q.J. , author Cao, J. , author Chen, G.M. , author Chen, N.X. , author Chen, W. , et al., year 2019 . title Reduced default mode network functional connectivity in pat...
2019
-
[146]
, author Wang, X.D
author Yan, C.G. , author Wang, X.D. , author Zuo, X.N. , author Zang, Y.F. , year 2016 . title Dpabi: data processing & analysis for (resting-state) brain imaging . journal Neuroinformatics volume 14 , pages 339--351
2016
-
[147]
, author Krienen, F.M
author Yeo, B.T. , author Krienen, F.M. , author Sepulcre, J. , author Sabuncu, M.R. , author Lashkari, D. , author Hollinshead, M. , author Roffman, J.L. , author Smoller, J.W. , author Z \"o llei, L. , author Polimeni, J.R. , et al., year 2011 . title The organization of the...
2011
-
[148]
, author Jin, S
author Yu, S. , author Jin, S. , author Li, M. , author Sarwar, T. , author Xia, F. , year 2024 . title Long-range brain graph transformer . journal Advances in Neural Information Processing Systems volume 37 , pages 24472--24495
2024
-
[149]
, author Gong, J
author Zeng, X. , author Gong, J. , author Li, W. , author Yang, Z. , year 2025 . title Knowledge-driven multi-graph convolutional network for brain network analysis and potential biomarker discovery . journal Medical Image Analysis volume 99 , pages 103368
2025
-
[150]
, author Song, R
author Zhang, H. , author Song, R. , author Wang, L. , author Zhang, L. , author Wang, D. , author Wang, C. , author Zhang, W. , year 2023 a. title Classification of brain disorders in rs-fmri via local-to-global graph neural networks . journal IEEE Transactions on Medical Ima...
2023 doi
-
[151]
, author Wen, G
author Zhang, P. , author Wen, G. , author Cao, P. , author Yang, J. , author Zhang, J. , author Zhang, X. , author Zhu, X. , author Zaiane, O.R. , author Wang, F. , year 2023 b. title Brainusl: Unsupervised graph structure learning for functional brain network analysis , in: ...
2023
-
[152]
, author Yu, S
author Zheng, K. , author Yu, S. , author Li, B. , author Jenssen, R. , author Chen, B. , year 2024 . title Brainib: Interpretable brain network-based psychiatric diagnosis with graph information bottleneck . journal IEEE Transactions on Neural Networks and Learning Systems
2024
Reviewed July 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.