Ultrasound Image-to-Video Synthesis via Latent Dynamic Diffusion Models
Tingxiu Chen, Yilei Shi, Zixuan Zheng, Bingcong Yan, Jingliang Hu, Xiao Xiang Zhu, Lichao Mou
TL;DR
The paper tackles the lack of labeled ultrasound video data by proposing a latent dynamic diffusion model (LDDM) that converts static ultrasound images into plausible dynamic videos. This two-stage approach first encodes video dynamics into a low-dimensional latent space via a video autoencoder and then uses a conditional diffusion model conditioned on the seed image to generate realistic latent trajectories, which are decoded into videos. Evaluations on BUSV and BUSI show that including LDDM-generated videos improves downstream ultrasound video classification and that LDDM outperforms prior image-to-video methods on several quality metrics, while remaining computationally efficient. The method provides a practical data augmentation tool for medical video analysis, and the authors release code to enable adoption and further development.
Abstract
Ultrasound video classification enables automated diagnosis and has emerged as an important research area. However, publicly available ultrasound video datasets remain scarce, hindering progress in developing effective video classification models. We propose addressing this shortage by synthesizing plausible ultrasound videos from readily available, abundant ultrasound images. To this end, we introduce a latent dynamic diffusion model (LDDM) to efficiently translate static images to dynamic sequences with realistic video characteristics. We demonstrate strong quantitative results and visually appealing synthesized videos on the BUSV benchmark. Notably, training video classification models on combinations of real and LDDM-synthesized videos substantially improves performance over using real data alone, indicating our method successfully emulates dynamics critical for discrimination. Our image-to-video approach provides an effective data augmentation solution to advance ultrasound video analysis. Code is available at https://github.com/MedAITech/U_I2V.
