Response to Reviewer wZYM [1/2]
**[W1. Contribution of the Benchmark.]** We appreciate the reviewer’s comment and would like to clarify our contribution regarding the benchmark setup. While it is true that the ABIDE and ADNI datasets are widely used in brain network analysis for evaluating brain disorder diagnosis models, existing studies typically utilize these datasets without explicitly addressing the challenge of **distribution shifts** across different acquisition sites. In most prior work, the focus has been on in-distribution (ID) evaluation, which assumes a uniform data distribution without taking into account the inherent domain shifts present across different data collection sites. In our work, we go beyond the conventional usage of these datasets by creating a specific **OOD benchmark scenario** that simulates real-world conditions where models encounter data from unseen sites during testing. This setup is motivated by the well-known issue of site-specific biases in neuroimaging data, which often lead to significant distribution shifts.
- To address this, we carefully partition the ABIDE and ADNI datasets across multiple folds, ensuring that each fold contains test sets with both ID and OOD subjects. By selecting the smallest/largest sites as OOD test sets based on the dataset characteristics (ABIDE: small sites; ADNI: large sites), we ensure a diverse and realistic OOD evaluation protocol.
- Our proposed benchmark is the first to systematically evaluate **OOD generalization** on brain network datasets with a focus on addressing site-specific variability, which is a critical challenge in clinical applications.
- The experimental results show that existing OOD methods fail to generalize well in this scenario, highlighting the necessity of specifically designed OOD algorithms for brain network data. We have revised the manuscript to further clarify this point in the introduction. We hope this explanation better conveys the significance of our benchmark in advancing OOD research for brain network analysis.
**[W2. Alignment of Motivation, Method, and Analysis.]**
The rationale of our proposed method to resolve the OOD generalization relies on the concept of graph information bottleneck, which aims to find a minimal sufficient subgraph to predict the label. Previous works show that predictions based merely on the minimal sufficient subgraph are able to generalize to OOD graphs [1,2]. Finding the minimal sufficient subgraph is essentially to remove the noisy and spuriously correlated substructures from the original input data.
However, the noisy nature of fMRI data and the limited encoding capacity of GNNs raise unique challenges in implementing the graph information bottleneck, as shown in our Theorem 4.1. Therefore, we propose several strategies to resolve the challenges and better identify the desired subgraphs.
For the analysis of the method’s generalizability, current visualization can provide some evidence. For the analysis of the method’s generalizability, current visualization can provide some evidence. As shown in Figure 3, the OOD model (top left) and the ID model (bottom right) highlight some common connections, particularly within regions such as the VIS, SMN, VAN, and DMN networks. While the specific scores differ, the overall patterns in these regions remain consistent. This observation suggests that BrainOOD captures critical features that are robust across both ID and OOD scenarios, indicating its strong generalization ability.
**[W3. Paper Organization.]** We included the background sections on GNNs and brain networks to cater to a broader audience, as our work intersects multiple domains (machine learning and neuroscience). However, we understand that this level of detail may not be necessary for readers already familiar with these topics. In response to your suggestion, we have streamlined these sections to focus on the most relevant aspects and reduce redundant explanations in our revision. Besides, we have moved the related work section after the experiment section in the revision to enhance the clarity and readability of the paper.