CVMar 27, 2024

Towards Image Ambient Lighting Normalization

arXiv:2403.18730v118 citationsh-index: 98Has CodeECCV
Originality Incremental advance
AI Analysis

This addresses lighting normalization for computer vision applications by moving beyond simplified shadow removal to more realistic settings, though it appears incremental as it builds on existing restoration concepts.

The paper tackles the problem of ambient lighting normalization in images by introducing a new challenging task (ALN) and creating the first large-scale dataset (Ambient6K) with multiple light sources and complex self-shadows; their proposed method IFBlend achieves state-of-the-art scores on Ambient6K and competitive performance on conventional shadow removal benchmarks.

Lighting normalization is a crucial but underexplored restoration task with broad applications. However, existing works often simplify this task within the context of shadow removal, limiting the light sources to one and oversimplifying the scene, thus excluding complex self-shadows and restricting surface classes to smooth ones. Although promising, such simplifications hinder generalizability to more realistic settings encountered in daily use. In this paper, we propose a new challenging task termed Ambient Lighting Normalization (ALN), which enables the study of interactions between shadows, unifying image restoration and shadow removal in a broader context. To address the lack of appropriate datasets for ALN, we introduce the large-scale high-resolution dataset Ambient6K, comprising samples obtained from multiple light sources and including self-shadows resulting from complex geometries, which is the first of its kind. For benchmarking, we select various mainstream methods and rigorously evaluate them on Ambient6K. Additionally, we propose IFBlend, a novel strong baseline that maximizes Image-Frequency joint entropy to selectively restore local areas under different lighting conditions, without relying on shadow localization priors. Experiments show that IFBlend achieves SOTA scores on Ambient6K and exhibits competitive performance on conventional shadow removal benchmarks compared to shadow-specific models with mask priors. The dataset, benchmark, and code are available at https://github.com/fvasluianu97/IFBlend.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes