RL-AWB: Deep Reinforcement Learning for Auto White Balance Correction in Low-Light Night-time Scenes

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Image Processing · Depth: Expert, extended

Summary

RL-AWB is a new framework designed to address the challenging problem of automatic white balance (AWB) correction in low-light nighttime scenes. It integrates a novel statistical algorithm, SGP-LRD, with a deep reinforcement learning (DRL) approach. SGP-LRD is tailored for nighttime conditions, employing salient gray pixel detection and a new illumination estimation method. The DRL component, RL-AWB, is the first of its kind for color constancy, using Soft Actor-Critic (SAC) and two-stage curriculum learning to dynamically optimize SGP-LRD's parameters (gray pixel selection threshold N% and Minkowski norm exponent p) for individual images. To facilitate evaluation, the authors introduce LEVI, the first multi-camera nighttime dataset, comprising 700 linear RAW images from iPhone 16 Pro and Sony ILCE-6400, with ISOs ranging from 500 to 16,000. Experiments demonstrate RL-AWB's superior generalization across low-light and well-illuminated images, achieving competitive performance with only 5 training images per dataset and strong cross-sensor robustness.

Key takeaway

For Computer Vision Engineers developing camera ISP pipelines, if you are struggling with robust auto white balance in low-light or cross-sensor environments, consider integrating deep reinforcement learning for dynamic parameter optimization. This RL-AWB framework, which adaptively tunes statistical algorithm parameters, significantly improves cross-sensor generalization and performance in challenging nighttime conditions. You can achieve superior accuracy with minimal training data, making it a practical solution for mobile photography and surveillance systems.

Key insights

Deep reinforcement learning can adaptively tune statistical auto white balance parameters for robust nighttime color constancy.

Principles

Method

The RL-AWB framework uses a Soft Actor-Critic agent to dynamically adjust two SGP-LRD parameters (gray-pixel sampling percentage N% and Minkowski order p) based on image log-chrominance histograms and parameter history, guided by a relative error improvement reward and two-stage curriculum learning.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.