arXiv Computer Vision

Echo-E$^3$Net: Efficient Endocardial Spatio-Temporal Network for Ejection Fraction Estimation

Echo-E$^3$Net is an anatomy‑guided spatio‑temporal neural network designed to estimate left ventricular ejection fraction (LVEF) from ultrasound images. It uses a dual‑phase Endocardial Border Detector to locate end‑diastole and end‑systole landmarks and an Endocardial Feature Aggregator to fuse these landmarks with global deep‑feature descriptors for EF regression. The model achieves competitive accuracy on EchoNet‑Dynamic and EchoNet‑Pediatric datasets while using only 1.55 M parameters and 8.05 GFLOPs, enabling real‑time deployment on limited‑resource devices.

arXiv Machine Learning
Sep 4

Learning from Scarce Labels: Multi-View Echocardiography for Ejection Fraction Prediction

The paper introduces the first publicly available dataset of over 25,000 parasternal long‑axis (PLAX) echocardiography videos labeled for left ventricular ejection fraction (EF), created through a novel data‑generation strategy that links clinical notes to video data. Using this dataset, the authors train a reproducible PLAX‑based EF model that achieves a mean absolute error (MAE) of 6.86%, comparable to the clinical standard of apical four‑chamber (A4C) methods. They further show that simple late fusion of PLAX and A4C predictions reduces MAE to 6.37%, highlighting the benefit of multi‑view integration, and release the dataset, models, and demos publicly.

By Zhiyuan Gao, Dominic Yurk, Yaser S. Abu-Mostafa
Hugging Face Trending Papers
Sep 2

Learning from Scarce Labels: Multi-View Echocardiography for Ejection Fraction Prediction

The paper introduces the first publicly available dataset for predicting left ventricular ejection fraction (EF) from parasternal long-axis (PLAX) echocardiography, comprising over 25,000 labeled videos generated through a novel data‑generation strategy that correlates clinical notes with echocardiographic videos. Using this dataset, the authors train a reproducible PLAX‑EF model that achieves a mean absolute error (MAE) of 6.86%, comparable to the clinical standard of apical four‑chamber (A4C) methods. They further show that combining PLAX and A4C predictions via simple late fusion reduces MAE to 6.37%, highlighting the benefit of multi‑view integration, and they release the dataset, models, and demos for community use.

arXiv Computer Vision
Sep 11

Self-Supervised Cardiac Phase Detection via Single-Parameter Latent Orbits

The paper introduces a self‑supervised method for detecting end‑diastole (ED) and end‑systole (ES) in echocardiography by constraining the latent motion to a single‑parameter orbit, effectively modeling cardiac phase as a one‑dimensional signal. This approach yields an interpretable representation that directly identifies ED and ES, improving ED localisation and matching ES performance compared to prior state‑of‑the‑art methods, while using fewer training epochs and a more constrained model. The method is trained on EchoNet‑Dynamic without annotations and the code is publicly available.

By John Bonnici, Matthew Baugh, Aleksandra Kulbaka, Sarah Cechnicka, Bernhard Kainz, Alberto Gomez
arXiv AI
Jul 16

Anatomically Faithful but Temporally Blind: Auditing Attribution for Left-Ventricular Ejection-Fraction Estimation from Echocardiography

arXiv:2607. 13738v1 Announce Type: cross Abstract: Background and Objective: Deep video models estimate left-ventricular ejection fraction (EF) from echocardiography with near-expert accuracy, and post-hoc attribution (Chefer relevance for transformers, Grad-CAM for CNNs) is increasingly used to certify that models "look at the right place.

By Hyunkyung Han, Min Jung Kim
arXiv Computer Vision
Sep 7

Orientation-Robust Latent Motion Trajectory Learning for Annotation-free Cardiac Phase Detection in Fetal Echocardiography

The paper introduces ORBIT, a self‑supervised method for detecting end‑diastolic and end‑systolic cardiac phases in fetal echocardiography without manual annotations. ORBIT learns a latent motion trajectory through registration, enabling orientation‑robust identification of phase transitions across diverse fetal heart positions. Evaluated on normal and congenital heart disease cases, it achieves low mean absolute errors (≈1.9–2.4 frames) and outperforms prior annotation‑free approaches that assume fixed orientations.

By Yingyu Yang, Qianye Yang, Can Peng, Elena D'Alberti, Olga Patey, Aris T. Papageorghiou, J. Alison Noble
arXiv Machine Learning
Aug 14

CardioState-JEPA: Delay-Aware Cross-Modal Learning of a Shared Cardiac Representation

arXiv:2608. 12944v1 Announce Type: new Abstract: Electrocardiography (ECG), photoplethysmography (PPG), and phonocardiography (PCG) provide complementary views of the same cardiac cycle, yet existing cardiac foundation models are trained for a single sensing modality, leaving the shared physiology across sensors unexploited.

By Hamza Shafiq, Hung Manh Pham, Bin Zhu, Pan Zhou, Jun Hu, Aaqib Saeed
arXiv Machine Learning
Sep 10

AF-Mamba: Efficient Long-Term Signal Modeling for Early Prediction of Atrial Fibrillation Onset

AF-Mamba is a deep learning model that predicts atrial fibrillation (AF) onset one hour in advance using long‑term RR intervals. It combines temporal convolutional networks for local feature extraction with Mamba, a state‑space model for long‑range sequence modeling, achieving high sensitivity (0.889) and specificity (0.943) in subject‑wise testing. The model maintains strong performance across unseen datasets, offering a favorable trade‑off between predictive accuracy and computational efficiency for real‑time ambulatory monitoring.

By Yongbin Lee, Ki H. Chon