Papers › From Sky to the Ground: A Large-scale Benchmark and Simple Baseline Towards Real Rain Removal

From Sky to the Ground: A Large-scale Benchmark and Simple Baseline Towards Real Rain Removal

7 Aug 2023ICCV 2023 1arXiv:2308.03867archive 2025-07-28

Yun Guo, Xueyao Xiao, Yi Chang, Shumin Deng, Luxin Yan

Learning-based image deraining methods have made great progress. However, the lack of large-scale high-quality paired training samples is the main bottleneck to hamper the real image deraining (RID). To address this dilemma and advance RID, we construct a Large-scale High-quality Paired real rain benchmark (LHP-Rain), including 3000 video sequences with 1 million high-resolution (1920*1080) frame pairs. The advantages of the proposed dataset over the existing ones are three-fold: rain with higher-diversity and larger-scale, image with higher-resolution and higher-quality ground-truth. Specifically, the real rains in LHP-Rain not only contain the classical rain streak/veiling/occlusion in the sky, but also the \textbf{splashing on the ground} overlooked by deraining community. Moreover, we propose a novel robust low-rank tensor recovery model to generate the GT with better separating the static background from the dynamic rain. In addition, we design a simple transformer-based single image deraining baseline, which simultaneously utilize the self-attention and cross-layer attention within the image and rain layer with discriminative feature representation. Extensive experiments verify the superiority of the proposed dataset and deraining method over state-of-the-art.

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="2308.03867")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

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

yunguo224/lhp-rain 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

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

3ran · our draft was wrong
1ran · fixture could not drive it
9ran
1unverified

Licence: 14 of the 14 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 yunguo224/lhp-rain. “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.

calculate_psnr yunguo224/lhp-rain/SCD-Former/utils/caculate_psnr_ssim.py official repository ran no licence file found · pointer only · ca23a11161d101d9 · report
calculate_ssim yunguo224/lhp-rain/SCD-Former/utils/caculate_psnr_ssim.py official repository ran no licence file found · pointer only · 610a7378b7096157 · report
conv yunguo224/lhp-rain/SCD-Former/model.py official repository ran · our draft was wrong no licence file found · pointer only · ad4c565716dab068 · report
get_pad_layer yunguo224/lhp-rain/SCD-Former/utils/antialias.py official repository ran · our draft was wrong no licence file found · pointer only · 50aa4a59fe718c61 · report
get_pad_layer_1d yunguo224/lhp-rain/SCD-Former/utils/antialias.py official repository ran no licence file found · pointer only · 176a539246e68879 · report
get_validation_deblur_data yunguo224/lhp-rain/SCD-Former/dataset/dataset_derain.py official repository ran no licence file found · pointer only · 27478bdf2357c84c · report
is_frozen yunguo224/lhp-rain/SCD-Former/utils/model_utils.py official repository ran no licence file found · pointer only · 930cddf0a4d80ab1 · report
is_image_file yunguo224/lhp-rain/SCD-Former/dataset/dataset_denoise.py official repository ran no licence file found · pointer only · 91fca7a2b44569ad · report
load_start_epoch yunguo224/lhp-rain/SCD-Former/utils/model_utils.py official repository ran no licence file found · pointer only · c3bea8c4ee6bef4a · report
tensor2uint yunguo224/lhp-rain/SCD-Former/utils/caculate_psnr_ssim.py official repository ran no licence file found · pointer only · 8df1e852f5412337 · report
tv_loss yunguo224/lhp-rain/SCD-Former/losses.py official repository ran no licence file found · pointer only · bd81f2c248f04da7 · report
window_partition yunguo224/lhp-rain/SCD-Former/model.py official repository ran · fixture could not drive it no licence file found · pointer only · c4b5a8b25f271a68 · report
window_reverse yunguo224/lhp-rain/SCD-Former/model.py official repository ran · our draft was wrong no licence file found · pointer only · e2cf4a766e987768 · report
load_optim yunguo224/lhp-rain/SCD-Former/utils/model_utils.py official repository unverified no licence file found · pointer only · 81e30648b66c8cf7 · report

Tasks

DiversityRain RemovalSingle Image Deraining

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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