paper-with-me

Papers

Rethinking U-net Skip Connections for Biomedical Image Segmentation

2024-02-13 · Frauke Wilm, Jonas Ammeling, Mathias Öttl, Rutger H. J. Fick, Marc Aubreville, Katharina Breininger

The U-net architecture has significantly impacted deep learning-based segmentation of medical images. Through the integration of long-range skip connections, it facilitated the preservation of high-resolution features. Out-of-distribution data can, however, substantially impede the performance of neural networks. Previous works showed that the trained network layers differ in their susceptibility to this domain shift, e.g., shallow layers are more affected than deeper layers. In this work, we investigate the implications of this observation of layer sensitivity to domain shifts of U-net-style segmentation networks. By copying features of shallow layers to corresponding decoder blocks, these bear the risk of re-introducing domain-specific information. We used a synthetic dataset to model different levels of data distribution shifts and evaluated the impact on downstream segmentation performance. We quantified the inherent domain susceptibility of each network layer, using the Hellinger distance. These experiments confirmed the higher domain susceptibility of earlier network layers. When gradually removing skip connections, a decrease in domain susceptibility of deeper layers could be observed. For downstream segmentation performance, the original U-net outperformed the variant without any skip connections. The best performance, however, was achieved when removing the uppermost skip connection - not only in the presence of domain shifts but also for in-domain test data. We validated our results on three clinical datasets - two histopathology datasets and one magnetic resonance dataset - with performance increases of up to 10% in-domain and 13% cross-domain when removing the uppermost skip connection.

📄 PDF Abstract BibTeX arXiv:2402.08276

Code (0)

등록된 구현이 없습니다.

Tasks

Image 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…
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…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

The Importance of Skip Connections in Biomedical Image Segmentation

2016-08-14 · Michal Drozdzal, Eugene Vorontsov, Gabriel Chartrand, Samuel Kadoury 외

In this paper, we study the influence of both long and short skip connections on Fully Convolutional Networks (FCN) for biomedical image segmentation. In standard FCNs, only long skip connections are used to skip feature…

Image SegmentationSemantic Segmentation

ACE-Net: Biomedical Image Segmentation with Augmented Contracting and Expansive Paths

2019-08-23 · Yanhao Zhu, Zhineng Chen, Shuai Zhao, Hongtao Xie 외

Nowadays U-net-like FCNs predominate various biomedical image segmentation applications and attain promising performance, largely due to their elegant architectures, e.g., symmetric contracting and expansive paths as wel…

Image SegmentationSegmentationSemantic Segmentation

U-Net v2: Rethinking the Skip Connections of U-Net for Medical Image Segmentation

2023-11-29 · Yaopeng Peng, Milan Sonka, Danny Z. Chen

In this paper, we introduce U-Net v2, a new robust and efficient U-Net variant for medical image segmentation. It aims to augment the infusion of semantic information into low-level features while simultaneously refining…

Computational EfficiencyDecoderImage SegmentationLesion Segmentation+4

UCTransNet: Rethinking the Skip Connections in U-Net from a Channel-wise Perspective with Transformer

2021-09-09 · Haonan Wang, Peng Cao, Jiaqi Wang, Osmar R. Zaiane

Most recent semantic segmentation methods adopt a U-Net framework with an encoder-decoder architecture. It is still challenging for U-Net with a simple skip connection scheme to model the global multi-scale context: 1) N…

DecoderImage SegmentationMedical Image SegmentationSegmentation+2

SA-UNetv2: Rethinking Spatial Attention U-Net for Retinal Vessel Segmentation

2025-09-15 · Changlu Guo, Anders Nymark Christensen, Anders Bjorholm Dahl, Yugen Yi 외 arxiv

Retinal vessel segmentation is essential for early diagnosis of diseases such as diabetic retinopathy, hypertension, and neurodegenerative disorders. Although SA-UNet introduces spatial attention in the bottleneck, it un…

Retinal Vessel Segmentation