├── Figs ├── Fig1-AEKAN.png └── Fig5-BCIs.png ├── README.md ├── data └── dataset │ ├── GT.png │ ├── T1.png │ └── T2.png ├── evaluation.py ├── loss_py.py ├── main.py ├── model ├── KAN.py └── KAN_model.py ├── preprocess.py ├── preprocess_1.py └── results and model pth ├── California ├── CM_iter_2.png ├── DI_iter_2.png ├── init_weight.pth └── weight_epoch_2.pth ├── France ├── CM_iter_0.png ├── DI_iter_0.png ├── init_weight.pth └── weight_epoch_0.pth ├── Gloucester1 ├── CM_iter_15.png ├── DI_iter_15.png ├── init_weight.pth └── weight_epoch_15.pth ├── Gloucester2 ├── CM_iter_1.png ├── DI_iter_1.png ├── init_weight.pth └── weight_epoch_1.pth └── shuguang ├── CM_iter_4.png ├── DI_iter_4.png ├── init_weight.pth └── weight_epoch_4.pth /Figs/Fig1-AEKAN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/Figs/Fig1-AEKAN.png -------------------------------------------------------------------------------- /Figs/Fig5-BCIs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/Figs/Fig5-BCIs.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/README.md -------------------------------------------------------------------------------- /data/dataset/GT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/data/dataset/GT.png -------------------------------------------------------------------------------- /data/dataset/T1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/data/dataset/T1.png -------------------------------------------------------------------------------- /data/dataset/T2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/data/dataset/T2.png -------------------------------------------------------------------------------- /evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/evaluation.py -------------------------------------------------------------------------------- /loss_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/loss_py.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/main.py -------------------------------------------------------------------------------- /model/KAN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/model/KAN.py -------------------------------------------------------------------------------- /model/KAN_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/model/KAN_model.py -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/preprocess.py -------------------------------------------------------------------------------- /preprocess_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/preprocess_1.py -------------------------------------------------------------------------------- /results and model pth/California/CM_iter_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/California/CM_iter_2.png -------------------------------------------------------------------------------- /results and model pth/California/DI_iter_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/California/DI_iter_2.png -------------------------------------------------------------------------------- /results and model pth/California/init_weight.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/California/init_weight.pth -------------------------------------------------------------------------------- /results and model pth/California/weight_epoch_2.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/California/weight_epoch_2.pth -------------------------------------------------------------------------------- /results and model pth/France/CM_iter_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/France/CM_iter_0.png -------------------------------------------------------------------------------- /results and model pth/France/DI_iter_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/France/DI_iter_0.png -------------------------------------------------------------------------------- /results and model pth/France/init_weight.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/France/init_weight.pth -------------------------------------------------------------------------------- /results and model pth/France/weight_epoch_0.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/France/weight_epoch_0.pth -------------------------------------------------------------------------------- /results and model pth/Gloucester1/CM_iter_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester1/CM_iter_15.png -------------------------------------------------------------------------------- /results and model pth/Gloucester1/DI_iter_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester1/DI_iter_15.png -------------------------------------------------------------------------------- /results and model pth/Gloucester1/init_weight.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester1/init_weight.pth -------------------------------------------------------------------------------- /results and model pth/Gloucester1/weight_epoch_15.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester1/weight_epoch_15.pth -------------------------------------------------------------------------------- /results and model pth/Gloucester2/CM_iter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester2/CM_iter_1.png -------------------------------------------------------------------------------- /results and model pth/Gloucester2/DI_iter_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester2/DI_iter_1.png -------------------------------------------------------------------------------- /results and model pth/Gloucester2/init_weight.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester2/init_weight.pth -------------------------------------------------------------------------------- /results and model pth/Gloucester2/weight_epoch_1.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/Gloucester2/weight_epoch_1.pth -------------------------------------------------------------------------------- /results and model pth/shuguang/CM_iter_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/shuguang/CM_iter_4.png -------------------------------------------------------------------------------- /results and model pth/shuguang/DI_iter_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/shuguang/DI_iter_4.png -------------------------------------------------------------------------------- /results and model pth/shuguang/init_weight.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/shuguang/init_weight.pth -------------------------------------------------------------------------------- /results and model pth/shuguang/weight_epoch_4.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongfeiLiu/AEKAN-for-MCD/HEAD/results and model pth/shuguang/weight_epoch_4.pth --------------------------------------------------------------------------------