Add dataset description and paper link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: vessel_id
@@ -70,3 +77,30 @@ configs:
70
  - split: test
71
  path: data/test-*
72
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - other
4
+ tags:
5
+ - medical
6
+ - hemodynamics
7
+ - physics-ml
8
+ license: other
9
  dataset_info:
10
  features:
11
  - name: vessel_id
 
77
  - split: test
78
  path: data/test-*
79
  ---
80
+
81
+ # Single-Vessel Coronary Hemodynamics Dataset
82
+
83
+ This repository contains the synthetic benchmark dataset presented in the paper [From Centerlines to Hemodynamics: Anisotropic RBF Decoders for Coronary Arteries](https://huggingface.co/papers/2605.27578).
84
+
85
+ ## Dataset Description
86
+
87
+ This dataset consists of 4,200 single-vessel coronary artery geometries with controlled anatomical variations. Each geometry is paired with steady-state Computational Fluid Dynamics (CFD) simulations performed using OpenFOAM to provide ground-truth hemodynamic metrics, including pressure and Wall Shear Stress (WSS).
88
+
89
+ The data is designed to support the training and evaluation of models (like the transformer-based encoder and anisotropic RBF decoder described in the paper) for fast, non-invasive coronary hemodynamics prediction from 1D vessel centerlines and inlet flow rates.
90
+
91
+ ### Dataset Summary
92
+ - **Total Geometries**: 4,200 synthetic single-vessel cases.
93
+ - **Split**: 3,600 training, 400 validation, and 200 test examples.
94
+ - **Inputs**: 1D vessel centerlines and inlet flow rates.
95
+ - **Outputs**: Paired steady-state pressure and Wall Shear Stress (WSS) fields.
96
+
97
+ ## Citation
98
+
99
+ ```bibtex
100
+ @article{jin2024centerlines,
101
+ title={From Centerlines to Hemodynamics: Anisotropic RBF Decoders for Coronary Arteries},
102
+ author={Jin, Zhuoran and Yuan, Hongbang and Men, Tianyi and Cao, Pengfei and Chen, Yubo and Liu, Kang and Zhao, Jun},
103
+ journal={arXiv preprint arXiv:2605.27578},
104
+ year={2024}
105
+ }
106
+ ```