Cascading Convolutional Temporal Colour Constancy
Matteo Rizzo, Cristina Conati, Daesik Jang, Hui Hu

TL;DR
This paper introduces an improved deep learning architecture for temporal colour constancy that leverages cascading and state-of-the-art CCC modules, achieving superior accuracy on benchmark datasets while reducing inference time.
Contribution
It proposes a novel cascading extension of TCCNet with state-of-the-art CCC modules, enhancing accuracy and efficiency in estimating scene illuminants from image sequences.
Findings
Achieved state-of-the-art results on TCC benchmark.
Reducing the number of frames used maintains accuracy.
Cascading strategy improves illuminant estimation performance.
Abstract
Computational Colour Constancy (CCC) consists of estimating the colour of one or more illuminants in a scene and using them to remove unwanted chromatic distortions. Much research has focused on illuminant estimation for CCC on single images, with few attempts of leveraging the temporal information intrinsic in sequences of correlated images (e.g., the frames in a video), a task known as Temporal Colour Constancy (TCC). The state-of-the-art for TCC is TCCNet, a deep-learning architecture that uses a ConvLSTM for aggregating the encodings produced by CNN submodules for each image in a sequence. We extend this architecture with different models obtained by (i) substituting the TCCNet submodules with C4, the state-of-the-art method for CCC targeting images; (ii) adding a cascading strategy to perform an iterative improvement of the estimate of the illuminant. We tested our models on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsColor Science and Applications · Image Enhancement Techniques · melanin and skin pigmentation
MethodsSigmoid Activation · Convolution · Tanh Activation · ConvLSTM
