Papers › Learning Enriched Features for Real Image Restoration and Enhancement

Learning Enriched Features for Real Image Restoration and Enhancement

15 Mar 2020ECCV 2020 8arXiv:2003.06792archive 2025-07-28

Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang, Ling Shao

With the goal of recovering high-quality image content from its degraded version, image restoration enjoys numerous applications, such as in surveillance, computational photography, medical imaging, and remote sensing. Recently, convolutional neural networks (CNNs) have achieved dramatic improvements over conventional approaches for image restoration task. Existing CNN-based methods typically operate either on full-resolution or on progressively low-resolution representations. In the former case, spatially precise but contextually less robust results are achieved, while in the latter case, semantically reliable but spatially less accurate outputs are generated. In this paper, we present a novel architecture with the collective goals of maintaining spatially-precise high-resolution representations through the entire network and receiving strong contextual information from the low-resolution representations. The core of our approach is a multi-scale residual block containing several key elements: (a) parallel multi-resolution convolution streams for extracting multi-scale features, (b) information exchange across the multi-resolution streams, (c) spatial and channel attention mechanisms for capturing contextual information, and (d) attention based multi-scale feature aggregation. In a nutshell, our approach learns an enriched set of features that combines contextual information from multiple scales, while simultaneously preserving the high-resolution spatial details. Extensive experiments on five real image benchmark datasets demonstrate that our method, named as MIRNet, achieves state-of-the-art results for a variety of image processing tasks, including image denoising, super-resolution, and image enhancement. The source code and pre-trained models are available at https://github.com/swz30/MIRNet.

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

Code

Syntology Ran 3 of 20 code samples harvested from 3 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: community (archive-listed): 18 samples from 3 repositories, 1 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

swz30/MIRNet officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
Rishit-dagli/MIRNet-TFJS mentioned on GitHubtfApache-2.0 report
pminhtam/MIRnet_SIDD mentioned on GitHubpytorch report
sayannath/MIRNet-Flutter mentioned on GitHubtfMIT report
swz30/CycleISP mentioned on GitHubpytorch report
swz30/MPRNet mentioned on GitHubpytorch report
swz30/mirnetv2 mentioned on GitHubpytorch report
swz30/restormer mentioned on GitHubpytorchMIT report
venkat2319/Mirnet mentioned on GitHubtfApache-2.0 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

20 samples harvested; 3 ran; 0 honoured the contract we drafted; 17 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.

1ran · our draft was wrong
2ran · fixture could not drive it
17unverified

Licence: 3 of the 20 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 3 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

get_args sldyns/MIRNet_paddle/infer.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · ae39f655cba1d67e · report
channel_attention_block venkat2319/Mirnet/mirnet/model/dual_attention_unit/attention_blocks.py community (archive-listed) unverified Apache-2.0 (permissive) · 8e0e5c2b567503d2 · report
closest_number venkat2319/Mirnet/mirnet/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 0c7e98b7a4175fdf · report
down_sampling_module venkat2319/Mirnet/mirnet/model/residual_resizing_modules.py community (archive-listed) unverified Apache-2.0 (permissive) · bdaa97ac65e6ada5 · report
dual_attention_unit_block venkat2319/Mirnet/mirnet/model/dual_attention_unit/dau.py community (archive-listed) unverified Apache-2.0 (permissive) · 2ebf26d1f976b945 · report
get_lowres_image tuvovan/MIRNet---Keras/utils.py community (archive-listed) unverified MIT (permissive) · 24a751f9bed72798 · report
mirnet_model venkat2319/Mirnet/mirnet/model/mirnet_model.py community (archive-listed) unverified Apache-2.0 (permissive) · d497c1746ea0f9b8 · report
multi_scale_residual_block venkat2319/Mirnet/mirnet/model/mirnet_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 0f2455cb54afff72 · report
predict_images tuvovan/MIRNet---Keras/utils.py community (archive-listed) unverified MIT (permissive) · b3cb48216a7303e7 · report
psnr venkat2319/Mirnet/mirnet/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b6b9b6c72f37dbc2 · report
random_crop tuvovan/MIRNet---Keras/utils.py community (archive-listed) unverified MIT (permissive) · 004145b87f7e0002 · report
random_crop venkat2319/Mirnet/mirnet/dataloader/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 7d848435a0d2da12 · report
random_flip venkat2319/Mirnet/mirnet/dataloader/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 2a3989cdfa8362a3 · report
read_images venkat2319/Mirnet/mirnet/dataloader/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 24a1bd3b90502aa0 · report
recursive_residual_group venkat2319/Mirnet/mirnet/model/mirnet_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 57ee64d680125fc8 · report
selective_kernel_feature_fusion venkat2319/Mirnet/mirnet/model/skff.py community (archive-listed) unverified Apache-2.0 (permissive) · 04528d72d04da9ca · report
spatial_attention_block venkat2319/Mirnet/mirnet/model/dual_attention_unit/attention_blocks.py community (archive-listed) unverified Apache-2.0 (permissive) · 6d70bcbf3768d570 · report
up_sampling_module venkat2319/Mirnet/mirnet/model/residual_resizing_modules.py community (archive-listed) unverified Apache-2.0 (permissive) · 0c84208cefde62f7 · report
to_3d identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 82a15cc1e46f7e4d · report
to_4d identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · b20f2a5df739a59e · report

Tasks

DenoisingImage DenoisingImage EnhancementImage RestorationSpectral ReconstructionSuper-Resolution

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Denoising DND MIRNet PSNR (sRGB) 39.88 #7 of 16 Archive leaderboard report
Image Denoising DND MIRNet SSIM (sRGB) 0.956 #7 of 16 Archive leaderboard report
Image Denoising SIDD MIRNet PSNR (sRGB) 39.72 #10 of 22 Archive leaderboard report
Image Denoising SIDD MIRNet SSIM (sRGB) 0.959 #10 of 22 Archive leaderboard report
Image Restoration CDD-11 MIRNet Average PSNR (dB) 25.97 #7 of 14 Archive leaderboard report
Image Restoration CDD-11 MIRNet SSIM 0.8474 #7 of 14 Archive leaderboard report
Spectral Reconstruction ARAD-1K MIRNet MRAE 0.1890 #5 of 11 Archive leaderboard report
Spectral Reconstruction ARAD-1K MIRNet PSNR 33.29 #5 of 11 Archive leaderboard report
Spectral Reconstruction ARAD-1K MIRNet RMSE 0.0274 #5 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Batch NormalizationConvolutionReLUResidual BlockResidual Connection

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