paper-with-me

Papers

Self-adaptive Single and Multi-illuminant Estimation Framework based on Deep Learning

2019-02-13 · Yongjie Liu, Sijie Shen

Illuminant estimation plays a key role in digital camera pipeline system, it aims at reducing color casting effect due to the influence of non-white illuminant. Recent researches handle this task by using Convolution Neural Network (CNN) as a mapping function from input image to a single illumination vector. However, global mapping approaches are difficult to deal with scenes under multi-light-sources. In this paper, we proposed a self-adaptive single and multi-illuminant estimation framework, which includes the following novelties: (1) Learning local self-adaptive kernels from the entire image for illuminant estimation with encoder-decoder CNN structure; (2) Providing confidence measurement for the prediction; (3) Clustering-based iterative fitting for computing single and multi-illumination vectors. The proposed global-to-local aggregation is able to predict multi-illuminant regionally by utilizing global information instead of training in patches, as well as brings significant improvement for single illuminant estimation. We outperform the state-of-the-art methods on standard benchmarks with the largest relative improvement of 16%. In addition, we collect a dataset contains over 13k images for illuminant estimation and evaluation. The code and dataset is available on https://github.com/LiamLYJ/KPF_WB

📄 PDF Abstract BibTeX arXiv:1902.04705

Code (1)

LiamLYJ/KPF_WB 공식 구현 tf

Tasks

ClusteringDecoder

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Single and Multiple Illuminant Estimation Using Convolutional Neural Networks

2015-08-05 · Simone Bianco, Claudio Cusano, Raimondo Schettini

In this paper we present a method for the estimation of the color of the illuminant in RAW images. The method includes a Convolutional Neural Network that has been specially designed to produce multiple local estimates. …

Multi-illuminant Color Constancy via Multi-scale Illuminant Estimation and Fusion

2025-02-04 · Hang Luo, Rongwei Li, Jinxing Liang

Multi-illuminant color constancy methods aim to eliminate local color casts within an image through pixel-wise illuminant estimation. Existing methods mainly employ deep learning to establish a direct mapping between an …

Color Constancy

Efficient Illuminant Estimation for Color Constancy Using Grey Pixels

2015-06-01 · CVPR 2015 6 · Kai-Fu Yang, Shao-Bing Gao, Yong-Jie Li

Illuminant estimation is a key step for computational color constancy. Instead of using the grey world or grey edge assumptions, we propose in this paper a novel method for illuminant estimation by using the information …

Color Constancy

Revisiting and Optimising a CNN Colour Constancy Method for Multi-Illuminant Estimation

2022-11-03 · Ghalia Hemrit, Joseph Meehan

The aim of colour constancy is to discount the effect of the scene illumination from the image colours and restore the colours of the objects as captured under a 'white' illuminant. For the majority of colour constancy m…

Optimizing Illuminant Estimation in Dual-Exposure HDR Imaging

2024-03-04 · Mahmoud Afifi, Zhenhua Hu, Liang Liang

High dynamic range (HDR) imaging involves capturing a series of frames of the same scene, each with different exposure settings, to broaden the dynamic range of light. This can be achieved through burst capturing or usin…

Color Constancy