GitXplorerGitXplorer
B

3D-TransUNet

public
220 stars
16 forks
31 issues

Commits

List of commits on branch main.
Verified
9f18182f5f7b26fc81e2f2d70fb5c40ee8a58908

Update README.md

BBeckschen committed 6 months ago
Unverified
11ff499f2e378fbe866a1339d8fed7462baa1fe4

update

BBeckschen committed 9 months ago
Unverified
190fe40735b2a5f688264db8bc0c93d19b0b98ec

update infer

BBeckschen committed a year ago
Unverified
1bee4ecaa7c0a4bffe3b5b50cf118548b09e5856

update infer

BBeckschen committed a year ago
Unverified
07b8116d492874a500f7ec995c60ff795bb19c21

update infer

BBeckschen committed a year ago
Unverified
de0f32ab88e4c09da4617bebbe5f48d623f6b66b

update infer

BBeckschen committed a year ago

README

The README file for this repository.

This is the official repository of our project "3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers".

📰 News

  • [7/26/2024] TransUNet, which supports both 2D and 3D data and incorporates a Transformer encoder and decoder, has been featured in the journal Medical Image Analysis (link).
@article{chen2024transunet,
  title={TransUNet: Rethinking the U-Net architecture design for medical image segmentation through the lens of transformers},
  author={Chen, Jieneng and Mei, Jieru and Li, Xianhang and Lu, Yongyi and Yu, Qihang and Wei, Qingyue and Luo, Xiangde and Xie, Yutong and Adeli, Ehsan and Wang, Yan and others},
  journal={Medical Image Analysis},
  pages={103280},
  year={2024},
  publisher={Elsevier}
}

Usage

Installation

See scripts/install.sh for installation. See nnUNet for self-configuring data preprocessing.

Train

See scripts/train.sh

Inference & Eval

See scripts/inference.sh

Acknowledgements

This work is partially supported by TPU Research Cloud program, Google Cloud Research Credits program, and AWS Cloud Credit for Research program. Thanks for the codebase from Mask2former, nnUNet and TransUNet

If you find 3D-TransUNet useful for your research and applications, please cite using this BibTeX:

@article{chen2023transunet3d,
  title={3D TransUNet: Advancing Medical Image Segmentation through Vision Transformers},
  author={Chen, Jieneng and Mei, Jieru and Li, Xianhang and Lu, Yongyi and Yu, Qihang and Wei, Qingyue and Luo, Xiangde and Xie, Yutong and Adeli, Ehsan and Wang, Yan and Lungren, Matthew and Xing, Lei and Lu, Le and Yuille, Alan L and Zhou, Yuyin},
  journal={arXiv preprint arXiv:2310.07781},
  year={2023}
}