DRT: A Lightweight Single Image Deraining Recursive Transformer
Yuanchu Liang, Saeed Anwar, Yang Liu

TL;DR
This paper introduces DRT, a lightweight recursive transformer for single image deraining that significantly reduces parameters while outperforming state-of-the-art methods, and also applies to other image restoration tasks.
Contribution
Proposes a recursive local window-based self-attention transformer model that is resource-efficient and effective for image deraining and other restoration tasks.
Findings
Uses only 1.3% of parameters of current best models
Outperforms state-of-the-art on Rain100L benchmark by 0.33 dB
Achieves competitive results on desnowing
Abstract
Over parameterization is a common technique in deep learning to help models learn and generalize sufficiently to the given task; nonetheless, this often leads to enormous network structures and consumes considerable computing resources during training. Recent powerful transformer-based deep learning models on vision tasks usually have heavy parameters and bear training difficulty. However, many dense-prediction low-level computer vision tasks, such as rain streak removing, often need to be executed on devices with limited computing power and memory in practice. Hence, we introduce a recursive local window-based self-attention structure with residual connections and propose deraining a recursive transformer (DRT), which enjoys the superiority of the transformer but requires a small amount of computing resources. In particular, through recursive architecture, our proposed model uses only…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Enhancement Techniques · Advanced Vision and Imaging · Image and Signal Denoising Methods
