TL;DR
Sharp U-Net introduces a depthwise convolutional approach with sharpening filters to improve biomedical image segmentation, reducing artifacts and enhancing accuracy without increasing model complexity.
Contribution
The paper proposes a novel Sharp U-Net architecture that employs a sharpening filter in skip connections, improving segmentation quality over traditional U-Net without additional learnable parameters.
Findings
Consistently outperforms state-of-the-art models on six datasets.
Matches or exceeds performance of larger models with fewer parameters.
Effectively reduces artifacts and improves feature fusion.
Abstract
The U-Net architecture, built upon the fully convolutional network, has proven to be effective in biomedical image segmentation. However, U-Net applies skip connections to merge semantically different low- and high-level convolutional features, resulting in not only blurred feature maps, but also over- and under-segmented target regions. To address these limitations, we propose a simple, yet effective end-to-end depthwise encoder-decoder fully convolutional network architecture, called Sharp U-Net, for binary and multi-class biomedical image segmentation. The key rationale of Sharp U-Net is that instead of applying a plain skip connection, a depthwise convolution of the encoder feature map with a sharpening kernel filter is employed prior to merging the encoder and decoder features, thereby producing a sharpened intermediate feature map of the same size as the encoder map. Using this…
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
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Max Pooling · Convolution · Depthwise Convolution · U-Net
