zhiwei-liang / MAXFormer

Apache License 2.0
5 stars 0 forks source link

MAXFormer

The codes for the work "MAXFormer: Enhanced Transformer for Medical Image Segmentation with Multi-Attention and Multi-Scale Features Fusion". A U-shaped hierarchical Transformer. Our paper has been accepted by Knowledge-Based Systems. We updated the Reproducibility. I hope this will help you to reproduce the results. We have provided the source code as well as our model weights file, which we hope will help you to replicate and improve.

Download the dataset and model weights

Task Dataset Model Weights Prediction result file
Multi-organ segmentation Synapse MAXFormer Synapse test dataset prediction(ours)
Cardiac segmentation ACDC MAXFormer ACDC test dataset prediction(ours)

Environment

To better replicate our experiment, please prepare an environment with python=3.8, and then run the following command to install the dependencies.

pip install -r requirements.txt

Train/Test

Acknowledgments

This project has benefited from the following resources, and I would like to express my gratitude:

Citation

Coming soon!