4 个月前

UNet++:一种用于医学图像分割的嵌套U-Net架构

UNet++:一种用于医学图像分割的嵌套U-Net架构

摘要

在本文中,我们介绍了UNet++,一种新的、功能更强大的医学图像分割架构。我们的架构本质上是一个深度监督的编码器-解码器网络,其中编码器和解码器子网络通过一系列嵌套的密集跳跃路径连接。重新设计的跳跃路径旨在减少编码器和解码器子网络特征图之间的语义差距。我们认为,当解码器和编码器网络的特征图在语义上相似时,优化器将面临一个更容易的学习任务。我们在多个医学图像分割任务中对UNet++进行了评估,这些任务包括:胸部低剂量CT扫描中的结节分割、显微镜图像中的细胞核分割、腹部CT扫描中的肝脏分割以及结肠镜视频中的息肉分割。实验结果表明,具有深度监督的UNet++相比U-Net和宽U-Net分别实现了平均3.9和3.4个百分点的交并比(IoU)提升。

代码仓库

sjosias/Tsetse-Flies
pytorch
GitHub 中提及
TheUser0815/unetpp-pytorch
pytorch
GitHub 中提及
frgfm/Holocron
pytorch
GitHub 中提及
mfp0610/semantic-segmentaion
pytorch
GitHub 中提及
amirfaraji/LowDoseCTPytorch
pytorch
GitHub 中提及
gallegi/T4E_MICCAI_BrainTumor
pytorch
GitHub 中提及
4uiiurz1/pytorch-nested-unet
pytorch
GitHub 中提及
Tu-kun/cultivated_landdivision
mindspore
GitHub 中提及
MrGiovanni/Nested-UNet
官方
pytorch
GitHub 中提及
16xccheng/keras-unet
GitHub 中提及
marccoru/marinedebrisdetector
pytorch
GitHub 中提及
MrGiovanni/UNetPlusPlus
pytorch
GitHub 中提及
CarryHJR/Nested-UNet
tf
GitHub 中提及
mrgiovanni/dissertation
GitHub 中提及
qubvel/segmentation_models.pytorch
pytorch
GitHub 中提及

基准测试

基准方法指标
camouflaged-object-segmentation-on-pcod-1200UNet++
S-Measure: 0.801
medical-image-segmentation-on-2018-dataUnet++
Dice: 0.8974
Precision: -
Recall: -
mIoU: 0.9255
medical-image-segmentation-on-cvc-clinicdbU-Net++
mean Dice: 0.7940
medical-image-segmentation-on-kvasir-segU-Net++
Average MAE: 0.048
S-Measure: 0.862
max E-Measure: 0.910
mean Dice: 0.8210
semantic-segmentation-on-ai-todUnet++(ResNet-50)
Dice: 70.19
semantic-segmentation-on-cityscapes-valUNet++ (ResNet-101)
mIoU: 75.5
video-polyp-segmentation-on-sun-seg-easyUNet++
Sensitivity: 0.457
video-polyp-segmentation-on-sun-seg-easy-1UNet++
Dice: 0.559
S measure: 0.684
mean E-measure: 0.687
mean F-measure: 0.553
weighted F-measure: 0.491
video-polyp-segmentation-on-sun-seg-hardUNet++
Sensitivity: 0.467
video-polyp-segmentation-on-sun-seg-hard-1UNet++
Dice: 0.554
S-Measure: 0.685
mean E-measure: 0.697
mean F-measure: 0.544
weighted F-measure: 0.480

用 AI 构建 AI

从想法到上线——通过免费 AI 协同编程、开箱即用的环境和市场最优价格的 GPU 加速您的 AI 开发

AI 协同编程
即用型 GPU
最优价格
立即开始

Hyper Newsletters

订阅我们的最新资讯
我们会在北京时间 每周一的上午九点 向您的邮箱投递本周内的最新更新
邮件发送服务由 MailChimp 提供
UNet++:一种用于医学图像分割的嵌套U-Net架构 | 论文 | HyperAI超神经