High Volume Rate 3D Ultrasound Reconstruction with Diffusion Models

1Eindhoven University of Technology
2Philips Research
3D ultrasound volume sweep

Animation of a sweep through a 3D ultrasound volume, comparing multiple reconstruction methods.

3D ultrasound volume sweep

Animation of a single elevation plane over time, comparing multiple reconstruction methods.

Abstract

Three-dimensional ultrasound enables real-time volumetric visualization of anatomical structures. Unlike traditional 2D ultrasound, 3D imaging reduces the reliance on precise probe orientation, potentially making ultrasound more accessible to clinicians with varying levels of experience and improving automated measurements and post-exam analysis. However, achieving both high volume rates and high image quality remains a significant challenge. While 3D diverging waves can provide high volume rates, they suffer from limited tissue harmonic generation and increased multipath effects, which degrade image quality. One compromise is to retain the focusing in elevation while leveraging unfocused diverging waves in the lateral direction to reduce the number of transmissions per elevation plane. Reaching the volume rates achieved by full 3D diverging waves, however, requires dramatically undersampling the number of elevation planes. Subsequently, to render the full volume, simple interpolation techniques are applied. This paper introduces a novel approach to 3D ultrasound reconstruction from a reduced set of elevation planes by employing diffusion models (DMs) to achieve increased spatial and temporal resolution. We compare both traditional and supervised deep learning-based interpolation methods on a 3D cardiac ultrasound dataset. Our results show that DM-based reconstruction consistently outperforms the baselines in image quality and downstream task performance. Additionally, we accelerate inference by leveraging the temporal consistency inherent to ultrasound sequences. Finally, we explore the robustness of the proposed method by exploiting the probabilistic nature of diffusion posterior sampling to quantify reconstruction uncertainty and demonstrate improved recall on out-of-distribution data with synthetic anomalies under strong subsampling.

Framework

Overview of the training and inference pipeline for diffusion-based interpolation of 3D ultrasound volumes. A 2D score-based prior is learned from fully sampled elevation (B-plane) slices extracted from the training dataset. At inference time, this generative prior guides the posterior sampling process to reconstruct from subsampled B-planes.

Overview diagram

Overview of the training and inference pipeline for diffusion-based interpolation of 3D ultrasound volumes.

Compare Methods

Compare different 3D ultrasound reconstruction methods side by side using the slider below. All images are reconstructed with acceleration rate r=3.

vs
0

Drag the slider to compare two reconstruction methods side by side. Use the slider to select the B-plane inside the 3D volume.

Code

The code for this project will be added soon.

BibTeX

@misc{stevens2025highvolumerate3d,
      title={High Volume Rate 3D Ultrasound Reconstruction with Diffusion Models},
      author={Tristan S. W. Stevens and Oisín Nolan and Oudom Somphone and
        Jean-Luc Robert and Ruud J. G. van Sloun},
      year={2025},
      eprint={2505.22090},
      archivePrefix={arXiv},
      primaryClass={eess.IV},
      url={https://arxiv.org/abs/2505.22090},
}