# TransMorph_DCA
**Repository Path**: simo2018/TransMorph_DCA
## Basic Information
- **Project Name**: TransMorph_DCA
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-12-29
- **Last Updated**: 2023-12-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# TransMorph with Deformable Cross-attention (DCA)
[PyTorch] Deformable Cross-Attention Transformer for Medical Image Registration\
[](https://arxiv.org/abs/2303.06179)
This is a **PyTorch** implementation of my paper:\
**Accepted to MLMI 2023!**\
Chen, Junyu, et al. "Deformable Cross-Attention Transformer for Medical Image Registration." In Machine Learning in Medical Imaging: 14th International Workshop, MLMI 2023.
**We provide pretrained weights, as well as training and inference scripts on two datasets, IXI and OASIS.**\
*Pretrained weights on the OASIS dataset from Learn2Reg challenge*: [Download here!](https://drive.google.com/uc?export=download&id=1QfMiTzZMIlBDg8nI9NIWf0FyRHc2ZNXo) *Scripts*: [Code](https://github.com/junyuchen245/TransMorph_DCA/tree/main/OASIS)\
Pretrained weights on the [IXI](https://github.com/junyuchen245/Preprocessed_IXI_Dataset) dataset: [Download here!](https://drive.google.com/uc?export=download&id=1_3qh9pqHwikUUtbDy-ANvcnr532u8K-1) *Scripts*: [Code](https://github.com/junyuchen245/TransMorph_DCA/tree/main/IXI)
## Deformable cross-attention illustration:
## TransMorph-DCA Architecture:
## Example Results:
## Citation:
If you find this code is useful in your research, please consider to cite:
@article{chen2023deformable,
title={Deformable Cross-Attention Transformer for Medical Image Registration},
author={Chen, Junyu and Liu, Yihao and He, Yufan and Du, Yong},
journal={arXiv preprint arXiv:2303.06179},
year={2023}
}