English

Generalized Lightness Adaptation with Channel Selective Normalization

Computer Vision and Pattern Recognition 2023-08-29 v1

Abstract

Lightness adaptation is vital to the success of image processing to avoid unexpected visual deterioration, which covers multiple aspects, e.g., low-light image enhancement, image retouching, and inverse tone mapping. Existing methods typically work well on their trained lightness conditions but perform poorly in unknown ones due to their limited generalization ability. To address this limitation, we propose a novel generalized lightness adaptation algorithm that extends conventional normalization techniques through a channel filtering design, dubbed Channel Selective Normalization (CSNorm). The proposed CSNorm purposely normalizes the statistics of lightness-relevant channels and keeps other channels unchanged, so as to improve feature generalization and discrimination. To optimize CSNorm, we propose an alternating training strategy that effectively identifies lightness-relevant channels. The model equipped with our CSNorm only needs to be trained on one lightness condition and can be well generalized to unknown lightness conditions. Experimental results on multiple benchmark datasets demonstrate the effectiveness of CSNorm in enhancing the generalization ability for the existing lightness adaptation methods. Code is available at https://github.com/mdyao/CSNorm.

Keywords

Cite

@article{arxiv.2308.13783,
  title  = {Generalized Lightness Adaptation with Channel Selective Normalization},
  author = {Mingde Yao and Jie Huang and Xin Jin and Ruikang Xu and Shenglong Zhou and Man Zhou and Zhiwei Xiong},
  journal= {arXiv preprint arXiv:2308.13783},
  year   = {2023}
}

Comments

Accepted to ICCV 2023. Code: https://github.com/mdyao/CSNorm/

R2 v1 2026-06-28T12:04:54.743Z