paper-with-me

홈 › Papers

3D U$^2$-Net: A 3D Universal U-Net for Multi-Domain Medical Image Segmentation

2019-09-04 · Chao Huang, Hu Han, Qingsong Yao, Shankuan Zhu, S. Kevin Zhou

Fully convolutional neural networks like U-Net have been the state-of-the-art methods in medical image segmentation. Practically, a network is highly specialized and trained separately for each segmentation task. Instead of a collection of multiple models, it is highly desirable to learn a universal data representation for different tasks, ideally a single model with the addition of a minimal number of parameters steered to each task. Inspired by the recent success of multi-domain learning in image classification, for the first time we explore a promising universal architecture that handles multiple medical segmentation tasks and is extendable for new tasks, regardless of different organs and imaging modalities. Our 3D Universal U-Net (3D U$^2$-Net) is built upon separable convolution, assuming that {\it images from different domains have domain-specific spatial correlations which can be probed with channel-wise convolution while also share cross-channel correlations which can be modeled with pointwise convolution}. We evaluate the 3D U$^2$-Net on five organ segmentation datasets. Experimental results show that this universal network is capable of competing with traditional models in terms of segmentation accuracy, while requiring only about $1\%$ of the parameters. Additionally, we observe that the architecture can be easily and effectively adapted to a new domain without sacrificing performance in the domains used to learn the shared parameterization of the universal network. We put the code of 3D U$^2$-Net into public domain. \url{https://github.com/huangmozhilv/u2net_torch/}

📄 PDF Abstract BibTeX arXiv:1909.06012

Code (1)

huangmozhilv/u2net_torch 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage SegmentationMedical Image SegmentationOrgan SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
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 제목 키워드 기반

UniSeg: A Prompt-driven Universal Segmentation Model as well as A Strong Representation Learner

2023-04-07 · Yiwen Ye, Yutong Xie, Jianpeng Zhang, Ziyang Chen 외

The universal model emerges as a promising trend for medical image segmentation, paving up the way to build medical imaging large model (MILM). One popular strategy to build universal models is to encode each task as a o…

DecoderImage SegmentationMedical Image SegmentationSegmentation+2

ESP-MedSAM: Efficient Self-Prompting SAM for Universal Domain-Generalized Medical Image Segmentation

2024-07-19 · Qing Xu, Jiaxuan Li, Xiangjian He, Ziyu Liu 외

The universality of deep neural networks across different modalities and their generalization capabilities to unseen domains play an essential role in medical image segmentation. The recent Segment Anything Model (SAM) h…

DecoderImage SegmentationKnowledge DistillationMedical Image Segmentation+3

Medical SAM3: A Foundation Model for Universal Prompt-Driven Medical Image Segmentation

2026-01-15 · Chongcong Jiang, Tianxingjian Ding, Chuhan Song, Jiachen Tu 외 arxiv

Promptable segmentation foundation models such as SAM3 have demonstrated strong generalization capabilities through interactive and concept-based prompting. However, their direct applicability to medical image segmentati…

Medical Image SegmentationPrompt Engineering

DB-SAM: Delving into High Quality Universal Medical Image Segmentation

2024-10-05 · Chao Qin, Jiale Cao, Huazhu Fu, Fahad Shahbaz Khan 외

Recently, the Segment Anything Model (SAM) has demonstrated promising segmentation capabilities in a variety of downstream segmentation tasks. However in the context of universal medical image segmentation there exists a…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

SAM-aware Test-time Adaptation for Universal Medical Image Segmentation

2025-06-05 · Jianghao Wu, Yicheng Wu, Yutong Xie, Wenjia Bai 외

Universal medical image segmentation using the Segment Anything Model (SAM) remains challenging due to its limited adaptability to medical domains. Existing adaptations, such as MedSAM, enhance SAM's performance in medic…

Image SegmentationMedical Image SegmentationSemantic SegmentationTest-time Adaptation