Yatsuiii commited on
Commit
0c886b1
·
verified ·
1 Parent(s): 3ff33e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -18,4 +18,26 @@ tags:
18
  - gradio
19
  ---
20
 
21
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - gradio
19
  ---
20
 
21
+ # BrainConnect-ASD
22
+
23
+ Site-invariant Autism Spectrum Disorder classification from resting-state fMRI, built for the AMD Developer Hackathon 2026.
24
+
25
+ ## Models
26
+
27
+ | Model | Description |
28
+ |---|---|
29
+ | [Yatsuiii/brain-connect-gcn](https://huggingface.co/Yatsuiii/brain-connect-gcn) | Adversarial Brain Mode Network — 20-model LOSO GCN ensemble, AUC 0.7298 cross-site |
30
+ | [Yatsuiii/asd-interpreter-merged](https://huggingface.co/Yatsuiii/asd-interpreter-merged) | Qwen2.5-7B fine-tuned clinical interpreter — generates natural language reports from saliency scores |
31
+
32
+ ## Pipeline
33
+
34
+ ```
35
+ fMRI (.1D) → preprocessing → FC matrix → GCN ensemble (20 models) → p(ASD)
36
+
37
+ gradient saliency → Qwen2.5-7B → clinical report
38
+ ```
39
+
40
+ - **60 total models** trained across 3 atlases (CC200, AAL, Harvard-Oxford) × 20 LOSO folds
41
+ - **AMD MI300X** (ROCm 7.0) used for all training and LLM inference
42
+ - **~20ms** end-to-end inference per subject (preprocessing + 20-model ensemble)
43
+ - **1,102 subjects** · 20 acquisition sites · cross-site evaluation only