DTC: A Deformable Transposed Convolution Module for Medical Image Segmentation
Chengkun Sun, Jinqian Pan, Renjie Liang, Zhengkang Fan, Xin Miao, Jiang Bian, Jie Xu

TL;DR
This paper introduces DTC, a deformable transposed convolution module that adaptively learns sampling positions to improve upsampling in medical image segmentation, enhancing detail and structural preservation.
Contribution
It proposes a novel deformable transposed convolution method that learns dynamic sampling locations, improving upsampling quality in 2D and 3D medical image segmentation models.
Findings
DTC improves segmentation accuracy on BTCV15, ISIC18, and BUSI datasets.
DTC enhances feature reconstruction and detail recovery in segmentation models.
The method is effectively integrated into existing architectures, showing consistent performance gains.
Abstract
In medical image segmentation, particularly in UNet-like architectures, upsampling is primarily used to transform smaller feature maps into larger ones, enabling feature fusion between encoder and decoder features and supporting multi-scale prediction. Conventional upsampling methods, such as transposed convolution and linear interpolation, operate on fixed positions: transposed convolution applies kernel elements to predetermined pixel or voxel locations, while linear interpolation assigns values based on fixed coordinates in the original feature map. These fixed-position approaches may fail to capture structural information beyond predefined sampling positions and can lead to artifacts or loss of detail. Inspired by deformable convolutions, we propose a novel upsampling method, Deformable Transposed Convolution (DTC), which learns dynamic coordinates (i.e., sampling positions) to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Medical Imaging and Analysis
