3D Vessel Graph Generation Using Denoising Diffusion
Chinmay Prabhakar, Suprosanna Shit, Fabio Musio, Kaiyuan Yang, Tamaz Amiranashvili, Johannes C. Paetzold, Hongwei Bran Li, Bjoern Menze
TL;DR
This work tackles the generation of realistic 3D vessel graphs that include cycles, such as capillaries and the Circle of Willis, by introducing the first application of denoising diffusion models to vascular graph generation. It proposes a novel two-stage approach that first performs continuous diffusion to generate node coordinates $\boldsymbol{X} \in \mathbb{R}^{n \times 3}$ and then applies discrete diffusion to determine edge attributes in $\mathbf{E} \in \mathbb{R}^{n \times n \times c}$ while keeping node positions fixed. The node-denoising component uses a lightweight neural network with time embeddings and cross-attention, yielding a loss $\mathcal{L}_{\mathrm{Node}}$, and the edge-denoising component uses a graph transformer with cross-entropy loss plus a node-degree KL term $\mathcal{L}_{\circ}$ via Gumbel-softmax, for a total $\mathcal{L}_{\mathrm{Edge}} = \mathcal{L}_{\mathrm{CE}} + \mathcal{L}_{\circ}$. Evaluations on VesSAP capillary graphs and Circle of Willis datasets show the method produces diverse, anatomically plausible graphs with accurate topology and geometry, outperforming baselines like Congress and MiDi. This diffusion-based vessel graph generator enables realistic data augmentation and synthetic image generation, with potential conditioning on disease labels for clinically relevant analyses.
Abstract
Blood vessel networks, represented as 3D graphs, help predict disease biomarkers, simulate blood flow, and aid in synthetic image generation, relevant in both clinical and pre-clinical settings. However, generating realistic vessel graphs that correspond to an anatomy of interest is challenging. Previous methods aimed at generating vessel trees mostly in an autoregressive style and could not be applied to vessel graphs with cycles such as capillaries or specific anatomical structures such as the Circle of Willis. Addressing this gap, we introduce the first application of \textit{denoising diffusion models} in 3D vessel graph generation. Our contributions include a novel, two-stage generation method that sequentially denoises node coordinates and edges. We experiment with two real-world vessel datasets, consisting of microscopic capillaries and major cerebral vessels, and demonstrate the generalizability of our method for producing diverse, novel, and anatomically plausible vessel graphs.
