Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/31 12:14:04

DualDiT: A Conditional Dual-Output Diffusion Transformer for Joint OCT Image and Segmentation Mask Generation

AI 中文解读
核心亮点:给医学影像AI装上了“双手”,一边生成检查图像,一边同步生成对应的诊断标注,这在同类技术里还是头一回。 通俗解读:给小鼠眼睛做CT检查,医生得一张张手动描出视网膜的层层结构,费时费力,数据少得可怜。DualDiT这套新方法,相当于教会AI同时画两幅画:一幅是眼睛的扫描图,另一幅是标注好各层结构的“说明书”。它用的是当下最火的扩散模型技术,但不再靠老一代的U-Net架构,而是装上了更聪明的Transformer大脑。结果显示,它画出来的图像和标注,连资深专家都分不清哪张是真人拍的——四成多假图被当真,专家看一眼就懵了。 实际影响:说白了就是帮医生“无中生有”造出高质量的医学训练数据。以后在罕见病或者标注特别费劲的影像领域,AI可以先用这些造出来的数据练手,提升诊断准头。对普通人来说,这意味着未来看病时AI辅助检查会更靠谱,尤其在一些医生人手不足、经验有限的基层医院,诊断水平的差距有望被技术拉平。
Background and Objective: Generating realistic medical images with anatomically accurate segmentation masks helps address the shortage of annotated data in medical imaging, particularly in optical coherence tomography (OCT) of mouse eyes, where manual retinal layer delineation is labour-intensive due to tiny structures and required expertise, resulting in scarce datasets. While diffusion models perform well in medical image synthesis, joint image-mask generation has relied mainly on U-Net-based denoisers, leaving diffusion transformers largely unexplored. Methods: We propose a conditional dual-output Diffusion Transformer (DualDiT) for joint synthesis of OCT B-scans and segmentation masks of the upper retinal cell layers in ex vivo mouse retina. DualDiT encodes both modalities into a shared latent space via a pretrained VAE, concatenates their latent representations, and performs conditional diffusion over the joint tensor. We compared DualDiT against two adapted diffusion baselines: DDPM and LDM. Generative quality was assessed via Fréchet Inception Distance (FID) and spatial FID (sFID); practical utility via synthetic data augmentation for downstream U-Net segmentation; and perceptual realism via evaluation by three domain experts. Results: DualDiT achieved the best generative quality (FID 56.14, sFID 114.35), outperforming DDPM and LDM. Expert panels misclassified 46% of synthetic samples as real and 42% of real samples as synthetic. Adding DualDiT-generated images and masks improved Dice and IoU scores on a held-out segmentation test set. Conclusions: DualDiT shows that transformer-based diffusion models can effectively learn the joint distribution of OCT images and segmentation masks, surpassing DDPM- and LDM-based baselines in generative fidelity, downstream utility, and perceptual realism, highlighting its potential for data augmentation in annotation-scarce medical imaging.
分享
阅读原文