Skip to main content
QUICK REVIEW

[论文解读] UNet++: A Nested U-Net Architecture for Medical Image Segmentation

Zongwei Zhou, Md Mahfuzur Rahman Siddiquee|arXiv (Cornell University)|Jul 18, 2018
Advanced Neural Network Applications参考文献 9被引用 270
一句话总结

UNet++ 引入嵌套密集跳跃路径和深层监督,以弥合编码器与解码器特征之间的语义差距,在多种医学分割任务中实现比 U-Net 和 wide U-Net 更高的 IoU。

ABSTRACT

In this paper, we present UNet++, a new, more powerful architecture for medical image segmentation. Our architecture is essentially a deeply-supervised encoder-decoder network where the encoder and decoder sub-networks are connected through a series of nested, dense skip pathways. The re-designed skip pathways aim at reducing the semantic gap between the feature maps of the encoder and decoder sub-networks. We argue that the optimizer would deal with an easier learning task when the feature maps from the decoder and encoder networks are semantically similar. We have evaluated UNet++ in comparison with U-Net and wide U-Net architectures across multiple medical image segmentation tasks: nodule segmentation in the low-dose CT scans of chest, nuclei segmentation in the microscopy images, liver segmentation in abdominal CT scans, and polyp segmentation in colonoscopy videos. Our experiments demonstrate that UNet++ with deep supervision achieves an average IoU gain of 3.9 and 3.4 points over U-Net and wide U-Net, respectively.

研究动机与目标

  • 通过降低编码器与解码器特征图之间的语义差距来提高医学图像的分割精度。
  • 引入重新设计的跳跃路径,采用密集连接,以增强梯度流和特征融合。
  • 利用深层监督实现多分支输出和模型剪枝,同时不牺牲性能。

提出的方法

  • 提出 UNet++,具备嵌套的密集跳跃路径,在与解码器特征融合前逐步丰富编码器特征。
  • 在跳跃路径上使用密集卷积块,以弥合编码器和解码器特征之间的语义差距。
  • 通过在多个语义层次添加辅助分割输出并组合损失来应用深层监督。
  • 提供基于深层监督的剪枝机制,在保持精度的同时减少推理时间。
  • 在四个数据集上与 U-Net 和 wide U-Net 进行比较,以评估性能提升。

实验结果

研究问题

  • RQ1UNet++ 是否在多种医学成像任务中获得比 U-Net 和 wide U-Net 更高的 IoU?
  • RQ2深层监督是否有助于提升分割性能和模型剪枝的有效性?
  • RQ3应用剪枝后,UNet++ 的推理速度表现如何?
  • RQ4哪些数据集从嵌套跳跃路径和深层监督中获益最多?

主要发现

  • 在不使用深层监督的情况下,UNet++ 相较于 U-Net 的平均 IoU 提升为 2.8 点,相较于 wide U-Net 提升为 3.3 点。
  • 使用深层监督的 UNet++ 在平均 IoU 上比 U-Net 提升 3.9 点,比 wide U-Net 提升 3.4 点。
  • 深层监督提升肝脏和肺结节数据集的分割性能,而在细胞核和结肠息肉数据集上的增益不那么明显。
  • 将 UNet++ 剪枝到 L3 平均将推理时间减少 32.2%,仅带来 0.6 点 IoU 的下降。
  • 在四个数据集上,UNet++ 展示出优越的性能或在参数更少的情况下与基线表现相当。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。