Skip to content
/ MSANN Public

[TAI 2023] Blind Image Despeckling Using Multi-Scale Attention-Guided Neural Network

Notifications You must be signed in to change notification settings

gy65896/MSANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TAI 2023] Blind Image Despeckling Using a Multiscale Attention-Guided Neural Network

Paper


Blind Image Despeckling Using a Multiscale Attention-Guided Neural Network
Yu Guo, Yuxu Lu, Ryan Wen Liu* , Fenghua Zhu
(* Corresponding Author)
IEEE Transactions on Artificial Intelligence

Abstract: Coherent imaging systems have been applied in the detection of target of interest, natural resource exploration, ailment diagnosis, etc. However, it is easy to generate speckle-degraded images due to the coherent interference of reflected echoes, restricting these practical applications. Speckle noise is a granular interference that affects the observed reflectivity. It is often modeled as multiplicative noise with a negative exponential distribution. This nonlinear property makes despeckling of imaging data an intractable problem. To enhance the despeckling performance, we propose to blindly remove speckle noise using an intelligent computing-enabled multiscale attention-guided neural network (termed MSANN). In particular, we first introduce the logarithmic transformation to convert the multiplicative speckle noise model to an additive version. Our MSANN, essentially a feature pyramid network, is then exploited to restore degraded images in the logarithmic domain. To enhance the generalization ability of the MSANN, a multiscale feature enhancement attention module is incorporated into the MSANN to extract multiscale features for improving the imaging quality. A multiscale mixed loss function is further presented to increase the network robustness during training. The final despeckled images are naturally equivalent to the exponential versions of the output of the MSANN. Experimental results have shown that the MSANN has the capacity of effectively removing the speckle noise while preserving essential structures. It can achieve superior despeckling results in terms of visual quality and quantitative measures.


Network Architecture

2

Test

  • Put the noisy image in the ./input folder
  • Run main.py.
  • The enhancement result will be saved in the ./output folder.

Citation

@article{guo2023blind,
  title={Blind Image Despeckling Using a Multiscale Attention-Guided Neural Network},
  author={Guo, Yu and Lu, Yuxu and Liu, Ryan Wen and Zhu, Fenghua},
  journal={IEEE Transactions on Artificial Intelligence},
  volume={5},
  number={1},
  pages={205--216},
  year={2023}
}

If you have any questions, please get in touch with me (guoyu65896@gmail.com).

About

[TAI 2023] Blind Image Despeckling Using Multi-Scale Attention-Guided Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages