A Dual Path Framework with Hotspot Guided Fusion for Three Dimensional CT to PET Synthesis in Head and Neck Cancer

· Source: cs.CV updates on arXiv.org · Field: Health & Wellbeing — Health & Medical Research, Medical Devices & Health Technology · Depth: Expert, extended

Summary

A three-dimensional dual-path deep learning framework is introduced for synthesizing PET-like images directly from routine CT scans in head and neck cancer patients. Evaluated on 44 patients from the publicly available QIN-HEADNECK dataset using five-fold cross-validation, the framework integrates a regression U-Net for quantitative SUV estimation and a conditional generative adversarial network (cGAN) for realistic PET texture. Their outputs are fused using hotspot-guided Laplacian pyramid blending. The framework achieved a mean absolute error of 0.00395, PSNR of 39.19 dB, and SSIM of 0.9634 on reconstructed 3D PET volumes. It accurately localized many FDG-avid lesions and produced anatomically realistic background texture, though it systematically underestimated SUV within highly metabolically active tumor regions, a limitation consistent with previous studies. This model serves as a proof-of-concept for estimating metabolically informative imaging from CT, not as a diagnostic replacement.

Key takeaway

For AI Scientists and Machine Learning Engineers developing medical image synthesis models, you should consider adopting a dual-path optimization strategy. This approach allows you to independently refine quantitative accuracy and perceptual realism, then selectively combine them using anatomically informed fusion. This can mitigate the common trade-off between smooth, accurate quantitative outputs and sharp, realistic textures, providing a more robust framework for generating clinically useful synthetic images, especially where precise lesion quantification is critical.

Key insights

Separating quantitative and perceptual objectives in medical image synthesis improves both accuracy and realism.

Principles

Method

A dual-path architecture uses a regression U-Net for voxel-wise SUV and a cGAN for realistic PET texture. Outputs are fused via hotspot-guided 3D Laplacian pyramid blending, prioritizing regression in active regions.

In practice

Topics

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.