HDDPM: Heteroscedastic Denoising Diffusion Probabilistic Model for Quantitative Low-Count Brain PET Recovery
arXiv:2606.28513v1 Announce Type: cross Abstract: Positron emission tomography (PET) seeks to balance diagnostic quality with ra-diation dose. Low-count PET noise is non-Gaussian, non-stationary, and spatial-ly dependent. It scales directly with local activity and is shaped by iterative...
What Happened
Researchers have introduced HDDPM (Heteroscedastic Denoising Diffusion Probabilistic Model), a novel AI architecture designed specifically for quantitative recovery of low-count brain PET (Positron Emission Tomography) images. The core innovation addresses a fundamental challenge in medical imaging: PET scans require balancing diagnostic image quality against radiation exposure to patients. Low-count PET scans reduce radiation dose but introduce complex noise patterns that are non-Gaussian, non-stationary, and spatially dependent—meaning the noise characteristics vary across different brain regions and scale with local metabolic activity.
The HDDPM model adapts diffusion probabilistic models—a class of generative AI that has gained prominence in image synthesis—to explicitly model this heteroscedastic (varying) noise structure. Rather than treating noise as uniform across the image, HDDPM learns the spatially varying noise distribution and uses this knowledge to guide the denoising process. This represents a departure from standard diffusion models that typically assume homoscedastic (constant) noise.
Why It Matters
This work addresses a critical bottleneck in clinical PET imaging. Current low-dose protocols often degrade diagnostic confidence, particularly for subtle abnormalities or quantitative analysis of brain metabolism. The HDDPM approach offers a path to maintain diagnostic quality while reducing radiation exposure—a significant concern in nuclear medicine, especially for pediatric patients or those requiring serial monitoring.
From a technical standpoint, the explicit modeling of heteroscedastic noise is noteworthy. Most diffusion models in medical imaging treat noise as a uniform additive process, which is a simplification that breaks down in real-world PET data. By incorporating the physics of PET acquisition—where noise scales with signal intensity and varies across anatomical regions—HDDPM achieves more faithful recovery of quantitative tracer uptake values. This quantitative accuracy is essential for clinical tasks like measuring metabolic rates or tracking disease progression.
The paper also demonstrates that HDDPM outperforms standard denoising diffusion models and conventional post-processing methods on metrics relevant to clinical PET, such as bias and variance in region-of-interest analysis. This suggests the model preserves the quantitative integrity of the images, not just their visual appearance.
Implications for AI Practitioners
For researchers working on diffusion models in scientific or medical domains, HDDPM provides a template for incorporating domain-specific noise models into the diffusion framework. The key lesson is that the noise schedule—typically a fixed hyperparameter in standard diffusion models—can be learned from data and made spatially adaptive.
Practitioners should note that this approach likely requires careful calibration to the specific imaging system and tracer being used. The heteroscedastic noise model must be trained on paired low-count and full-count PET data, which may not be available in all clinical settings. Transfer learning or synthetic data generation may be necessary for broader deployment.
The architecture also opens questions about computational efficiency. Diffusion models are notoriously slow at inference due to iterative denoising steps. The authors do not report inference times, but practitioners should evaluate whether the improved quantitative accuracy justifies the computational cost in clinical workflows, where rapid turnaround is often required.
Key Takeaways
- HDDPM introduces a diffusion model that explicitly learns spatially varying, signal-dependent noise patterns in low-count PET, moving beyond the uniform noise assumption of standard diffusion models.
- The model improves quantitative accuracy of tracer uptake values, which is critical for clinical PET interpretation and disease monitoring, not just visual image quality.
- AI practitioners should consider incorporating domain-specific noise models into diffusion architectures when working with scientific or medical data where noise physics are well-understood.
- Clinical deployment will require careful validation across different PET scanners, tracers, and patient populations, and may face computational challenges due to iterative inference.