Ricardo (2023-11-30 23:19):
#paper 10.1109/TMI.2022.3174827 PTNet3D: A 3D High-Resolution Longitudinal Infant Brain MRI Synthesizer Based on Transformers 最近看了一些基于GAN的医学图像生成的文章(当然现在的热点都转向diffusion model了),感觉都很没有创意,有点无聊,并且都存在一些共性问题。第一,纵向婴幼儿图像生成算法仅仅是通过在每个年龄段训练模型来构建,完全可以把年龄作为条件直接生成;第二,为了缓解数据维度高且数据量小的问题,大多数这类生成算法都基于slice或者patch的生成方式,不可避免的会导致生成图像的不连续性,而且基本上所有文章都没解决这个问题。在我的新工作(不是单纯的图像生成任务)里,这些问题都得到了重视并予以解决,估计年后会release预印本出来,敬请期待。
PTNet3D: A 3D High-Resolution Longitudinal Infant Brain MRI Synthesizer Based on Transformers
翻译
Abstract:
An increased interest in longitudinal neurodevelopment during the first few years after birth has emerged in recent years. Noninvasive magnetic resonance imaging (MRI) can provide crucial information about the development of brain structures in the early months of life. Despite the success of MRI collections and analysis for adults, it remains a challenge for researchers to collect high-quality multimodal MRIs from developing infant brains because of their irregular sleep pattern, limited attention, inability to follow instructions to stay still during scanning. In addition, there are limited analytic approaches available. These challenges often lead to a significant reduction of usable MRI scans and pose a problem for modeling neurodevelopmental trajectories. Researchers have explored solving this problem by synthesizing realistic MRIs to replace corrupted ones. Among synthesis methods, the convolutional neural network-based (CNN-based) generative adversarial networks (GANs) have demonstrated promising performance. In this study, we introduced a novel 3D MRI synthesis framework- pyramid transformer network (PTNet3D)- which relies on attention mechanisms through transformer and performer layers. We conducted extensive experiments on high-resolution Developing Human Connectome Project (dHCP) and longitudinal Baby Connectome Project (BCP) datasets. Compared with CNN-based GANs, PTNet3D consistently shows superior synthesis accuracy and superior generalization on two independent, large-scale infant brain MRI datasets. Notably, we demonstrate that PTNet3D synthesized more realistic scans than CNN-based models when the input is from multi-age subjects. Potential applications of PTNet3D include synthesizing corrupted or missing images. By replacing corrupted scans with synthesized ones, we observed significant improvement in infant whole brain segmentation.
翻译
回到顶部