[공지사항]을 빙자한 안부와 근황 
Show more

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.

Can Optical Denoising Clean Sonar Images? A Benchmark and Fusion Approach

Created by
  • Haebom

Author

Ziyu Wang (Xidian University), Tao

Outline

This paper systematically evaluates nine state-of-the-art deep denoising models (e.g., Neighbor2Neighbor, Blind2Unblind, DSPNet, etc.) applied to sonar image preprocessing to address the accuracy degradation problem caused by complex noise patterns such as speckle, echo, and non-Gaussian noise in object detection of underwater robots for autonomous navigation and resource exploration. Using five public sonar datasets and four representative object detection algorithms (YOLOX, Faster R-CNN, SSD300, and SSDMobileNetV2), we evaluate the effectiveness of applying optical image denoising models to sonar data, the optimal model for sonar noise, and whether denoising improves detection accuracy in real pipelines. The experimental results show that denoising generally improves detection performance, but the effects vary due to the inherent bias of each model for noise types. Therefore, we propose a cross-supervised multi-source denoising fusion framework, in which the outputs of multiple denoisers mutually supervise each other at the pixel level to produce cleaner images.

Takeaways, Limitations

Takeaways:
By systematically comparing and analyzing the performance of various deep denoising models for sonar image preprocessing, we provide guidelines for selecting models suitable for sonar noise characteristics.
We demonstrate that our cross-supervised multi-source denoising fusion framework can achieve improved performance over existing single denoising models.
We present a practical strategy for improving the performance of sonar image-based object detection.
Limitations:
The diversity of sonar datasets used for evaluation may be limited.
The proposed fusion framework may be computationally expensive.
It may not be possible to completely address biases against certain types of sonar noise.
Generalization performance for various underwater environments and sonar systems requires further study.
👍