U-TTT: Towards Generalizable PET Image Denoising via Test-Time Training

· Source: cs.CV updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, long

Summary

U-TTT is a novel U-shaped deep learning model designed for robust Positron Emission Tomography (PET) image denoising, specifically addressing performance degradation under distribution shifts. It integrates Test-Time Training (TTT) layers to dynamically adjust model parameters during inference, adapting to individual test data characteristics like varying dose levels or scanner types. A key innovation is its dual-domain adaptation mechanism, featuring a Spatial Test-Time Training (S-TTT) layer for correcting spatial structural degradations and a Frequency Test-Time Training (F-TTT) layer for suppressing global noise spectra and restoring high-frequency details. This approach allows U-TTT to achieve state-of-the-art PET denoising performance, outperforming methods like VQPET by an average of 0.80 dB in PSNR and 0.0028 in SSIM, and reducing lesion error by 0.0154. Experiments confirm its superior generalization across unseen dose levels and scanners.

Key takeaway

For Machine Learning Engineers developing PET image denoising solutions, you should consider integrating Test-Time Training (TTT) layers into your models. This approach dynamically adapts to unseen scanner types and dose levels, significantly improving generalization. Implement dual-domain adaptation with spatial and frequency TTT layers to comprehensively address noise and structural degradation. This ensures robust clinical deployment and superior performance compared to static models.

Key insights

U-TTT uses dual-domain Test-Time Training layers for robust PET image denoising under distribution shifts.

Principles

Method

U-TTT employs a U-shaped encoder-decoder with S-TTT and F-TTT blocks. These layers perform feature reconstruction tasks, dynamically updating inner model parameters via gradient descent during inference.

In practice

Topics

Code references

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.