If you find this work useful for your research and applications, please cite using this BibTeX:
@inproceedings{zhou2024edge,
title={Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion},
author={Zhou, Meng and Zhang, Yuxuan and Xu, Xiaolan and Wang, Jiayi and Khalvati, Farzad},
booktitle={2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
pages={4108--4111},
year={2024},
organization={IEEE}
}
''Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion'' Paper link
''An attention-based Multi-Scale Feature Learning Framework for Multimodal Medical Image Fusion'' Paper link
The extended version of this work is accepted by IEEE BIBM 2024. The code is based on this repo and will be released at Here
You may want to change to your own dataset. If you have a 3-channel PET or SPECT image, you may want to change the dataset_loader.py file
To train the network, run
python3 ./train_with_val.py --batch_size 4 --epochs 100 --lambda1 0.2 --lambda2 0.2
To see the full list of parameters, run
python3 ./train_with_val.py -h
To evaluate the results, run
python3 ./inference.py
If you are using a different model, you may have to modify a little bit of the code.
Comment out anything related to wandb in the code if you do not want to use it to visualize the result.
@article{zhou2022attention,
title={An Attention-based Multi-Scale Feature Learning Network for Multimodal Medical Image Fusion},
author={Zhou, Meng and Xu, Xiaolan and Zhang, Yuxuan},
journal={arXiv preprint arXiv:2212.04661},
year={2022}
}
@inproceedings{zhou2024edge,
title={Edge-Enhanced Dilated Residual Attention Network for Multimodal Medical Image Fusion},
author={Zhou, Meng and Zhang, Yuxuan and Xu, Xiaolan and Wang, Jiayi and Khalvati, Farzad},
booktitle={2024 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)},
pages={4108--4111},
year={2024},
organization={IEEE}
}