Li Xuยน, Siqi Wangยน, Kepeng Xuยนโ๏ธ, Lin Zhang, Gang Heยน, Weiran Wangยน, Yu-Wing Taiยฒ
ยนXidian University, ยฒDartmouth College
Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), 2026 (Oral Presentation)
- [2025/12] We are prepared the code and pretrained models. The Code have been released! ๐
- [2025/12] This paper has been accepted by AAAI 2026 as an Oral Presentation! ๐
High-Dynamic-Range Wide-Color-Gamut (HDR-WCG) technology is becoming increasingly widespread, driving a growing need for converting Standard Dynamic Range (SDR) content to HDR. Existing methods primarily rely on fixed tone mapping operators, which struggle to handle the diverse appearances and degradations commonly present in real-world SDR content.
To address this limitation, we propose a generalized SDR-to-HDR framework that enhances robustness by learning attribute-disentangled representations. Central to our approach is RealRep, which explicitly disentangles luminance and chrominance components to capture intrinsic content variations across different SDR distributions. Furthermore, we design a Luma-/Chroma-aware negative exemplar generation strategy that constructs degradation-sensitive contrastive pairs. Building on these attribute-level priors, we introduce the Degradation-Domain Aware Controlled Mapping Network (DDACMNet), a lightweight, two-stage framework that performs adaptive hierarchical mapping guided by a control-aware normalization mechanism.
- Figure 1: Comparison between previous entangled frameworks and our attribute-disentangled method.
- Figure 2: Overview of the DDACMNet architecture. It consists of multi-view encoders, a fusion module, and a controlled mapping network.
Our method achieves state-of-the-art performance on the HDRTV4K dataset benchmarks.
| Method | Average PSNR | Average SSIM |
|---|---|---|
| HDRTVNet | 25.77 | 0.8716 |
| LSNet | 28.46 | 0.8979 |
| PromptIR | 28.34 | 0.8940 |
| RealRep (Ours) | 31.05 | 0.9219 |
RealRep demonstrates superior stability under unknown degradations, eliminating artifacts and accurately recovering highlight details and vivid colors.
(Code coming soon...)
If you find this project useful for your research, please consider citing:
@inproceedings{xu2026realrep,
title={RealRep: Generalized SDR-to-HDR Conversion via Attribute-Disentangled Representation Learning},
author={Xu, Li and Wang, Siqi and Xu, Kepeng and Zhang, Ling and He, Gang and Wang, Weiran and Tai, Yu-Wing},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2026}
}If you have any questions, please contact Kepeng Xu at [email protected].