๐ค AI Summary
This study addresses the limitations of conventional graph-based brain functional connectivity analyses, which are often biased by template selection and fail to capture individual-specific characteristics, thereby compromising diagnostic reliability. To overcome these issues, the authors propose ABFR-KAN, a novel method that, for the first time, integrates KolmogorovโArnold Networks (KANs) into functional brain analysis. By combining a new individualized functional representation with a Transformer architecture, ABFR-KAN enables unbiased and anatomically consistent modeling of functional connectivity. Evaluated on the ABIDE I dataset for autism spectrum disorder classification, the method significantly outperforms existing approaches. Ablation studies and cross-site validation further demonstrate its robustness and generalizability.
๐ Abstract
Functional connectivity (FC) analysis, a valuable tool for computer-aided brain disorder diagnosis, traditionally relies on atlas-based parcellation. However, issues relating to selection bias and a lack of regard for subject specificity can arise as a result of such parcellations. Addressing this, we propose ABFR-KAN, a transformer-based classification network that incorporates novel advanced brain function representation components with the power of Kolmogorov-Arnold Networks (KANs) to mitigate structural bias, improve anatomical conformity, and enhance the reliability of FC estimation. Extensive experiments on the ABIDE I dataset, including cross-site evaluation and ablation studies across varying model backbones and KAN configurations, demonstrate that ABFR-KAN consistently outperforms state-of-the-art baselines for autism spectrum distorder (ASD) classification. Our code is available at https://github.com/tbwa233/ABFR-KAN.