Deterministic Neural Illumination Mapping for Efficient Auto-White Balance Correction

Abstract

Auto-white balance (AWB) correction is a critical operation in image signal processors for accurate and consistent color correction across various illumination scenarios. This paper presents a novel and efficient AWB correction method that achieves at least 35 times faster processing with equivalent or superior performance on high-resolution images for the current state-of-the-art methods. Inspired by deterministic color style transfer, our approach introduces deterministic illumination color mapping, leveraging learnable projection matrices for both canonical illumination form and AWB-corrected output. It involves feeding high-resolution images and corresponding latent representations into a mapping module to derive a canonical form, followed by another mapping module that maps the pixel values to those for the corrected version. This strategy is designed as resolution-agnostic and also enables seamless integration of any pre-trained AWB network as the backbone. Experimental results confirm the effectiveness of our approach, revealing significant performance improvements and reduced time complexity compared to state-of-the-art methods. Our method provides an efficient deep learning-based AWB correction solution, promising real-time, high-quality color correction for digital imaging applications. Source code is available at https://github.com/birdortyedi/DeNIM/

Cite

Text

Kinli et al. "Deterministic Neural Illumination Mapping for Efficient Auto-White Balance Correction." IEEE/CVF International Conference on Computer Vision Workshops, 2023. doi:10.1109/ICCVW60793.2023.00122

Markdown

[Kinli et al. "Deterministic Neural Illumination Mapping for Efficient Auto-White Balance Correction." IEEE/CVF International Conference on Computer Vision Workshops, 2023.](https://mlanthology.org/iccvw/2023/kinli2023iccvw-deterministic/) doi:10.1109/ICCVW60793.2023.00122

BibTeX

@inproceedings{kinli2023iccvw-deterministic,
  title     = {{Deterministic Neural Illumination Mapping for Efficient Auto-White Balance Correction}},
  author    = {Kinli, Furkan and Yilmaz, Doga and Özcan, Baris and Kiraç, Furkan},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2023},
  pages     = {1131-1139},
  doi       = {10.1109/ICCVW60793.2023.00122},
  url       = {https://mlanthology.org/iccvw/2023/kinli2023iccvw-deterministic/}
}