Papers › Towards Ultra-High-Definition Image Deraining: A Benchmark and An Efficient Method

Towards Ultra-High-Definition Image Deraining: A Benchmark and An Efficient Method

27 May 2024arXiv:2405.17074archive 2025-07-28

Hongming Chen, Xiang Chen, Chen Wu, Zhuoran Zheng, Jinshan Pan, Xianping Fu

Despite significant progress has been made in image deraining, existing approaches are mostly carried out on low-resolution images. The effectiveness of these methods on high-resolution images is still unknown, especially for ultra-high-definition (UHD) images, given the continuous advancement of imaging devices. In this paper, we focus on the task of UHD image deraining, and contribute the first large-scale UHD image deraining dataset, 4K-Rain13k, that contains 13,000 image pairs at 4K resolution. Based on this dataset, we conduct a benchmark study on existing methods for processing UHD images. Furthermore, we develop an effective and efficient vision MLP-based architecture (UDR-Mixer) to better solve this task. Specifically, our method contains two building components: a spatial feature rearrangement layer that captures long-range information of UHD images, and a frequency feature modulation layer that facilitates high-quality UHD image reconstruction. Extensive experimental results demonstrate that our method performs favorably against the state-of-the-art approaches while maintaining a lower model complexity. The code and dataset will be available at https://github.com/cschenxiang/UDR-Mixer.

PaperPDFCodeCode 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="2405.17074")

Code

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

By repository: official repository: 16 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.

cschenxiang/udr-mixer officialmentioned in paperpytorch 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

16 samples harvested; 13 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.

13ran
3unverified

Licence: 16 of the 16 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/udr-mixer. “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 cschenxiang/udr-mixer/metrics/PSNR_SSIM.py official repository ran fingerprinted no licence file found · pointer only · 9394ff2c25b8a988 · report
calculate_rgb_psnr cschenxiang/udr-mixer/metrics/PSNR_SSIM.py official repository ran fingerprinted no licence file found · pointer only · 8a5dcb2e25772e72 · report
contributions cschenxiang/udr-mixer/codes/utils/imresize.py official repository ran no licence file found · pointer only · b921438690ac017f · report
crop_a_image cschenxiang/udr-mixer/codes/utils/image_io.py official repository ran no licence file found · pointer only · 8ade57fc1fb950bb · report
crop_img cschenxiang/udr-mixer/codes/utils/image_utils.py official repository ran fingerprinted no licence file found · pointer only · 11c75b3b8bc61c21 · report
crop_patch cschenxiang/udr-mixer/codes/utils/image_utils.py official repository ran fingerprinted no licence file found · pointer only · 86abcfa12b6612f0 · report
fix_scale_and_size cschenxiang/udr-mixer/codes/utils/imresize.py official repository ran no licence file found · pointer only · ee75635bb6c497f1 · report
get_position_from_periods cschenxiang/udr-mixer/codes/utils/schedulers.py official repository ran fingerprinted no licence file found · pointer only · cd569444547de84f · report
imresize cschenxiang/udr-mixer/codes/utils/imresize.py official repository ran no licence file found · pointer only · c38287d2acea0ce0 · report
linear_warmup_decay cschenxiang/udr-mixer/codes/utils/schedulers.py official repository ran no licence file found · pointer only · 442cb54f21dcfe50 · report
prepare_gt_img cschenxiang/udr-mixer/codes/utils/image_io.py official repository ran no licence file found · pointer only · e91553b51010dfd6 · report
prepare_hazy_image cschenxiang/udr-mixer/codes/utils/image_io.py official repository ran no licence file found · pointer only · 8564be766b7cda56 · report
ssim cschenxiang/udr-mixer/metrics/PSNR_SSIM.py official repository ran fingerprinted no licence file found · pointer only · ba721aeacc165234 · report
accuracy cschenxiang/udr-mixer/codes/utils/val_utils.py official repository unverified no licence file found · pointer only · 418284b6911ecae5 · report
compute_psnr_ssim cschenxiang/udr-mixer/codes/utils/val_utils.py official repository unverified no licence file found · pointer only · 41bf6e3c6e9bb89b · report
slice_image2patches cschenxiang/udr-mixer/codes/utils/image_utils.py official repository unverified no licence file found · pointer only · 779d9bd47765629e · report

Tasks

4kImage ReconstructionRain Removal

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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