Recurrent Dynamic Range Extension
A new image reconstruction technique tackles HDR recovery by making the problem incremental: the network learns to extend dynamic range by a single exposure value, then is run recurrently to reach the full scene range. That shift matters because complex HDR scenes are hard to solve directly, especially when bright sources and long-tailed luminance distributions dominate the frame.
The method is designed to work with common RAW inputs and a bounded output domain, which makes the training setup more practical than approaches that depend on specialized capture pipelines. The authors also adapt adversarial losses to encourage realistic output, while Memory Replay is used during backpropagation so the network can be trained across multiple inference stages without drifting as errors accumulate.
For graphics and rendering teams, the practical angle is robust highlight recovery. The system is reported to handle challenging HDR scenes more reliably and to recover bright light sources and clipped highlights better than a one-shot reconstruction approach. That could be relevant anywhere HDR capture, tone mapping, or image enhancement feeds into content creation, virtual production, or camera-driven game pipelines.
The broader takeaway is that recurrent refinement can be a useful pattern when a vision task is too hard to solve in one jump. Instead of asking a model to infer the entire dynamic range at once, the pipeline decomposes the work into smaller steps, which may be easier to train and easier to stabilize.
“We learn a simpler task first.”
- what
- Recurrent Dynamic Range Extension reconstructs HDR by extending an image one exposure value at a time.
- who
- Sebastian Dille, Keru Fu, S. Mahdi H. Miangoleh, and Yağız Aksoy.
- when
- Submitted to arXiv on 11 Sep 2026.
- impact
- Could improve highlight recovery and HDR reconstruction for graphics and image-processing workflows.
Promising HDR recovery approach with practical training gains
Discussion