Table of Contents
Fetching ...

Aneumo: A Large-Scale Multimodal Aneurysm Dataset with Computational Fluid Dynamics Simulations and Deep Learning Benchmarks

Xigui Li, Yuanye Zhou, Feiyang Xiao, Xin Guo, Chen Jiang, Tan Pan, Xingmeng Zhang, Cenyu Liu, Zeyun Miao, Jianchao Ge, Xiansheng Wang, Qimeng Wang, Yichi Zhang, Wenbo Zhang, Fengping Zhu, Limei Han, Yuan Qi, Chensen Lin, Yuan Cheng

TL;DR

Aneumo tackles the lack of large-scale, multimodal data for intracranial aneurysm hemodynamics by constructing 427 real geometries deformed into 10,660 synthetic aneurysm models and pairing them with eight steady-state CFD simulations to produce 85,280 velocity and pressure fields, plus segmentation masks. The dataset leverages high-fidelity CFD with OpenFOAM on scalable HPC to create a comprehensive, multimodal resource (geometry, masks, meshes, and field data) intended to accelerate data-driven hemodynamic modeling and surrogate simulations. The authors also introduce a benchmark for estimating flow parameters using SciML architectures, showing that a Swin Transformer–based geometric encoder integrated into DeepONet (DeepONet-SwinT) achieves higher accuracy and robustness on unseen geometries and flow conditions than a standard DeepONet. Collectively, Aneumo enables rapid, data-driven analysis and surrogate modeling for aneurysm risk assessment, potentially informing real-time clinical decision-making and personalized treatment planning.

Abstract

Intracranial aneurysms (IAs) are serious cerebrovascular lesions found in approximately 5\% of the general population. Their rupture may lead to high mortality. Current methods for assessing IA risk focus on morphological and patient-specific factors, but the hemodynamic influences on IA development and rupture remain unclear. While accurate for hemodynamic studies, conventional computational fluid dynamics (CFD) methods are computationally intensive, hindering their deployment in large-scale or real-time clinical applications. To address this challenge, we curated a large-scale, high-fidelity aneurysm CFD dataset to facilitate the development of efficient machine learning algorithms for such applications. Based on 427 real aneurysm geometries, we synthesized 10,660 3D shapes via controlled deformation to simulate aneurysm evolution. The authenticity of these synthetic shapes was confirmed by neurosurgeons. CFD computations were performed on each shape under eight steady-state mass flow conditions, generating a total of 85,280 blood flow dynamics data covering key parameters. Furthermore, the dataset includes segmentation masks, which can support tasks that use images, point clouds or other multimodal data as input. Additionally, we introduced a benchmark for estimating flow parameters to assess current modeling methods. This dataset aims to advance aneurysm research and promote data-driven approaches in biofluids, biomedical engineering, and clinical risk assessment. The code and dataset are available at: https://github.com/Xigui-Li/Aneumo.

Aneumo: A Large-Scale Multimodal Aneurysm Dataset with Computational Fluid Dynamics Simulations and Deep Learning Benchmarks

TL;DR

Aneumo tackles the lack of large-scale, multimodal data for intracranial aneurysm hemodynamics by constructing 427 real geometries deformed into 10,660 synthetic aneurysm models and pairing them with eight steady-state CFD simulations to produce 85,280 velocity and pressure fields, plus segmentation masks. The dataset leverages high-fidelity CFD with OpenFOAM on scalable HPC to create a comprehensive, multimodal resource (geometry, masks, meshes, and field data) intended to accelerate data-driven hemodynamic modeling and surrogate simulations. The authors also introduce a benchmark for estimating flow parameters using SciML architectures, showing that a Swin Transformer–based geometric encoder integrated into DeepONet (DeepONet-SwinT) achieves higher accuracy and robustness on unseen geometries and flow conditions than a standard DeepONet. Collectively, Aneumo enables rapid, data-driven analysis and surrogate modeling for aneurysm risk assessment, potentially informing real-time clinical decision-making and personalized treatment planning.

Abstract

Intracranial aneurysms (IAs) are serious cerebrovascular lesions found in approximately 5\% of the general population. Their rupture may lead to high mortality. Current methods for assessing IA risk focus on morphological and patient-specific factors, but the hemodynamic influences on IA development and rupture remain unclear. While accurate for hemodynamic studies, conventional computational fluid dynamics (CFD) methods are computationally intensive, hindering their deployment in large-scale or real-time clinical applications. To address this challenge, we curated a large-scale, high-fidelity aneurysm CFD dataset to facilitate the development of efficient machine learning algorithms for such applications. Based on 427 real aneurysm geometries, we synthesized 10,660 3D shapes via controlled deformation to simulate aneurysm evolution. The authenticity of these synthetic shapes was confirmed by neurosurgeons. CFD computations were performed on each shape under eight steady-state mass flow conditions, generating a total of 85,280 blood flow dynamics data covering key parameters. Furthermore, the dataset includes segmentation masks, which can support tasks that use images, point clouds or other multimodal data as input. Additionally, we introduced a benchmark for estimating flow parameters to assess current modeling methods. This dataset aims to advance aneurysm research and promote data-driven approaches in biofluids, biomedical engineering, and clinical risk assessment. The code and dataset are available at: https://github.com/Xigui-Li/Aneumo.

Paper Structure

This paper contains 43 sections, 8 equations, 15 figures, 2 tables.

Figures (15)

  • Figure 1: Workflow for deforming patient-specific aneurysm models and simulating vascular hemodynamics. (a) Patient-derived aneurysmal geometries are first processed to remove the aneurysm and recover a healthy vascular shape. Controlled geometric deformations are then applied to generate synthetic aneurysm models. (b) CFD meshes are created for the deformed geometries, followed by simulations of blood flow velocity and pressure fields for hemodynamic analysis.
  • Figure 2: Simulation results of aneurysm deformation and hemodynamics under different flow rates, including (a) Volume change rate distribution, (b) Maximum blood flow velocity distribution, and (c) Normalized differential pressure distribution.
  • Figure 3: Schematic illustration of the DeepONet-SwinT model architecture for predicting aneurysm hemodynamic parameters.
  • Figure 4: Performance comparison of DeepONet and DeepONet-SwinT on the test set.
  • Figure 5: Comparison of predicted pressure and velocity fields by DeepONet and DeepONet-SwinT with CFD ground truth, including (a) Wall pressure contour plots, (b) Internal pressure contour plots, and (c) Internal velocity contour plots.
  • ...and 10 more figures