IEEE Trans Med Imaging. 2023 Nov;42(11):3362-3373. doi: 10.1109/TMI.2023.3283948. Epub 2023 Oct 27.
Image-to-image translation has seen major advances in computer vision but can be difficult to apply to medical images, where imaging artifacts and data scarcity degrade the performance of conditional generative adversarial networks. We develop the spatial-intensity transform (SIT) to improve output image quality while closely matching the target domain. SIT constrains the generator to a smooth spatial transform (diffeomorphism) composed with sparse intensity changes. SIT is a lightweight, modular network component that is effective on various architectures and training schemes. Relative to unconstrained baselines, this technique significantly improves image fidelity, and our models generalize robustly to different scanners. Additionally, SIT provides a disentangled view of anatomical and textural changes for each translation, making it easier to interpret the model's predictions in terms of physiological phenomena. We demonstrate SIT on two tasks: predicting longitudinal brain MRIs in patients with various stages of neurodegeneration, and visualizing changes with age and stroke severity in clinical brain scans of stroke patients. On the first task, our model accurately forecasts brain aging trajectories without supervised training on paired scans. On the second task, it captures associations between ventricle expansion and aging, as well as between white matter hyperintensities and stroke severity. As conditional generative models become increasingly versatile tools for visualization and forecasting, our approach demonstrates a simple and powerful technique for improving robustness, which is critical for translation to clinical settings. Source code is available at github.com/clintonjwang/spatial-intensity-transforms.
图像到图像的翻译在计算机视觉领域取得了重大进展,但将其应用于医学图像却很困难,因为成像伪影和数据稀缺会降低条件生成对抗网络的性能。我们开发了空间-强度变换(SIT)来提高输出图像质量,同时紧密匹配目标域。SIT 约束生成器采用由稀疏强度变化组成的平滑空间变换(微分同胚)。SIT 是一个轻量级的、模块化的网络组件,在各种架构和训练方案上都很有效。与无约束基线相比,该技术显著提高了图像保真度,我们的模型可以稳健地推广到不同的扫描仪。此外,SIT 为每次翻译提供了解剖结构和纹理变化的解缠视图,使得更容易根据生理现象解释模型的预测。我们在两个任务上展示了 SIT:预测具有不同神经退行性阶段的患者的纵向脑 MRI,以及可视化临床中风患者大脑扫描中与年龄和中风严重程度相关的变化。在第一个任务中,我们的模型在没有对配对扫描进行监督训练的情况下,准确地预测了大脑衰老轨迹。在第二个任务中,它捕捉到了脑室扩张与衰老之间的关联,以及白质高信号与中风严重程度之间的关联。随着条件生成模型成为可视化和预测的功能日益强大的工具,我们的方法展示了一种简单而强大的提高稳健性的技术,这对于向临床环境的转化至关重要。源代码可在 github.com/clintonjwang/spatial-intensity-transforms 上获得。