Task-Adaptive Low-Dose CT Reconstruction
Necati Sefercioglu, Mehmet Ozan Unal, Metin Ertas, Isa Yildirim
TL;DR
The paper tackles the problem that low-dose CT reconstructions, while scoring well on traditional image fidelity metrics, often fail to preserve information essential for diagnostic tasks. It introduces a task-adaptive reconstruction framework that freezes a pre-trained task network and uses its outputs as a regularizer in the reconstruction loss, balanced by a weight $\alpha$, to preserve task-relevant features without diverging from plausible reconstructions. Applied to liver and liver tumor segmentation, the method achieves Dice scores near full-dose performance (around $0.706$–$0.707$) and significantly outperforms joint-training baselines and traditional methods. This approach provides an easily integrable path to produce diagnostically faithful reconstructions from LDCT, with potential to improve clinical adoption and task-driven quality assessment in CT imaging.
Abstract
Deep learning-based low-dose computed tomography reconstruction methods already achieve high performance on standard image quality metrics like peak signal-to-noise ratio and structural similarity index measure. Yet, they frequently fail to preserve the critical anatomical details needed for diagnostic tasks. This fundamental limitation hinders their clinical applicability despite their high metric scores. We propose a novel task-adaptive reconstruction framework that addresses this gap by incorporating a frozen pre-trained task network as a regularization term in the reconstruction loss function. Unlike existing joint-training approaches that simultaneously optimize both reconstruction and task networks, and risk diverging from satisfactory reconstructions, our method leverages a pre-trained task model to guide reconstruction training while still maintaining diagnostic quality. We validate our framework on a liver and liver tumor segmentation task. Our task-adaptive models achieve Dice scores up to 0.707, approaching the performance of full-dose scans (0.874), and substantially outperforming joint-training approaches (0.331) and traditional reconstruction methods (0.626). Critically, our framework can be integrated into any existing deep learning-based reconstruction model through simple loss function modification, enabling widespread adoption for task-adaptive optimization in clinical practice. Our codes are available at: https://github.com/itu-biai/task_adaptive_ct
