Dynamic U-Net: Adaptively Calibrate Features for Abdominal Multi-organ Segmentation
Jin Yang, Daniel S. Marcus, and Aristeidis Sotiras

TL;DR
This paper introduces Dynamic U-Net, an improved architecture for abdominal multi-organ segmentation that adaptively calibrates and aligns features to enhance segmentation accuracy over standard U-Net.
Contribution
The paper proposes novel modules (DCC, DCD, DCU) that enable dynamic feature calibration and alignment, addressing limitations of standard U-Net in multi-organ segmentation.
Findings
Achieved statistically significant improvements in segmentation accuracy.
Effectively preserves deformable and discriminative features during processing.
Enhanced feature alignment reduces segmentation errors.
Abstract
U-Net has been widely used for segmenting abdominal organs, achieving promising performance. However, when it is used for multi-organ segmentation, first, it may be limited in exploiting global long-range contextual information due to the implementation of standard convolutions. Second, the use of spatial-wise downsampling (e.g., max pooling or strided convolutions) in the encoding path may lead to the loss of deformable or discriminative details. Third, features upsampled from the higher level are concatenated with those that persevered via skip connections. However, repeated downsampling and upsampling operations lead to misalignments between them and their concatenation degrades segmentation performance. To address these limitations, we propose Dynamically Calibrated Convolution (DCC), Dynamically Calibrated Downsampling (DCD), and Dynamically Calibrated Upsampling (DCU) modules,…
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
TopicsCOVID-19 diagnosis using AI · Radiomics and Machine Learning in Medical Imaging
MethodsConcatenated Skip Connection · Max Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Convolution · U-Net · ALIGN
