Region-Aware Exposure Consistency Network for Mixed Exposure Correction
Jin Liu, Huiyuan Fu, Chuanming Wang, Huadong Ma
TL;DR
RECNet addresses mixed exposure in single images by learning region-aware representations and bridging exposure gaps between over- and under-exposed regions. It introduces a Region-aware De-exposure Module to map regional features to an exposure-invariant space, a Mixed-scale Restoration Unit to recover details, and an Exposure Contrastive Regularization to enforce intra- and inter-regional consistency. The method achieves state-of-the-art PSNR/SSIM on MSEC and SICE and strong performance on LCDP with mixed exposure, while remaining lightweight. The work provides a practical solution for automatic exposure correction in non-uniform lighting scenes and releases code.
Abstract
Exposure correction aims to enhance images suffering from improper exposure to achieve satisfactory visual effects. Despite recent progress, existing methods generally mitigate either overexposure or underexposure in input images, and they still struggle to handle images with mixed exposure, i.e., one image incorporates both overexposed and underexposed regions. The mixed exposure distribution is non-uniform and leads to varying representation, which makes it challenging to address in a unified process. In this paper, we introduce an effective Region-aware Exposure Correction Network (RECNet) that can handle mixed exposure by adaptively learning and bridging different regional exposure representations. Specifically, to address the challenge posed by mixed exposure disparities, we develop a region-aware de-exposure module that effectively translates regional features of mixed exposure scenarios into an exposure-invariant feature space. Simultaneously, as de-exposure operation inevitably reduces discriminative information, we introduce a mixed-scale restoration unit that integrates exposure-invariant features and unprocessed features to recover local information. To further achieve a uniform exposure distribution in the global image, we propose an exposure contrastive regularization strategy under the constraints of intra-regional exposure consistency and inter-regional exposure continuity. Extensive experiments are conducted on various datasets, and the experimental results demonstrate the superiority and generalization of our proposed method. The code is released at: https://github.com/kravrolens/RECNet.
