SGDC: Structurally-Guided Dynamic Convolution for Medical Image Segmentation

Abstract

Spatially variant dynamic convolution provides a principled approach of integrating spatial adaptivity into deep neural networks. However, mainstream designs in medical segmentation commonly generate dynamic kernels through average pooling, which implicitly collapses high-frequency spatial details into a coarse, spatially-compressed representation, leading to over-smoothed predictions that degrade the fidelity of fine-grained clinical structures. To address this limitation, we propose a novel Structure-Guided Dynamic Convolution (SGDC) mechanism, which leverages an explicitly supervised structure-extraction branch to guide the generation of dynamic kernels and gating signals for structure-aware feature modulation. Specifically, the high-fidelity boundary information from this auxiliary branch is fused with semantic features to enable spatially-precise feature modulation. By replacing context aggregation with pixel-wise structural guidance, the proposed design effectively prevents the information loss introduced by average pooling. Experimental results show that SGDC achieves state-of-the-art performance on ISIC 2016, PH2, ISIC 2018, and CoNIC datasets, delivering superior boundary fidelity by reducing the Hausdorff Distance (HD95) by 2.05, and providing consistent IoU gains of 0.99%-1.49% over pooling-based baselines. Moreover, the mechanism exhibits strong potential for extension to other fine-grained, structure-sensitive vision tasks, such as small-object detection, offering a principled solution for preserving structural integrity in medical image analysis.

Cite

Text

Shi et al. "SGDC: Structurally-Guided Dynamic Convolution for Medical Image Segmentation." Proceedings of The 9th International Conference on Medical Imaging with Deep Learning, 2026.

Markdown

[Shi et al. "SGDC: Structurally-Guided Dynamic Convolution for Medical Image Segmentation." Proceedings of The 9th International Conference on Medical Imaging with Deep Learning, 2026.](https://mlanthology.org/midl/2026/shi2026midl-sgdc/)

BibTeX

@inproceedings{shi2026midl-sgdc,
  title     = {{SGDC: Structurally-Guided Dynamic Convolution for Medical Image Segmentation}},
  author    = {Shi, Bo and Zhu, Wei-ping and Swamy, M.N.S},
  booktitle = {Proceedings of The 9th International Conference on Medical Imaging with Deep Learning},
  year      = {2026},
  pages     = {989-1003},
  volume    = {315},
  url       = {https://mlanthology.org/midl/2026/shi2026midl-sgdc/}
}