GRCVSep 27, 2017

Exposure: A White-Box Photo Post-Processing Framework

arXiv:1709.09602v2391 citations
AI Analysis

This work addresses the challenge of personalized photo enhancement for non-experts by enabling training on easily collected unpaired images, offering an understandable white-box solution rather than a black-box output.

The paper tackles the problem of automatic photo retouching for casual photographers by proposing a deep learning framework trained on unpaired data, which learns to apply a sequence of conventional retouching edits and generates results consistent with user-provided styles, as validated through quantitative comparisons and user studies.

Retouching can significantly elevate the visual appeal of photos, but many casual photographers lack the expertise to do this well. To address this problem, previous works have proposed automatic retouching systems based on supervised learning from paired training images acquired before and after manual editing. As it is difficult for users to acquire paired images that reflect their retouching preferences, we present in this paper a deep learning approach that is instead trained on unpaired data, namely a set of photographs that exhibits a retouching style the user likes, which is much easier to collect. Our system is formulated using deep convolutional neural networks that learn to apply different retouching operations on an input image. Network training with respect to various types of edits is enabled by modeling these retouching operations in a unified manner as resolution-independent differentiable filters. To apply the filters in a proper sequence and with suitable parameters, we employ a deep reinforcement learning approach that learns to make decisions on what action to take next, given the current state of the image. In contrast to many deep learning systems, ours provides users with an understandable solution in the form of conventional retouching edits, rather than just a "black-box" result. Through quantitative comparisons and user studies, we show that this technique generates retouching results consistent with the provided photo set.

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