Enhancing medical image segmentation with adaptive convolution and dynamic high-frequency feature enhancement
摘要
Medical image segmentation is a pivotal technology in diagnostics and treatment planning, enabling precise identification and segmentation of biological structures. This study introduces ACHE-Net, a novel U-shaped network integrating adaptive decomposed convolution (ADConv) and a dynamic high-frequency feature enhancement module (DHF). ADConv balances model performance and computational overhead by dynamically adjusting the convolution kernel size based on feature channel numbers. The DHF module enhances high-frequency components using dynamic discrete wavelet transform (DWT), adjustable according to input feature resolution. Experimental results on six datasets (GlaS, BUSI, Kvasir, CVC-ClinicDB, ISIC2018 and COVID-19) demonstrate that ACHE-Net outperforms other popular models with fewer parameters, achieving significant improvements in Dice scores and HD95 metrics. Source code is available at: https://github.com/xwg111/ACHENet.