CVAug 1, 2025

Video Color Grading via Look-Up Table Generation

arXiv:2508.00548v15 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the need for automated video color grading to make it accessible beyond professional colorists, though it is an incremental improvement over existing methods.

The paper tackles video color grading by generating a look-up table (LUT) via a diffusion model to align colors with reference scenes, achieving fast inference without structural loss and incorporating user preferences via text prompts.

Different from color correction and transfer, color grading involves adjusting colors for artistic or storytelling purposes in a video, which is used to establish a specific look or mood. However, due to the complexity of the process and the need for specialized editing skills, video color grading remains primarily the domain of professional colorists. In this paper, we present a reference-based video color grading framework. Our key idea is explicitly generating a look-up table (LUT) for color attribute alignment between reference scenes and input video via a diffusion model. As a training objective, we enforce that high-level features of the reference scenes like look, mood, and emotion should be similar to that of the input video. Our LUT-based approach allows for color grading without any loss of structural details in the whole video frames as well as achieving fast inference. We further build a pipeline to incorporate a user-preference via text prompts for low-level feature enhancement such as contrast and brightness, etc. Experimental results, including extensive user studies, demonstrate the effectiveness of our approach for video color grading. Codes are publicly available at https://github.com/seunghyuns98/VideoColorGrading.

Foundations

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

Your Notes