ConFormer: A Novel Collection of Deep Learning Models to Assist Cardiologists in the Assessment of Cardiac Function
Ethan Thomas, Salman Aslam
TL;DR
Confronting manual, observer-variant measurement of cardiac function from echocardiograms, the paper introduces ConFormer, a compact DL framework that decouples spatial, channel, and temporal processing for efficient LVEF and LV dimension estimation. The LVEF pathway uses a Beat Extractor based on DeepLabV3+ segmentation and a lightweight Xception-based Predictor with Kronecker-factorized temporal convolutions, achieving a MAE of $6.57$ on EchoNet-Dynamic with only $5.82$M parameters. The LVD pathway applies a DeepLabV3+-based landmark detector with EfficientNetV2S to measure IVS, LVID, and LVPW, obtaining a combined MAE around $6$ and competitive performance versus state-of-the-art models across resolutions. Overall, ConFormer demonstrates accurate, scalable, and resource-efficient automated cardiac measurements, with code publicly available for validation and deployment ($EF = \frac{EDV - ESV}{EDV}$ in standard EF computation).
Abstract
Cardiovascular diseases, particularly heart failure, are a leading cause of death globally. The early detection of heart failure through routine echocardiogram screenings is often impeded by the high cost and labor-intensive nature of these procedures, a barrier that can mean the difference between life and death. This paper presents ConFormer, a novel deep learning model designed to automate the estimation of Ejection Fraction (EF) and Left Ventricular Wall Thickness from echocardiograms. The implementation of ConFormer has the potential to enhance preventative cardiology by enabling cost-effective, accessible, and comprehensive heart health monitoring, thereby saving countless lives. The source code is available at https://github.com/Aether111/ConFormer.
