CVMar 31, 2020

DeepLPF: Deep Local Parametric Filters for Image Enhancement

arXiv:2003.13985v1266 citations
AI Analysis

This addresses the time-consuming and skill-intensive nature of manual local adjustments in image editing for digital artists, though it is incremental as it builds on existing automated enhancement methods.

The paper tackles the problem of automating local image enhancement, which is typically done manually by digital artists, by introducing DeepLPF, a deep neural network that regresses parameters for spatially local filters, achieving state-of-the-art performance on MIT-Adobe-5K datasets with fewer parameters.

Digital artists often improve the aesthetic quality of digital photographs through manual retouching. Beyond global adjustments, professional image editing programs provide local adjustment tools operating on specific parts of an image. Options include parametric (graduated, radial filters) and unconstrained brush tools. These highly expressive tools enable a diverse set of local image enhancements. However, their use can be time consuming, and requires artistic capability. State-of-the-art automated image enhancement approaches typically focus on learning pixel-level or global enhancements. The former can be noisy and lack interpretability, while the latter can fail to capture fine-grained adjustments. In this paper, we introduce a novel approach to automatically enhance images using learned spatially local filters of three different types (Elliptical Filter, Graduated Filter, Polynomial Filter). We introduce a deep neural network, dubbed Deep Local Parametric Filters (DeepLPF), which regresses the parameters of these spatially localized filters that are then automatically applied to enhance the image. DeepLPF provides a natural form of model regularization and enables interpretable, intuitive adjustments that lead to visually pleasing results. We report on multiple benchmarks and show that DeepLPF produces state-of-the-art performance on two variants of the MIT-Adobe-5K dataset, often using a fraction of the parameters required for competing methods.

Code Implementations2 repos
Foundations

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

Your Notes