paper-with-me

Papers

Lightweight image segmentation for echocardiography

2025-09-03 · Anders Kjelsrud, Lasse Løvstakken, Erik Smistad, Håvard Dalen, Gilles Van De Vyver arxiv

Accurate segmentation of the left ventricle in echocardiography can enable fully automatic extraction of clinical measurements such as volumes and ejection fraction. While models configured by nnU-Net perform well, they are large and slow, thus limiting real-time use. We identified the most effective components of nnU-Net for cardiac segmentation through an ablation study, incrementally evaluating data augmentation schemes, architectural modifications, loss functions, and post-processing techniques. Our analysis revealed that simple affine augmentations and deep supervision drive performance, while complex augmentations and large model capacity offer diminishing returns. Based on these insights, we developed a lightweight U-Net (2M vs 33M parameters) that achieves statistically equivalent performance to nnU-Net on CAMUS (N=500) with Dice scores of 0.93/0.85/0.89 vs 0.93/0.86/0.89 for LV/MYO/LA ($p>0.05$), while being 16 times smaller and 4 times faster (1.35ms vs 5.40ms per frame) than the default nnU-Net configuration. Cross-dataset evaluation on an internal dataset (N=311) confirms comparable generalization.

📄 PDF Abstract BibTeX arXiv:2509.03631

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationData Augmentation

Similar Papers 제목 키워드 기반

Synthetic Boost: Leveraging Synthetic Data for Enhanced Vision-Language Segmentation in Echocardiography

2023-09-22 · Rabin Adhikari, Manish Dhakal, Safal Thapaliya, Kanchan Poudel 외

Accurate segmentation is essential for echocardiography-based assessment of cardiovascular diseases (CVDs). However, the variability among sonographers and the inherent challenges of ultrasound images hinder precise segm…

SegmentationVision-Language Segmentation

VoxelAtlasGAN: 3D Left Ventricle Segmentation on Echocardiography with Atlas Guided Generation and Voxel-to-voxel Discrimination

2018-06-10 · Suyu Dong, Gongning Luo, Kuanquan Wang, Shaodong Cao 외

3D left ventricle (LV) segmentation on echocardiography is very important for diagnosis and treatment of cardiac disease. It is not only because of that echocardiography is a real-time imaging technology and widespread i…

Left Ventricle SegmentationLV SegmentationSegmentationSelf-Learning

Prompt-driven Universal Model for View-Agnostic Echocardiography Analysis

2024-04-09 · Sekeun Kim, Hui Ren, Peng Guo, Abder-Rahman Ali 외

Echocardiography segmentation for cardiac analysis is time-consuming and resource-intensive due to the variability in image quality and the necessity to process scans from various standard views. While current automated …

Language ModelingLanguage ModellingSegmentation

BOTM: Echocardiography Segmentation via Bi-directional Optimal Token Matching

2025-05-23 · Zhihua Liu, Lei Tong, Xilin He, Che Liu 외

Existed echocardiography segmentation methods often suffer from anatomical inconsistency challenge caused by shape variation, partial observation and region ambiguity with similar intensity across 2D echocardiographic se…

AnatomySegmentation

A Semi-Supervised Approach with Error Reflection for Echocardiography Segmentation

2024-12-01 · Xiaoxiang Han, Yiman Liu, Jiang Shang, Qingli Li 외

Segmenting internal structure from echocardiography is essential for the diagnosis and treatment of various heart diseases. Semi-supervised learning shows its ability in alleviating annotations scarcity. While existing s…

Data AugmentationImage SegmentationPseudo LabelSegmentation+1