English

Learning Image Deraining Transformer Network with Dynamic Dual Self-Attention

Computer Vision and Pattern Recognition 2023-08-16 v1

Abstract

Recently, Transformer-based architecture has been introduced into single image deraining task due to its advantage in modeling non-local information. However, existing approaches tend to integrate global features based on a dense self-attention strategy since it tend to uses all similarities of the tokens between the queries and keys. In fact, this strategy leads to ignoring the most relevant information and inducing blurry effect by the irrelevant representations during the feature aggregation. To this end, this paper proposes an effective image deraining Transformer with dynamic dual self-attention (DDSA), which combines both dense and sparse attention strategies to better facilitate clear image reconstruction. Specifically, we only select the most useful similarity values based on top-k approximate calculation to achieve sparse attention. In addition, we also develop a novel spatial-enhanced feed-forward network (SEFN) to further obtain a more accurate representation for achieving high-quality derained results. Extensive experiments on benchmark datasets demonstrate the effectiveness of our proposed method.

Keywords

Cite

@article{arxiv.2308.07781,
  title  = {Learning Image Deraining Transformer Network with Dynamic Dual Self-Attention},
  author = {Zhentao Fan and Hongming Chen and Yufeng Li},
  journal= {arXiv preprint arXiv:2308.07781},
  year   = {2023}
}

Comments

6 pages, 5 figures

R2 v1 2026-06-28T11:56:04.783Z