DEV Community

Cover image for Classical Speckle Reduction Benchmark
Mine Cuneyitoglu
Mine Cuneyitoglu

Posted on

Classical Speckle Reduction Benchmark

 Classical speckle reduction benchmark on 780 breast ultrasound images (BUSI dataset).

Compared Non-Local Means, Median, and Gaussian filtering โ€”
evaluated both globally and within lesion ROI using segmentation masks.

Key finding: global metrics can be misleading :) (why proper masking is important)

Median filter scores well globally (PSNR: 29.71 dB) but drops notably
within lesion boundaries (29.32 dB ROI) โ€” clinically relevant edge blurring
that global evaluation misses.

NLM remains consistent across both evaluations โ€” more reliable for diagnostic regions.

Next: DnCNN and U-Net comparison.

GitHub ๐Ÿ‘‡
https://github.com/minebyte/us-speckle-reduction-benchmark

MedicalImaging #Ultrasound #ImageProcessing #ComputerVision #Python

Top comments (0)