paper-with-me

Papers

Narrowing the semantic gaps in U-Net with learnable skip connections: The case of medical image segmentation

2023-12-23 · Haonan Wang, Peng Cao, Xiaoli Liu, Jinzhu Yang, Osmar Zaiane

Most state-of-the-art methods for medical image segmentation adopt the encoder-decoder architecture. However, this U-shaped framework still has limitations in capturing the non-local multi-scale information with a simple skip connection. To solve the problem, we firstly explore the potential weakness of skip connections in U-Net on multiple segmentation tasks, and find that i) not all skip connections are useful, each skip connection has different contribution; ii) the optimal combinations of skip connections are different, relying on the specific datasets. Based on our findings, we propose a new segmentation framework, named UDTransNet, to solve three semantic gaps in U-Net. Specifically, we propose a Dual Attention Transformer (DAT) module for capturing the channel- and spatial-wise relationships to better fuse the encoder features, and a Decoder-guided Recalibration Attention (DRA) module for effectively connecting the DAT tokens and the decoder features to eliminate the inconsistency. Hence, both modules establish a learnable connection to solve the semantic gaps between the encoder and the decoder, which leads to a high-performance segmentation model for medical images. Comprehensive experimental results indicate that our UDTransNet produces higher evaluation scores and finer segmentation results with relatively fewer parameters over the state-of-the-art segmentation methods on different public datasets. Code: https://github.com/McGregorWwww/UDTransNet.

📄 PDF Abstract BibTeX arXiv:2312.15182

Code (3)

McGregorWwww/UDTransNet 공식 구현 pytorch
FaceOnLive/Realtime-Background-Changer-SDK-Android
mcgregorwwww/uctransnet pytorch

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

Rethinking Skip Connections in Spiking Neural Networks with Time-To-First-Spike Coding

2023-12-01 · Youngeun Kim, Adar Kahana, Ruokai Yin, Yuhang Li 외

Time-To-First-Spike (TTFS) coding in Spiking Neural Networks (SNNs) offers significant advantages in terms of energy efficiency, closely mimicking the behavior of biological neurons. In this work, we delve into the role …

Select, Attend, and Transfer: Light, Learnable Skip Connections

2018-04-14 · Saeid Asgari Taghanaki, Aicha Bentaieb, Anmol Sharma, S. Kevin Zhou 외

Skip connections in deep networks have improved both segmentation and classification performance by facilitating the training of deeper network architectures, and reducing the risks for vanishing gradients. They equip en…

DecoderSegmentation

PT-WNO: Point Transformer with Wavelet Neural Operator for 3D Point Cloud Semantic Segmentation

2026-06-09 · Nhut Le, Maryam Rahnemoonfar arxiv

Point cloud semantic segmentation requires architectures that capture both fine-grained local geometry and broad global scene structure. Transformer-based networks have demonstrated strong performance by focusing on deta…

Semantic SegmentationScene Understanding

FusionU-Net: U-Net with Enhanced Skip Connection for Pathology Image Segmentation

2023-10-17 · Zongyi Li, Hongbing Lyu, Jun Wang

In recent years, U-Net and its variants have been widely used in pathology image segmentation tasks. One of the key designs of U-Net is the use of skip connections between the encoder and decoder, which helps to recover …

DecoderImage SegmentationSemantic Segmentation

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