CVSep 17, 2021

Auto White-Balance Correction for Mixed-Illuminant Scenes

arXiv:2109.08750v264 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses color correction in real-world photography with mixed lighting, an incremental improvement over single-illuminant assumptions.

The paper tackles the problem of auto white balance in mixed-illuminant scenes, where traditional methods fail, by proposing a method that blends images rendered with predefined settings, achieving promising results compared to alternatives.

Auto white balance (AWB) is applied by camera hardware at capture time to remove the color cast caused by the scene illumination. The vast majority of white-balance algorithms assume a single light source illuminates the scene; however, real scenes often have mixed lighting conditions. This paper presents an effective AWB method to deal with such mixed-illuminant scenes. A unique departure from conventional AWB, our method does not require illuminant estimation, as is the case in traditional camera AWB modules. Instead, our method proposes to render the captured scene with a small set of predefined white-balance settings. Given this set of rendered images, our method learns to estimate weighting maps that are used to blend the rendered images to generate the final corrected image. Through extensive experiments, we show this proposed method produces promising results compared to other alternatives for single- and mixed-illuminant scene color correction. Our source code and trained models are available at https://github.com/mahmoudnafifi/mixedillWB.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes