Generative AI · Computer vision · Cinematic media
Neural Palettes: Exploring Generative AI in Color Grading
A Comparative Analysis of Two Generative Models for Cinematic Color Grading
The research
Research focus
Color grading is central to visual storytelling, but it is traditionally a manual process that depends on specialized software and an experienced colorist. This project explores whether generative models can learn recognizable cinematic color transformations while preserving the content of the original frame.
Approach
I custom-built and compared two conditional generative systems: a diffusion model using a U-Net for forward and reverse diffusion, and a conditional Wasserstein generative adversarial network with a critic and U-Net generator. Both models were trained on a subset of Flickr 8K using paired source images and style labels for transformations including brightness, vivid color, warmth, and grain.
Findings
The C-WGAN produced more visible and effective color transformations than the conditional diffusion model, whose outputs remained comparatively subtle and noisy. The comparison suggests that generative models can support automated aesthetic editing while revealing important tradeoffs between visual impact, structural similarity, and computational efficiency.
Selected Results
- 0.7729
- C-WGAN SSIM
- 25.922
- C-WGAN PSNR
- 0.44 s
- Average inference time
Project archive
The paper and the process behind it
A Comparative Analysis of Two Generative Models for Cinematic Color Grading
Formal paper · 11 pages
Model diagrams, training ideas, and project notes
Handwritten process notebook · 3 pages