More complex encoder is not all you need
Weibin Yang, Longwei Xu, Pengwei Wang, Dehua Geng, Yusong Li, Mingyuan, Xu, Zhiqi Dong

TL;DR
This paper introduces neU-Net, a novel medical image segmentation model that emphasizes a powerful decoder with sub-pixel convolution and multi-scale wavelet inputs, achieving superior results over existing methods.
Contribution
The paper proposes a decoder-focused U-Net variant with sub-pixel convolution and multi-scale wavelet inputs, addressing limitations of traditional encoder-centric designs.
Findings
Outperforms state-of-the-art on Synapse dataset
Achieves superior results on ACDC dataset
Highlights importance of decoder design in segmentation
Abstract
U-Net and its variants have been widely used in medical image segmentation. However, most current U-Net variants confine their improvement strategies to building more complex encoder, while leaving the decoder unchanged or adopting a simple symmetric structure. These approaches overlook the true functionality of the decoder: receiving low-resolution feature maps from the encoder and restoring feature map resolution and lost information through upsampling. As a result, the decoder, especially its upsampling component, plays a crucial role in enhancing segmentation outcomes. However, in 3D medical image segmentation, the commonly used transposed convolution can result in visual artifacts. This issue stems from the absence of direct relationship between adjacent pixels in the output feature map. Furthermore, plain encoder has already possessed sufficient feature extraction capability…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · AI in cancer detection
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · Concatenated Skip Connection · U-Net · Focus · Convolution · Transposed convolution
