Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

PWD: Prior-Guided and Wavelet-Enhanced Diffusion Model for Limited-Angle CT

Created by
  • Haebom

Author

Yi Liu, Yiyang Wen, Zekun Zhou, Junqi Ma, Linghang Wang, Yucheng Yao, Liu Shi, Qiegen Liu

Outline

In this paper, we propose a novel diffusion model, PWD (Prior information embedding and wavelet feature fusion fast sampling diffusion model), for medical image reconstruction in limited-angle CBCT (LACT). To solve the slow inference speed problem of the existing diffusion model, PWD enables efficient sampling through prior information embedding and wavelet feature fusion. In the training phase, the structural correspondence between the LACT image and the fully sampled image is learned, and in the inference phase, the LACT image is used as prior information to achieve high-quality reconstruction with a small sampling step. Multi-scale feature fusion in the wavelet domain improves the reconstruction of microstructures. Experimental results using clinical dental arch CBCT and apex image datasets show that PWD outperforms the existing methods in PSNR and SSIM indices. In particular, PSNR is improved by more than 1.7 dB and SSIM by more than 10% with only 50 samplings.

Takeaways, Limitations

Takeaways:
An efficient method for high-quality image reconstruction in limited angle computed tomography (LACT)
Solving the slow inference speed problem of existing diffusion models
Improved microstructure reconstruction through prior information utilization and wavelet feature fusion
Performance verification through experiments using clinical datasets
Limitations:
Further research is needed on the generalization performance of the proposed PWD model.
Need to review applicability to various medical imaging modalities
There is potential for performance optimization for specific datasets.
Robustness verification is needed through additional experiments using large-scale datasets.
👍