CVSep 30, 2022

Distilling Style from Image Pairs for Global Forward and Inverse Tone Mapping

Cambridge
arXiv:2209.15165v211 citationsh-index: 46
Originality Incremental advance
AI Analysis

This addresses the need for interpretable and efficient style representation in image editing for computer vision applications, though it is incremental as it builds on existing learning-based methods.

The paper tackles the problem of learning diverse styles in image enhancement tasks like tone mapping, which lack unique solutions, by distilling style information from image pairs into a low-dimensional vector. The result is a method that achieves about 40 dB accuracy, a 7-10 dB improvement over state-of-the-art.

Many image enhancement or editing operations, such as forward and inverse tone mapping or color grading, do not have a unique solution, but instead a range of solutions, each representing a different style. Despite this, existing learning-based methods attempt to learn a unique mapping, disregarding this style. In this work, we show that information about the style can be distilled from collections of image pairs and encoded into a 2- or 3-dimensional vector. This gives us not only an efficient representation but also an interpretable latent space for editing the image style. We represent the global color mapping between a pair of images as a custom normalizing flow, conditioned on a polynomial basis of the pixel color. We show that such a network is more effective than PCA or VAE at encoding image style in low-dimensional space and lets us obtain an accuracy close to 40 dB, which is about 7-10 dB improvement over the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes