IVCVNov 25, 2024

LegoPET: Hierarchical Feature Guided Conditional Diffusion for PET Image Reconstruction

arXiv:2411.16629v12 citationsh-index: 2Has CodeISBI
Originality Incremental advance
AI Analysis

This addresses the problem of producing high-quality PET images for medical applications like cancer detection, though it appears incremental as it builds on prior diffusion models.

The paper tackled PET image reconstruction from sinogram data by introducing LegoPET, a hierarchical feature guided conditional diffusion model, which improved performance over existing deep learning methods, achieving higher PSNR/SSIM metrics and better visual quality.

Positron emission tomography (PET) is widely utilized for cancer detection due to its ability to visualize functional and biological processes in vivo. PET images are usually reconstructed from histogrammed raw data (sinograms) using traditional iterative techniques (e.g., OSEM, MLEM). Recently, deep learning (DL) methods have shown promise by directly mapping raw sinogram data to PET images. However, DL approaches that are regression-based or GAN-based often produce overly smoothed images or introduce various artifacts respectively. Image-conditioned diffusion probabilistic models (cDPMs) are another class of likelihood-based DL techniques capable of generating highly realistic and controllable images. While cDPMs have notable strengths, they still face challenges such as maintain correspondence and consistency between input and output images when they are from different domains (e.g., sinogram vs. image domain) as well as slow convergence rates. To address these limitations, we introduce LegoPET, a hierarchical feature guided conditional diffusion model for high-perceptual quality PET image reconstruction from sinograms. We conducted several experiments demonstrating that LegoPET not only improves the performance of cDPMs but also surpasses recent DL-based PET image reconstruction techniques in terms of visual quality and pixel-level PSNR/SSIM metrics. Our code is available at https://github.com/yransun/LegoPET.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes