AUTHOR=Pham Huy , Egorov Konstantin , Kazakov Alexey , Budennyy Semen TITLE=Machine learning-based detection of cardiovascular disease using ECG signals: performance vs. complexity JOURNAL=Frontiers in Cardiovascular Medicine VOLUME=Volume 10 - 2023 YEAR=2023 URL=https://www.frontiersin.org/journals/cardiovascular-medicine/articles/10.3389/fcvm.2023.1229743 DOI=10.3389/fcvm.2023.1229743 ISSN=2297-055X ABSTRACT=Cardiovascular disease remains a significant problem in modern society. Among non-invasive techniques, the electrocardiogram (ECG) is one of the most reliable methods for detecting cardiac abnormalities. However, ECG interpretation requires expert knowledge and it is time-consuming.Developing a novel method to detect the disease early improves the quality and efficiency of medical care. The paper presents various modern approaches for classifying cardiac diseases from ECG recordings. The first approach suggests the Poincaré representation of ECG signal and deep-learning-based image classifiers (ResNet50 and DenseNet121 were learned over Poincaré diagrams), which showed decent performance in predicting AF (atrial fibrillation) but not other types of arrhythmia. XGBoost, a gradient-boosting model, showed an acceptable performance in long-term data but had a long inference time due to highly-consuming calculations within the pre-processing phase. Finally, the 1D convolutional model, specifically the 1D ResNet, showed the best results in both studied CinC 2017 and CinC 2020 datasets, reaching the F1 score of 85% and 71%, respectively, and that was superior to the first-ranking solution of each challenge.The 1D models also presented the high specificity. Our paper also investigated efficiency metrics including power consumption and equivalent CO2 emissions, with one-dimensional models like 1D CNN and 1D ResNet being the most energy efficient. Model interpretation analysis showed that the DenseNet detected AF using heart rate variability while the 1D ResNet assessed AF pattern in raw ECG signals.