Papers › Learning A Sparse Transformer Network for Effective Image Deraining

Learning A Sparse Transformer Network for Effective Image Deraining

21 Mar 2023CVPR 2023 1arXiv:2303.11950archive 2025-07-28

Xiang Chen, Hao Li, Mingqiang Li, Jinshan Pan

Transformers-based methods have achieved significant performance in image deraining as they can model the non-local information which is vital for high-quality image reconstruction. In this paper, we find that most existing Transformers usually use all similarities of the tokens from the query-key pairs for the feature aggregation. However, if the tokens from the query are different from those of the key, the self-attention values estimated from these tokens also involve in feature aggregation, which accordingly interferes with the clear image restoration. To overcome this problem, we propose an effective DeRaining network, Sparse Transformer (DRSformer) that can adaptively keep the most useful self-attention values for feature aggregation so that the aggregated features better facilitate high-quality image reconstruction. Specifically, we develop a learnable top-k selection operator to adaptively retain the most crucial attention scores from the keys for each query for better feature aggregation. Simultaneously, as the naive feed-forward network in Transformers does not model the multi-scale information that is important for latent clear image restoration, we develop an effective mixed-scale feed-forward network to generate better features for image deraining. To learn an enriched set of hybrid features, which combines local context from CNN operators, we equip our model with mixture of experts feature compensator to present a cooperation refinement deraining scheme. Extensive experimental results on the commonly used benchmarks demonstrate that the proposed method achieves favorable performance against state-of-the-art approaches. The source code and trained models are available at https://github.com/cschenxiang/DRSformer.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.11950")

Code

Syntology Ran 8 of 11 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cschenxiang/drsformer officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 8 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
3unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from cschenxiang/drsformer. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Attention cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 50006ae54761f527 · report
DilConv cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · e2ef9c678fe3aa44 · report
FeedForward cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 5cfc302c76ee3b91 · report
OALayer cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 9ead1340d2ad5517 · report
OperationLayer cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · fffe92151028a264 · report
ReLUConv cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran fingerprinted no licence file found · pointer only · b7c2f09ec69779da · report
SepConv cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 7a5365697cfc3402 · report
subnet cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 1b2bc200cd85b70e · report
DRSformer cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository unverified no licence file found · pointer only · ae686cb3b8b5b1f9 · report
GroupOLs cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository unverified no licence file found · pointer only · 7b56e8b085b9944e · report
TransformerBlock cschenxiang/drsformer/basicsr/models/archs/DRSformer_arch.py official repository unverified no licence file found · pointer only · 724b7c5be1319bc9 · report

Tasks

Image ReconstructionImage RestorationMixture-of-ExpertsRain Removal

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxSparse TransformerTransformerWeight Decay

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections