paper-with-me

Papers

EchoCoTr: Estimation of the Left Ventricular Ejection Fraction from Spatiotemporal Echocardiography

2022-09-09 · Rand Muhtaseb, Mohammad Yaqub

Learning spatiotemporal features is an important task for efficient video understanding especially in medical images such as echocardiograms. Convolutional neural networks (CNNs) and more recent vision transformers (ViTs) are the most commonly used methods with limitations per each. CNNs are good at capturing local context but fail to learn global information across video frames. On the other hand, vision transformers can incorporate global details and long sequences but are computationally expensive and typically require more data to train. In this paper, we propose a method that addresses the limitations we typically face when training on medical video data such as echocardiographic scans. The algorithm we propose (EchoCoTr) utilizes the strength of vision transformers and CNNs to tackle the problem of estimating the left ventricular ejection fraction (LVEF) on ultrasound videos. We demonstrate how the proposed method outperforms state-of-the-art work to-date on the EchoNet-Dynamic dataset with MAE of 3.95 and $R^2$ of 0.82. These results show noticeable improvement compared to all published research. In addition, we show extensive ablations and comparisons with several algorithms, including ViT and BERT. The code is available at https://github.com/BioMedIA-MBZUAI/EchoCoTr.

📄 PDF Abstract BibTeX arXiv:2209.04242

Code (1)

biomedia-mbzuai/echocotr 공식 구현 pytorch

Tasks

Video Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
MAE 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Lightweight and Interpretable Left Ventricular Ejection Fraction Estimation using Mobile U-Net

2023-04-17 · Meghan Muldoon, Naimul Khan

Accurate LVEF measurement is important in clinical practice as it identifies patients who may be in need of life-prolonging treatments. This paper presents a deep learning based framework to automatically estimate left v…

Hierarchical Vision Transformers for Cardiac Ejection Fraction Estimation

2023-03-31 · Lhuqita Fazry, Asep Haryono, Nuzulul Khairu Nissa, Sunarno 외

The left ventricular of ejection fraction is one of the most important metric of cardiac function. It is used by cardiologist to identify patients who are eligible for lifeprolonging therapies. However, the assessment of…

Light-weight spatio-temporal graphs for segmentation and ejection fraction prediction in cardiac ultrasound

2022-07-06 · Sarina Thomas, Andrew Gilbert, Guy Ben-Yosef

Accurate and consistent predictions of echocardiography parameters are important for cardiovascular diagnosis and treatment. In particular, segmentations of the left ventricle can be used to derive ventricular volume, ej…

LV SegmentationSegmentationSemantic Segmentation

Ultrasound Video Transformers for Cardiac Ejection Fraction Estimation

2021-07-02 · Hadrien Reynaud, Athanasios Vlontzos, Benjamin Hou, Arian Beqiri 외

Cardiac ultrasound imaging is used to diagnose various heart diseases. Common analysis pipelines involve manual processing of the video frames by expert clinicians. This suffers from intra- and inter-observer variability…

token-classificationToken Classification

Semantic-aware Temporal Channel-wise Attention for Cardiac Function Assessment

2023-10-09 · Guanqi Chen, Guanbin Li

Cardiac function assessment aims at predicting left ventricular ejection fraction (LVEF) given an echocardiogram video, which requests models to focus on the changes in the left ventricle during the cardiac cycle. How to…

Auxiliary LearningregressionRepresentation Learning