/DRANet

Dual residual attention network for image denoising (Pattern Recognition, 2024)

Primary LanguagePython

Dual residual attention network for image denoising (DRANet)by Wencong Wu, Shijie Liu, Yuelong Xia and Yungang Zhang is publised in Pattern Recognition. The arXiv paper download: DRANet, and the PR Paper download: DRANet

DRANet-PyTorch

This is an official PyTorch implementation for DRANet image denoising.

1. Dependences

2. Citation

@article{Wu2024,
  author       = {Wencong Wu and
                  Shijie Liu and
                  Yuelong Xia and
                  Yungang Zhang},
  title        = {Dual residual attention network for image denoising},
  journal      = {Pattern Recognition},
  volume       = {149},
  pages        = {110291},
  year         = {2024}
}

3. Other Important Notes

Some codes are from KAIR and MPRNet