Color Shift Estimation-and-Correction for Image Enhancement
Yiyu Li, Ke Xu, Gerhard Petrus Hancke, Rynson W. H. Lau
TL;DR
The paper tackles color distortion in images with concurrent over- and under-exposure by leveraging pseudo-normal exposure features to estimate and correct color shifts. It introduces COSE, a color-space deformable convolution-based color-shift estimator, and COMO, a cross-attention-based color modulation module, integrated into a UNet-derived framework that jointly adjusts brightness and color. A pseudo-normal feature generator provides reference guidance, and a dual-loss scheme supervises both pseudo-normal construction and final output quality. Experiments on LCDP and MSEC show state-of-the-art performance with a lightweight model, offering improved color fidelity and visual quality in challenging mixed-exposure scenes.
Abstract
Images captured under sub-optimal illumination conditions may contain both over- and under-exposures. Current approaches mainly focus on adjusting image brightness, which may exacerbate the color tone distortion in under-exposed areas and fail to restore accurate colors in over-exposed regions. We observe that over- and under-exposed regions display opposite color tone distribution shifts with respect to each other, which may not be easily normalized in joint modeling as they usually do not have ``normal-exposed'' regions/pixels as reference. In this paper, we propose a novel method to enhance images with both over- and under-exposures by learning to estimate and correct such color shifts. Specifically, we first derive the color feature maps of the brightened and darkened versions of the input image via a UNet-based network, followed by a pseudo-normal feature generator to produce pseudo-normal color feature maps. We then propose a novel COlor Shift Estimation (COSE) module to estimate the color shifts between the derived brightened (or darkened) color feature maps and the pseudo-normal color feature maps. The COSE module corrects the estimated color shifts of the over- and under-exposed regions separately. We further propose a novel COlor MOdulation (COMO) module to modulate the separately corrected colors in the over- and under-exposed regions to produce the enhanced image. Comprehensive experiments show that our method outperforms existing approaches. Project webpage: https://github.com/yiyulics/CSEC.
