paper-with-me

Papers

Cross-Camera Convolutional Color Constancy

2020-11-24 · ICCV 2021 10 · Mahmoud Afifi, Jonathan T. Barron, Chloe LeGendre, Yun-Ta Tsai, Francois Bleibel

We present "Cross-Camera Convolutional Color Constancy" (C5), a learning-based method, trained on images from multiple cameras, that accurately estimates a scene's illuminant color from raw images captured by a new camera previously unseen during training. C5 is a hypernetwork-like extension of the convolutional color constancy (CCC) approach: C5 learns to generate the weights of a CCC model that is then evaluated on the input image, with the CCC weights dynamically adapted to different input content. Unlike prior cross-camera color constancy models, which are usually designed to be agnostic to the spectral properties of test-set images from unobserved cameras, C5 approaches this problem through the lens of transductive inference: additional unlabeled images are provided as input to the model at test time, which allows the model to calibrate itself to the spectral properties of the test-set camera during inference. C5 achieves state-of-the-art accuracy for cross-camera color constancy on several datasets, is fast to evaluate (~7 and ~90 ms per image on a GPU or CPU, respectively), and requires little memory (~2 MB), and thus is a practical solution to the problem of calibration-free automatic white balance for mobile photography.

📄 PDF Abstract BibTeX arXiv:2011.11890

Code (1)

mahmoudnafifi/C5 공식 구현 pytorch

Tasks

Color ConstancyCPUGPU

Similar Papers 제목 키워드 기반

Color Constancy Convolutional Autoencoder

2019-06-04 · Firas Laakom, Jenni Raitoharju, Alexandros Iosifidis, Jarno Nikkanen 외

In this paper, we study the importance of pre-training for the generalization capability in the color constancy problem. We propose two novel approaches based on convolutional autoencoders: an unsupervised pre-training a…

Color ConstancyUnsupervised Pre-training

INTEL-TUT Dataset for Camera Invariant Color Constancy Research

2017-03-21 · Caglar Aytekin, Jarno Nikkanen, Moncef Gabbouj

In this paper, we provide a novel dataset designed for camera invariant color constancy research. Camera invariance corresponds to the robustness of an algorithm's performance when run on images of the same scene taken b…

Color Constancy

Cascading Convolutional Color Constancy

2019-12-24 · Huanglin Yu, Ke Chen, Kaiqi Wang, Yanlin Qian 외

Regressing the illumination of a scene from the representations of object appearances is popularly adopted in computational color constancy. However, it's still challenging due to intrinsic appearance and label ambiguiti…

Color Constancy

Multi-Domain Learning for Accurate and Few-Shot Color Constancy

2020-06-01 · CVPR 2020 6 · Jin Xiao, Shuhang Gu, Lei Zhang

Color constancy is an important process in camera pipeline to remove the color bias of captured image caused by scene illumination. Recently, significant improvements in color constancy accuracy have been achieved by usi…

Color Constancy

CCMNet: Leveraging Calibrated Color Correction Matrices for Cross-Camera Color Constancy

2025-04-10 · Dongyoung Kim, Mahmoud Afifi, Dongyun Kim, Michael S. Brown 외

Computational color constancy, or white balancing, is a key module in a camera's image signal processor (ISP) that corrects color casts from scene lighting. Because this operation occurs in the camera-specific raw color …

Color ConstancyData Augmentation