Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Point Tracking as a Temporal Cue for Robust Myocardial Segmentation in Echocardiography Videos

About

Purpose: Myocardium segmentation in echocardiography videos is a challenging task due to low contrast, noise, and anatomical variability. Traditional deep learning models either process frames independently, ignoring temporal information, or rely on memory-based feature propagation, which accumulates error over time. Methods: We propose Point-Seg, a transformer-based segmentation framework that integrates point tracking as a temporal cue to ensure stable and consistent segmentation of myocardium across frames. Our method leverages a point-tracking module trained on a synthetic echocardiography dataset to track key anatomical landmarks across video sequences. These tracked trajectories provide an explicit motion-aware signal that guides segmentation, reducing drift and eliminating the need for memory-based feature accumulation. Additionally, we incorporate a temporal smoothing loss to further enhance temporal consistency across frames. Results: We evaluate our approach on both public and private echocardiography datasets. Experimental results demonstrate that Point-Seg has statistically similar accuracy in terms of Dice to state-of-the-art segmentation models in high quality echo data, while it achieves better segmentation accuracy in lower quality echo with improved temporal stability. Furthermore, Point-Seg has the key advantage of pixel-level myocardium motion information as opposed to other segmentation methods. Such information is essential in the computation of other downstream tasks such as myocardial strain measurement and regional wall motion abnormality detection. Conclusion: Point-Seg demonstrates that point tracking can serve as an effective temporal cue for consistent video segmentation, offering a reliable and generalizable approach for myocardium segmentation in echocardiography videos. The code is available at https://github.com/DeepRCL/PointSeg.

Bahar Khodabakhshian, Nima Hashemi, Armin Saadat, Zahra Gholami, In-Chang Hwang, Samira Sojoudi, Christina Luong, Purang Abolmaesumi, Teresa Tsang• 2026

Related benchmarks

TaskDatasetResultRank
Myocardium SegmentationCAMUS Good/Medium Quality 23 (test)
mDice85.8
8
Myocardium SegmentationCAMUS Poor Quality 23 (test)
mDice86.7
8
Myocardium SegmentationPrivate dataset Poor Quality (test)
mDice66.6
8
Myocardium SegmentationPrivate dataset Good Medium Quality (test)
mDice69.8
8
Point TrackingSynUS 19 (test)
AJ0.888
6
Showing 5 of 5 rows

Other info

Follow for update