# DoDNet **Repository Path**: Dh_project/DoDNet ## Basic Information - **Project Name**: DoDNet - **Description**: DoDNet是一个编码器-解码器网络,具有单个但动态的头,它能够像多个网络或多头网络一样分割多个器官和肿瘤。动态头中的核由控制器自适应地生成,以输入图像和分配的任务为条件。 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-12 - **Last Updated**: 2025-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DoDNet

This repo holds the pytorch implementation of DoDNet and TransDoDNet:
**DoDNet: Learning to segment multi-organ and tumors from multiple partially labeled datasets** (https://arxiv.org/pdf/2011.10217.pdf) \ **Learning from partially labeled data for multi-organ and tumor segmentation** (https://arxiv.org/pdf/2211.06894.pdf) ## Usage ### 1. MOTS Dataset Preparation Before starting, MOTS should be re-built from the serveral medical organ and tumor segmentation datasets Partial-label task | Data source --- | :---: Liver | [data](https://competitions.codalab.org/competitions/17094) Kidney | [data](https://kits19.grand-challenge.org/data/) Hepatic Vessel | [data](http://medicaldecathlon.com/) Pancreas | [data](http://medicaldecathlon.com/) Colon | [data](http://medicaldecathlon.com/) Lung | [data](http://medicaldecathlon.com/) Spleen | [data](http://medicaldecathlon.com/) * Preprocessed data will be available soon. ### 2. Training/Testing/Evaluation sh run_script.sh ### 3. Citation If this code is helpful for your study, please cite: ``` @inproceedings{zhang2021dodnet, title={DoDNet: Learning to segment multi-organ and tumors from multiple partially labeled datasets}, author={Zhang, Jianpeng and Xie, Yutong and Xia, Yong and Shen, Chunhua}, booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition}, pages={}, year={2021} } @article{xie2023learning, title={Learning from partially labeled data for multi-organ and tumor segmentation}, author={Xie, Yutong and Zhang, Jianpeng and Xia, Yong and Shen, Chunhua}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, year={2023} } ```