paper-with-me

Papers

UltraSam: A Foundation Model for Ultrasound using Large Open-Access Segmentation Datasets

2024-11-25 · Adrien Meyer, Aditya Murali, Didier Mutter, Nicolas Padoy

Purpose: Automated ultrasound image analysis is challenging due to anatomical complexity and limited annotated data. To tackle this, we take a data-centric approach, assembling the largest public ultrasound segmentation dataset and training a versatile visual foundation model tailored for ultrasound. Methods: We compile US-43d, a large-scale collection of 43 open-access ultrasound datasets with over 280,000 images and segmentation masks for more than 50 anatomical structures. We then introduce UltraSam, an adaptation of the Segment Anything Model (SAM) that is trained on US-43d and supports both point- and box-prompts. Finally, we introduce a new use case for SAM-style models by using UltraSam as a model initialization that can be fine-tuned for various downstream analysis tasks, demonstrating UltraSam's foundational capabilities. Results: UltraSam achieves vastly improved performance over existing SAM-style models for prompt-based segmentation on three diverse public datasets. Moreover, an UltraSam-initialized Vision Transformer surpasses ImageNet-, SAM-, and MedSAM-initialized models in various downstream segmentation and classification tasks, highlighting UltraSam's effectiveness as a foundation model. Conclusion: We compile US-43d, a large-scale unified ultrasound dataset, and introduce UltraSam, a powerful multi-purpose SAM-style model for ultrasound images. We release our code and pretrained models at https://github.com/CAMMA-public/UltraSam and invite the community to further this effort by contributing high-quality datasets.

📄 PDF Abstract BibTeX arXiv:2411.16222

Code (1)

camma-public/ultrasam 공식 구현 pytorch

Tasks

Segmentation

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Residual Connection 설명 없음
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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Benchmarking Ultrasound Foundation Models for Fetal Plane Classification

2026-05-27 · Leya Barrientos, Yuexi Du, Nicha C. Dvornek arxiv

Ultrasound is widely used in obstetric care due to its safety, accessibility, and real-time imaging. However, interpretation remains operator-dependent and susceptible to noise and artifacts. Deep learning models have sh…

USF-MAE: Ultrasound Self-Supervised Foundation Model with Masked Autoencoding

2025-10-27 · Youssef Megahed, Robin Ducharme, Aylin Erman, Mark Walker 외 arxiv

Ultrasound imaging is one of the most widely used diagnostic modalities, offering real-time, radiation-free assessment across diverse clinical domains. However, interpretation of ultrasound images remains challenging due…

Cancer Classification

FADA: Accessible fetal ultrasound interpretation and annotation with a selectively distilled unified vision-language model

2026-06-09 · Mahmood Alzubaidi, Uzair Shah, Raden Muaz, Ines Abbes 외 arxiv

A global shortage of trained sonographers limits prenatal ultrasound screening in low- and middle-income countries, where over half of pregnant women receive no skilled sonography. Current deep learning approaches addres…

A Fully Open and Generalizable Foundation Model for Ultrasound Clinical Applications

2025-09-15 · Hongyuan Zhang, Yuheng Wu, Mingyang Zhao, Zhiwei Chen 외 arxiv

Artificial intelligence (AI) that can effectively learn ultrasound representations by integrating multi-source data holds significant promise for advancing clinical care. However, the scarcity of large labeled datasets i…

Self-Supervised LearningLesion Segmentation

OpenUS: A Fully Open-Source Foundation Model for Ultrasound Image Analysis via Self-Adaptive Masked Contrastive Learning

2025-11-14 · Xiaoyu Zheng, Xu Chen, Awais Rauf, Qifan Fu 외 arxiv

Ultrasound (US) is one of the most widely used medical imaging modalities, thanks to its low cost, portability, real-time feedback, and absence of ionizing radiation. However, US image interpretation remains highly opera…

Contrastive Learning