|
Algorithm 1 CMAWRNet Image Restoration Algorithm |
Require: Input image Ensure: Restored image
Initialization: Set parameters , and patch size
Compute guidance map: Equation (5)
Compute structure map: Equation (6)
Compute texture component: Since
Refine components using DNet:
Refined structure
Refined texture
Clean components:
Clean structure component
Clean texture component
Estimate latent variable from structure:
Gamma correction
Compute attention maps using FNet:
Fuse components:
return
|