Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Speckle2Self: Self-Supervised Ultrasound Speckle Reduction Without Clean Data

Created by
  • Haebom

Author

Xuesong Li, Nassir Navab, Zhongliang Jiang

Outline

This paper proposes Speckle2Self, a novel self-supervised learning algorithm for speckle noise removal, a particular problem in medical ultrasound images. Unlike existing Noise2Noise or blind-spot networks, this algorithm removes speckle noise using a single noise observation, taking into account the tissue dependence of speckle noise. The core idea is to induce tissue-dependent changes in speckle patterns through multi-scale perturbation (MSP) operations while preserving anatomical structures. This approach effectively removes speckle noise by modeling clean images as low-rank signals and separating speckle noise into sparse noise components. We validate the performance of Speckle2Self by comparing it with existing filter-based and state-of-the-art learning-based methods using real medical ultrasound images and simulated data. We also evaluate the model's generalization and adaptability using data from multiple ultrasound devices.

Takeaways, Limitations

Takeaways:
A novel method for effectively removing speckle noise from medical ultrasound images using only a single noise observation is presented.
Effectively exploiting the texture dependence of speckle noise through multiscale perturbation (MSP) operations.
The model's generalization ability and robustness were verified through experiments using data from various ultrasound devices.
Shows improved performance compared to existing methods
Limitations:
Further analysis of the computational complexity and efficiency of the proposed method is needed.
Further evaluation of generalization performance for various types of medical ultrasound images is needed.
Analysis of differences in speckle noise removal performance for specific tissues or diseases is needed.
👍