CDI-Net: Joint Deep Learning for Cardiac SPECT
- CDI-Net is a deep learning framework that jointly denoises low-dose projections, recovers full-dose images from limited-angle data, and generates synthetic μ-maps.
- It integrates alternating U-Nets in projection and image domains with cross-domain residual and dense connections to iteratively refine outputs.
- Adaptive weight recalibrators enhance channel features, resulting in significant improvements in NMSE, SSIM, and PSNR over traditional methods.
Cross-Domain Iterative Networks (CDI-Net) are deep learning architectures designed for the simultaneous solution of multiple, clinically motivated inverse problems in medical imaging, particularly in cardiac Single-Photon Emission Computed Tomography (SPECT). CDI-Net is the first reported framework to address, within a unified end-to-end trainable network, (i) denoising of low-dose (LD) projections, (ii) full-angle, full-dose (FA–FD) projection reconstruction from limited-angle (LA) input, and (iii) CT-free attenuation correction (AC) via synthetic attenuation map (-map) generation. CDI-Net achieves this through tightly integrated projection- and image-domain networks, cross-domain iterative connections, and adaptive channel-wise feature recalibration, resulting in significant improvements in projection, -map, and reconstruction accuracy compared to prior methods addressing each task separately (Chen et al., 2023).
1. Motivation and Problem Formulation
Cardiac SPECT imaging routinely contends with multiple confounding factors: LD protocols, intended to reduce patient radiation burden, amplify Poisson noise in projection data; LA acquisitions, which limit detector coverage for reduced hardware cost and expedited scans, induce severe angular undersampling artifacts; and CT-derived -maps, the standard for AC, are unavailable to most SPECT scanners and may introduce dose and misregistration issues. CDI-Net is developed to jointly address these limitations.
The SPECT projection model under monoenergetic assumptions is formalized as:
where represents the activity distribution, the linear attenuation coefficients, the emission system matrix, the attenuation projection operator, and denotes element-wise multiplication.
CDI-Net operationalizes the joint denoising and LA-to-FA recovery and synthetic -map generation as learning mappings:
with the input 10%-count, 9-angle projection, the uncorrected ML-EM reconstruction from , and , the predicted FA–FD projection and -map, respectively (Chen et al., 2023).
2. CDI-Net Architecture and Cross-Domain Iteration
CDI-Net comprises alternating pairs of U-Net architectures in projection space (“Proj-Net”) and image space (“Img-Net”), interleaved across up to iterative blocks. This alternation leverages two principal mechanisms:
- Cross-Domain Residual Connections (CD-RC): Emission (projection) and anatomical (-map) cues are exchanged between domains. Specifically, ML-EM backprojection of predicted projections () is concatenated with image-domain features; forward projection of -maps () informs the projection-domain network.
- Cross-Iteration Dense Connections (CI-DC): All intermediate estimates of projections and -maps are concatenated with their respective domain inputs at each iteration, promoting iterative refinement.
After iterations, CDI-Net outputs both and . These are supplied to a conventional off-line ML-EM algorithm (30 iterations) for final attenuation-corrected SPECT image reconstruction (Chen et al., 2023).
3. Adaptive Weight Recalibrators
Adaptive Weight Recalibrators (AWR) are channel-wise feature re-weighting modules applied prior to each U-Net in both domains. Each AWR module processes a multi-channel input tensor using global spatial average pooling, a two-layer fully-connected block, and sigmoid nonlinearity to yield channel scalars . Features are then rescaled () and a global residual connection restores the original information:
AWR modules adaptively modulate, via data-driven learning, the impact of emission and anatomical feature channels on final predictions, significantly improving both projection and -map estimation accuracy (Chen et al., 2023).
4. Training Paradigm and Loss Formulation
CDI-Net is optimized using an loss summed across projection and -map prediction iterations:
with . Adam optimization is employed (initial learning rates: for image-domain, for projection-domain; exponential decay). CDI-Net is trained for 50 epochs; single-task baselines (UNet, Attn-UNet, DuDoSS) are trained for 200 epochs (Chen et al., 2023).
5. Experimental Evaluation and Outcomes
Experiments are conducted on 474 clinical myocardial perfusion imaging (MPI) SPECT studies (GE NM/CT 570c, 19 pinhole detectors, 3 columns). The dataset is partitioned into 200 training, 74 validation, and 200 test subjects. Inputs are 10%-count, 9-angle LD–LA projections; ground truth is provided by FA–FD projections and registered CT -maps.
Reconstruction accuracy is quantified by NMSE, NMAE, SSIM, and PSNR. CDI-Net demonstrates consistent, statistically significant performance gains over all baseline architectures:
| Output | Metric | CDI-Net | Best Baseline |
|---|---|---|---|
| Pred. Projections | NMSE (%) | 2.15 0.69 | 3.19 1.11 |
| -maps | NMSE (%) | 11.42 4.31 | 12.45 |
| AC SPECT | NMSE (%) | 4.82 1.44 | 5.68 |
| SSIM (Recon) | 0.8829 0.0194 | 0.8706 | |
| PSNR (Recon, dB) | 32.69 1.65 | 32.00 |
Improvements are significant (). Error curves (Figure 1 (Chen et al., 2023)) indicate stable convergence by iteration , and robust superiority persists over varying LD levels from 1% to 80%.
6. Ablation Studies
Ablation studies isolate the contributions of dense cross-iteration aggregation (CI-DC), cross-domain feature fusion (CD-RC), and adaptive re-weighting (AWR). Removal of any component degrades performance. For example, omitting CI-DC increases projection NMSE to 2.56% (vs 2.15% full), -NMSE to 11.88% (vs 11.42%), and AC SPECT NMSE to 5.45% (vs 4.82%). Analogous declines are observed for exclusion of CD-RC or AWR. This confirms the complementary roles of iterative and cross-domain information fusion and channel calibration (Chen et al., 2023).
7. Context and Impact
CDI-Net establishes a new paradigm in medical imaging deep learning by enabling simultaneous joint solution of denoising, LA-to-FA recovery, and pseudo–CT attenuation correction. The methodology integrates projection and image-domain cues, dense iterative fusion, and channel adaptivity in a fully end-to-end trainable framework. The demonstrated improvements in projection, -map, and AC SPECT image quality on clinical data suggest enhanced clinical utility and generalizability relative to single-task and dual-domain approaches. CDI-Net’s design principles—cross-domain iterative coupling and channel recalibration—offer a template for expanding joint multi-task inverse solution networks in other imaging domains (Chen et al., 2023).