Papers › RawHDR: High Dynamic Range Image Reconstruction from a Single Raw Image

RawHDR: High Dynamic Range Image Reconstruction from a Single Raw Image

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

Yunhao Zou, Chenggang Yan, Ying Fu

High dynamic range (HDR) images capture much more intensity levels than standard ones. Current methods predominantly generate HDR images from 8-bit low dynamic range (LDR) sRGB images that have been degraded by the camera processing pipeline. However, it becomes a formidable task to retrieve extremely high dynamic range scenes from such limited bit-depth data. Unlike existing methods, the core idea of this work is to incorporate more informative Raw sensor data to generate HDR images, aiming to recover scene information in hard regions (the darkest and brightest areas of an HDR scene). To this end, we propose a model tailor-made for Raw images, harnessing the unique features of Raw data to facilitate the Raw-to-HDR mapping. Specifically, we learn exposure masks to separate the hard and easy regions of a high dynamic scene. Then, we introduce two important guidances, dual intensity guidance, which guides less informative channels with more informative ones, and global spatial guidance, which extrapolates scene specifics over an extended spatial domain. To verify our Raw-to-HDR approach, we collect a large Raw/HDR paired dataset for both training and testing. Our empirical evaluations validate the superiority of the proposed Raw-to-HDR reconstruction model, as well as our newly captured dataset in the experiments.

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.02020")

Code

Syntology Ran 15 of 22 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 14 ran with no contract checked.

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

jackzou233/rawhdr 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

22 samples harvested; 15 ran; 0 honoured the contract we drafted; 7 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
14ran
7unverified

Licence: 0 of the 22 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 jackzou233/RawHDR. “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 jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 29d50c0250eae7a9 · report
ConvProjection jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 8f4e81537ed6b5a4 · report
Downsample jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 5b78062820f7c165 · report
FastLeFF jackzou233/RawHDR/model.py official repository ran MIT (permissive) · 7960946306e5e97e · report
InputProj jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 3a9a8599d8e3c1d2 · report
LeFF jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 865ee95b41ad8936 · report
LinearProjection jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · d552be43d7b08ffe · report
Mlp jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 6048703a72836ea7 · report
ResidualBlock_noBN jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 71da3692104e33cc · report
SepConv2d jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 8b5f15eafc8b5253 · report
UnetEncoder jackzou233/RawHDR/model.py official repository ran MIT (permissive) · 91fccdf75467a0d6 · report
Upsample jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 5649210725b55419 · report
WindowAttention jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 0d0e50939bd5ae2c · report
eca_layer_1d jackzou233/RawHDR/model.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 0b1899f0d41fcb57 · report
upsample jackzou233/RawHDR/model.py official repository ran · our draft was wrong MIT (permissive) · f757fff46cc8e034 · report
BasicUformerLayer jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · 658bc9f155e6dff9 · report
LeWinTransformerBlock jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · f15155efe3407c54 · report
OutputProj jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · d725a09f8ee42746 · report
RawHDR jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · ab0d929cbf672716 · report
Uformer jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · 14135b27036ba470 · report
UnetDecoder jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · d65109a1bc435db9 · report
initialize_weights jackzou233/RawHDR/model.py official repository unverified MIT (permissive) · 3c536ce7a9c99df0 · report

Tasks

HDR ReconstructionImage Reconstruction

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