ResDynUNet++: A nested U-Net with residual dynamic convolution blocks for dual-spectral CT
Ze Yuan, Wenbin Li, Shusen Zhao
TL;DR
The paper addresses dual-spectral CT reconstruction by decomposing attenuation into two basis materials from dual-energy projections. It introduces a hybrid framework that combines a fast model-driven step using oblique projection modification technique (OPMT) with a data-driven refinement network, ResDynUNet++. ResDynUNet++ builds on UNet++ with residual dynamic convolution blocks to overcome channel imbalance and interface artifacts, improving image quality. Experiments on synthetic phantoms and real head CT data show superior quantitative metrics (lower MSE, higher PSNR/SSIM) compared with UNet++ variants, demonstrating practical potential for DSCT material decomposition.
Abstract
We propose a hybrid reconstruction framework for dual-spectral CT (DSCT) that integrates iterative methods with deep learning models. The reconstruction process consists of two complementary components: a knowledge-driven module and a data-driven module. In the knowledge-driven phase, we employ the oblique projection modification technique (OPMT) to reconstruct an intermediate solution of the basis material images from the projection data. We select OPMT for this role because of its fast convergence, which allows it to rapidly generate an intermediate solution that successfully achieves basis material decomposition. Subsequently, in the data-driven phase, we introduce a novel neural network, ResDynUNet++, to refine this intermediate solution. The ResDynUNet++ is built upon a UNet++ backbone by replacing standard convolutions with residual dynamic convolution blocks, which combine the adaptive, input-specific feature extraction of dynamic convolution with the stable training of residual connections. This architecture is designed to address challenges like channel imbalance and near-interface large artifacts in DSCT, producing clean and accurate final solutions. Extensive experiments on both synthetic phantoms and real clinical datasets validate the efficacy and superior performance of the proposed method.
