paper-with-me

Papers

Cyclical Self-Supervision for Semi-Supervised Ejection Fraction Prediction from Echocardiogram Videos

2022-10-20 · Weihang Dai, Xiaomeng Li, Xinpeng Ding, Kwang-Ting Cheng

Left-ventricular ejection fraction (LVEF) is an important indicator of heart failure. Existing methods for LVEF estimation from video require large amounts of annotated data to achieve high performance, e.g. using 10,030 labeled echocardiogram videos to achieve mean absolute error (MAE) of 4.10. Labeling these videos is time-consuming however and limits potential downstream applications to other heart diseases. This paper presents the first semi-supervised approach for LVEF prediction. Unlike general video prediction tasks, LVEF prediction is specifically related to changes in the left ventricle (LV) in echocardiogram videos. By incorporating knowledge learned from predicting LV segmentations into LVEF regression, we can provide additional context to the model for better predictions. To this end, we propose a novel Cyclical Self-Supervision (CSS) method for learning video-based LV segmentation, which is motivated by the observation that the heartbeat is a cyclical process with temporal repetition. Prediction masks from our segmentation model can then be used as additional input for LVEF regression to provide spatial context for the LV region. We also introduce teacher-student distillation to distill the information from LV segmentation masks into an end-to-end LVEF regression model that only requires video inputs. Results show our method outperforms alternative semi-supervised methods and can achieve MAE of 4.17, which is competitive with state-of-the-art supervised performance, using half the number of labels. Validation on an external dataset also shows improved generalization ability from using our method. Our code is available at https://github.com/xmed-lab/CSS-SemiVideo.

📄 PDF Abstract BibTeX arXiv:2210.11291

Code (1)

xmed-lab/css-semivideo 공식 구현 pytorch

Tasks

LV SegmentationPredictionregressionSegmentationVideo Prediction

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised 3D registration through optimization-guided cyclical self-training

2023-06-29 · Alexander Bigalke, Lasse Hansen, Tony C. W. Mok, Mattias P. Heinrich

State-of-the-art deep learning-based registration methods employ three different learning strategies: supervised learning, which requires costly manual annotations, unsupervised learning, which heavily relies on hand-cra…

Self-Supervised Learning

General Cyclical Training of Neural Networks

2022-02-17 · Leslie N. Smith

This paper describes the principle of "General Cyclical Training" in machine learning, where training starts and ends with "easy training" and the "hard training" happens during the middle epochs. We propose several mani…

Data AugmentationKnowledge Distillation

Shifting to Machine Supervision: Annotation-Efficient Semi and Self-Supervised Learning for Automatic Medical Image Segmentation and Classification

2023-11-17 · Pranav Singh, Raviteja Chukkapalli, Shravan Chaudhari, Luoyao Chen 외

Advancements in clinical treatment are increasingly constrained by the limitations of supervised learning techniques, which depend heavily on large volumes of annotated data. The annotation process is not only costly but…

Image SegmentationMedical Image SegmentationSegmentationSelf-Supervised Learning+1

SelfMatch: Combining Contrastive Self-Supervision and Consistency for Semi-Supervised Learning

2021-01-16 · Byoungjip Kim, Jinho Choo, Yeong-Dae Kwon, Seongho Joe 외

This paper introduces SelfMatch, a semi-supervised learning method that combines the power of contrastive self-supervised learning and consistency regularization. SelfMatch consists of two stages: (1) self-supervised pre…

Contrastive LearningSelf-Supervised LearningSemi-Supervised Image Classification

Saliency Guided Self-attention Network for Weakly and Semi-supervised Semantic Segmentation

2019-10-12 · Qi Yao, Xiaojin Gong

Weakly supervised semantic segmentation (WSSS) using only image-level labels can greatly reduce the annotation cost and therefore has attracted considerable research interest. However, its performance is still inferior t…

SegmentationSemantic SegmentationSemi-Supervised Semantic SegmentationWeakly supervised Semantic Segmentation+1