CVIVOct 5, 2023

A Complementary Global and Local Knowledge Network for Ultrasound denoising with Fine-grained Refinement

arXiv:2310.03402v1h-index: 8Has Code
Originality Synthesis-oriented
AI Analysis

This addresses image quality issues in medical diagnostics, but it is incremental as it builds on existing transformer and CNN methods for a specific domain.

The authors tackled the problem of speckle noise in ultrasound images, which degrades quality and hinders tasks like segmentation, by proposing a complementary global and local knowledge network with fine-grained refinement, achieving competitive performance on public datasets HC18 and BUSI.

Ultrasound imaging serves as an effective and non-invasive diagnostic tool commonly employed in clinical examinations. However, the presence of speckle noise in ultrasound images invariably degrades image quality, impeding the performance of subsequent tasks, such as segmentation and classification. Existing methods for speckle noise reduction frequently induce excessive image smoothing or fail to preserve detailed information adequately. In this paper, we propose a complementary global and local knowledge network for ultrasound denoising with fine-grained refinement. Initially, the proposed architecture employs the L-CSwinTransformer as encoder to capture global information, incorporating CNN as decoder to fuse local features. We expand the resolution of the feature at different stages to extract more global information compared to the original CSwinTransformer. Subsequently, we integrate Fine-grained Refinement Block (FRB) within the skip-connection stage to further augment features. We validate our model on two public datasets, HC18 and BUSI. Experimental results demonstrate that our model can achieve competitive performance in both quantitative metrics and visual performance. Our code will be available at https://github.com/AAlkaid/USDenoising.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes