End-to-end SYNTAX score prediction: benchmark and methods

Alexander Ponomarchuk,Ivan Kruzhilov,Galina Zubkova,Artem Shadrin,Ruslan Utegenov,Ivan Bessonov,Pavel Blinov
2024-07-29
Abstract:The SYNTAX score has become a widely used measure of coronary disease severity , crucial in selecting the optimal mode of revascularization. This paper introduces a new medical regression and classification problem - automatically estimating SYNTAX score from coronary angiography. Our study presents a comprehensive dataset of 1,844 patients, featuring a balanced distribution of individuals with zero and non-zero scores. This dataset includes a first-of-its-kind, complete coronary angiography samples captured through a multi-view X-ray video, allowing one to observe coronary arteries from multiple perspectives. Furthermore, we present a novel, fully automatic end-to-end method for estimating the SYNTAX. For such a difficult task, we have achieved a solid coefficient of determination R2 of 0.51 in score predictions.
Computer Vision and Pattern Recognition,Image and Video Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop a fully - automatic method to estimate the SYNTAX score through coronary angiography. Specifically, the paper aims to: 1. **Establish a comprehensive data set**: This data set contains multi - view X - ray videos of 1,844 patients and their corresponding SYNTAX scores. These videos can observe the coronary arteries from multiple angles. 2. **Propose a brand - new end - to - end method**: Utilize 3D ResNet and recurrent neural networks (RNN) or Transformer models to automatically predict the SYNTAX score from coronary angiography. This method has achieved a relatively high coefficient of determination \(R^2 = 0.51\) in predicting scores. 3. **Solve existing problems**: Currently, the calculation of the SYNTAX score depends on semi - automatic tools, which are highly subjective, time - consuming and error - prone. Fully - automatic SYNTAX score prediction can significantly improve the work efficiency of cardiologists and reduce human errors. ### Main contributions of the paper - **Propose a brand - new end - to - end method**: For the automatic estimation of the SYNTAX score, compared with expert evaluation, this method has achieved a coefficient of determination of \(R^2 = 0.51\). - **Introduce a new large - scale coronary angiography data set**: It contains multi - view X - ray videos and their corresponding SYNTAX scores, providing a valuable resource for future research. - **Establish a new benchmark for SYNTAX score estimation**: By independently labeling 60 cases, the score differences between different doctors are estimated (\(R^2\approx0.7\), with a standard deviation of about 8.5), which is helpful for evaluating the performance of the model. ### Method overview The paper uses a method that combines 3D ResNet and RNN or Transformer models. The specific steps include: - **Feature extraction**: Use 3D ResNet to extract features from each view. - **Feature fusion**: Fuse the extracted features through a head neural network (such as LSTM or BERT). - **Classification and regression**: Use a fully - connected layer to perform the final classification and regression tasks, predict the scores of RCA and LCA respectively, and finally add the two to get the total SYNTAX score. ### Results and discussion - **Prediction performance**: This method has achieved \(R^2 = 0.51\) in SYNTAX score prediction, showing good potential, but still needs further improvement to surpass the expert level. - **Classification performance**: In distinguishing patients with zero scores from those with non - zero scores, the accuracy rate reaches 77%, and the recall rate and F1 - score also perform well. - **Challenges and future work**: Further research is needed on how to mitigate the impact of the SYNTAX score distribution in the test set on the results, identify complex cases, and explore how to improve these situations. In general, this paper proposes a promising fully - automatic SYNTAX score prediction method, providing new ideas and technical support for the diagnosis and treatment of coronary artery diseases.