改进U-Net下采样方式,提升医学图像分割精度
Redefining the Down-Sampling Scheme of U-Net for Precision Biomedical Image Segmentation
- 用多方向小池化序列替代传统快速下采样,减缓信息丢失
- 2D/3D U-Net在三个基准上平均Dice提升3.8%
- 通过传递熵分析验证信息保留机制,适合高精度医学图像任务
U-Net架构在生物医学图像分割(BIS)中表现优异,但常因传统下采样策略牺牲信息保留而难以捕捉长距离依赖。本文提出一种简单有效的改进方法——阶梯池化(Stair Pooling),通过串联多个小而窄的池化操作并采用不同方向,放缓每步下采样速率,将每层2D池化的维度缩减比例从1/4降低至1/2。该方法可扩展至3D池化,进一步保留空间信息。这种信息保留显著增强上采样阶段的细节重建能力,从而提升长距离上下文建模性能。在三个BIS基准上的大量实验表明,该方法使2D与3D U-Net的平均Dice分数提升3.8%。同时,借助传递熵分析,定量验证了所提方法有效减少信息损失。
原文摘要 · Abstract (English)
U-Net architectures have been instrumental in advancing biomedical image segmentation (BIS) but often struggle with capturing long-range information. One reason is the conventional down-sampling techniques that prioritize computational efficiency at the expense of information retention. This paper introduces a simple but effective strategy, we call it Stair Pooling, which moderates the pace of down-sampling and reduces information loss by leveraging a sequence of concatenated small and narrow pooling operations in varied orientations. Specifically, our method modifies the reduction in dimensionality within each 2D pooling step from $\frac{1}{4}$ to $\frac{1}{2}$. This approach can also be adapted for 3D pooling to preserve even more information. Such preservation aids the U-Net in more effectively reconstructing spatial details during the up-sampling phase, thereby enhancing its ability to capture long-range information and improving segmentation accuracy. Extensive experiments on three BIS benchmarks demonstrate that the proposed Stair Pooling can increase both 2D and 3D U-Net performance by an average of 3.8\% in Dice scores. Moreover, we leverage the transfer entropy to select the optimal down-sampling paths and quantitatively show how the proposed Stair Pooling reduces the information loss.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。