paper-with-me

홈 › Papers

DoDNet: Learning to segment multi-organ and tumors from multiple partially labeled datasets

2020-11-20 · CVPR 2021 1 · Jianpeng Zhang, Yutong Xie, Yong Xia, Chunhua Shen

Due to the intensive cost of labor and expertise in annotating 3D medical images at a voxel level, most benchmark datasets are equipped with the annotations of only one type of organs and/or tumors, resulting in the so-called partially labeling issue. To address this, we propose a dynamic on-demand network (DoDNet) that learns to segment multiple organs and tumors on partially labeled datasets. DoDNet consists of a shared encoder-decoder architecture, a task encoding module, a controller for generating dynamic convolution filters, and a single but dynamic segmentation head. The information of the current segmentation task is encoded as a task-aware prior to tell the model what the task is expected to solve. Different from existing approaches which fix kernels after training, the kernels in dynamic head are generated adaptively by the controller, conditioned on both input image and assigned task. Thus, DoDNet is able to segment multiple organs and tumors, as done by multiple networks or a multi-head network, in a much efficient and flexible manner. We have created a large-scale partially labeled dataset, termed MOTS, and demonstrated the superior performance of our DoDNet over other competitors on seven organ and tumor segmentation tasks. We also transferred the weights pre-trained on MOTS to a downstream multi-organ segmentation task and achieved state-of-the-art performance. This study provides a general 3D medical image segmentation model that has been pre-trained on a large-scale partially labelled dataset and can be extended (after fine-tuning) to downstream volumetric medical data segmentation tasks. The dataset and code areavailableat: https://git.io/DoDNet

📄 PDF Abstract BibTeX arXiv:2011.10217

Code (1)

jianpengz/DoDNet pytorch

Tasks

Image SegmentationMedical Image SegmentationOrgan SegmentationPartially Labeled DatasetsSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Learning from partially labeled data for multi-organ and tumor segmentation

2022-11-13 · Yutong Xie, Jianpeng Zhang, Yong Xia, Chunhua Shen

Medical image benchmarks for the segmentation of organs and tumors suffer from the partially labeling issue due to its intensive cost of labor and expertise. Current mainstream approaches follow the practice of one netwo…

Image SegmentationMedical Image SegmentationPartially Labeled DatasetsSegmentation+3

Towards Generalizable Tumor Synthesis

2024-02-29 · CVPR 2024 1 · Qi Chen, Xiaoxi Chen, Haorui Song, Zhiwei Xiong 외

Tumor synthesis enables the creation of artificial tumors in medical images, facilitating the training of AI models for tumor detection and segmentation. However, success in tumor synthesis hinges on creating visually re…

Computed Tomography (CT)

Efficient liver segmentation with 3D CNN using computed tomography scans

2022-08-28 · Khaled Humady, Yasmeen Al-Saeed, Nabila Eladawi, Ahmed Elgarayhi 외

The liver is one of the most critical metabolic organs in vertebrates due to its vital functions in the human body, such as detoxification of the blood from waste products and medications. Liver diseases due to liver tum…

Computed Tomography (CT)Liver SegmentationSegmentationSpecificity

CAT: Coordinating Anatomical-Textual Prompts for Multi-Organ and Tumor Segmentation

2024-06-11 · Zhongzhen Huang, Yankai Jiang, Rongzhao Zhang, Shaoting Zhang 외

Existing promptable segmentation methods in the medical imaging field primarily consider either textual or visual prompts to segment relevant objects, yet they often fall short when addressing anomalies in medical images…

SegmentationTumor Segmentation

PGD-UNet: A Position-Guided Deformable Network for Simultaneous Segmentation of Organs and Tumors

2020-07-02 · Ziqiang Li, Hong Pan, Yaping Zhu, A. K. Qin

Precise segmentation of organs and tumors plays a crucial role in clinical applications. It is a challenging task due to the irregular shapes and various sizes of organs and tumors as well as the significant class imbala…

AnatomyImage SegmentationMedical Image SegmentationPosition+2