Post-processing of coronary and myocardial spatial data

Jay Aodh Mackenzie,Megan Jeanne Miller,Nicholas Hill,Mette Olufsen
2024-04-15
Abstract:Numerical simulations of real-world phenomenon are implemented with at least two parts: the computational scheme and the computational domain. In the context of hemodynamics, the computational domain of a simulation represents the blood vessel network through which blood flows. Such blood vessel networks can contain millions of individual vessels that are joined together to form a in series and parallel to form the network. It is computationally unfeasible to explicitly simulate blood flow in all blood vessels. Here, from imaged data of a single porcine left coronary arterial tree, we develop a data-pipeline to obtain computational domains for hemodynmaic simulations from a graph representing the coronary vascular tree. Further, we develop a method to ascertain which subregions of the left ventricle are most likely to be perfused via a given artery using a comparison with the American Heart Association division of the left ventricle as a sense check.
Discrete Mathematics,Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to address the post-processing of spatial data of coronary arteries and myocardium. Specifically, the researchers developed a data pipeline starting from imaging data of the left coronary artery tree of pigs to generate computational domains suitable for hemodynamic simulations. Additionally, they proposed a method to determine which subregions of the left ventricle are most likely to be supplied by specific coronary arteries by comparing with the American Heart Association's division of the left ventricle. ### Key Issues 1. **Generation of Computational Domain**: - How to extract the computational domain from the graph representation of the coronary vascular tree for hemodynamic simulations. - How to ensure that the generated computational domain structurally matches the actual vascular network. 2. **Determination of Left Ventricular Supply Regions**: - How to determine which subregions of the left ventricle are most likely to be supplied by specific coronary arteries. - How to verify the accuracy of these supply regions, especially by comparing with existing medical standards (such as the American Heart Association's division). ### Solutions 1. **Development of Data Pipeline**: - Extract the graph representation of the vascular tree from imaging data of the left coronary artery tree of pigs. - Analyze the vascular tree using graph theory methods, including identifying node types and edge attributes. - Apply filtering and pruning techniques to generate subtrees that meet specific conditions, such as vessel diameter and location. 2. **Determination of Supply Regions**: - Determine the left ventricular region corresponding to each terminal large vessel through the generated vascular tree and left ventricular surface mesh. - Construct surfaces around these vessels to divide the left ventricle into regions more likely to be supplied by specific large vessels. - Ensure these regions do not intersect and compare with the American Heart Association's division to verify their accuracy. ### Methods 1. **Data Preprocessing**: - Use the Dijkstra algorithm to remove unconnected nodes. - Identify different types of nodes (terminal nodes, body nodes, connecting nodes) and edge attributes. - Apply different filtering conditions (such as radius, ratio, single-node conditions) to prune the vascular tree. 2. **Generation of Computational Domain**: - Rank the vascular segments hierarchically. - Apply Strahler ordering to assess the branching complexity of the vascular tree. - Reduce the complexity of the computational domain through serial connections. 3. **Determination of Supply Regions**: - Generate subtrees that meet specific conditions. - Divide the left ventricle into different supply regions by constructing surfaces. - Verify the consistency of these regions with existing medical standards. ### Conclusion This paper successfully generated computational domains suitable for hemodynamic simulations and determined the supply regions of the left ventricle by developing a data pipeline and methods. These achievements provide powerful tools for a deeper understanding of the cardiovascular system's function, particularly in modeling the coronary artery tree in both healthy and diseased states.