Papers › Empowering Low-Light Image Enhancer through Customized Learnable Priors

Empowering Low-Light Image Enhancer through Customized Learnable Priors

5 Sep 2023ICCV 2023 1arXiv:2309.01958archive 2025-07-28

Naishan Zheng, Man Zhou, Yanmeng Dong, Xiangyu Rui, Jie Huang, Chongyi Li, Feng Zhao

Deep neural networks have achieved remarkable progress in enhancing low-light images by improving their brightness and eliminating noise. However, most existing methods construct end-to-end mapping networks heuristically, neglecting the intrinsic prior of image enhancement task and lacking transparency and interpretability. Although some unfolding solutions have been proposed to relieve these issues, they rely on proximal operator networks that deliver ambiguous and implicit priors. In this work, we propose a paradigm for low-light image enhancement that explores the potential of customized learnable priors to improve the transparency of the deep unfolding paradigm. Motivated by the powerful feature representation capability of Masked Autoencoder (MAE), we customize MAE-based illumination and noise priors and redevelop them from two perspectives: 1) \textbf{structure flow}: we train the MAE from a normal-light image to its illumination properties and then embed it into the proximal operator design of the unfolding architecture; and m2) \textbf{optimization flow}: we train MAE from a normal-light image to its gradient representation and then employ it as a regularization term to constrain noise in the model output. These designs improve the interpretability and representation capability of the model.Extensive experiments on multiple low-light image enhancement datasets demonstrate the superiority of our proposed paradigm over state-of-the-art methods. Code is available at https://github.com/zheng980629/CUE.

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

Code

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

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

zheng980629/cue 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

18 samples harvested; 13 ran; 0 honoured the contract we drafted; 5 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
5unverified

Licence: 18 of the 18 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 zheng980629/CUE. “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.

BasicUnit zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 8ee2440798eabe67 · report
CALayer zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant no licence file found · pointer only · 7ecf52b7a2d5bf5d · report
ChannelFuse zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran fingerprinted no licence file found · pointer only · a4878cb890d08d03 · report
FreBlockCha zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: well formed no licence file found · pointer only · 800e1ede4974d91e · report
FreBlockSpa zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: well formed no licence file found · pointer only · 692ece12ca443901 · report
InvBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran no licence file found · pointer only · 09828605b5df4e22 · report
NoiseBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran fingerprinted no licence file found · pointer only · 76b9673dfdfb7580 · report
ReflectanceBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 8707d92b40d0bc99 · report
SpaBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 23bb1fc45e5c5c60 · report
SpatialFuse zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran fingerprinted no licence file found · pointer only · 007acfd749aebeb1 · report
UNetConvBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 4f7bbfa1161eb18c · report
UNetConvBlock_fre zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · bea493cdea1186e8 · report
UNet_BilateralFilter_mask zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · c9e0b98c54bdd2b0 · report
IlluminationBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository unverified no licence file found · pointer only · 254d70c745b46dfc · report
InteractNet zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository unverified no licence file found · pointer only · 6fee00ee6cc0f312 · report
LearnablePriorEnhanceNet zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository unverified no licence file found · pointer only · 284764d0b6cab796 · report
ProcessBlock zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository unverified no licence file found · pointer only · e63b4cd4b28e5361 · report
ProcessNet zheng980629/CUE/basicsr/archs/LearnablePriorsCondUNetFreReflRestore_arch.py official repository unverified no licence file found · pointer only · f5e35c4fcfe04e42 · report

Tasks

Image EnhancementLow-Light Image Enhancement

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

MAE

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