CVGRLGSep 5, 2021

Deep Saliency Prior for Reducing Visual Distraction

arXiv:2109.01980v121 citations
Originality Incremental advance
AI Analysis

This addresses the problem of image editing for distraction reduction, offering a novel approach that leverages cognitive principles, though it is incremental in applying existing saliency models to new editing tasks.

The paper tackles the problem of reducing visual distraction in images by using a pretrained saliency model to guide editing operations without additional training, achieving effects like recoloring and warping that reduce saliency in specified regions as validated by perceptual studies.

Using only a model that was trained to predict where people look at images, and no additional training data, we can produce a range of powerful editing effects for reducing distraction in images. Given an image and a mask specifying the region to edit, we backpropagate through a state-of-the-art saliency model to parameterize a differentiable editing operator, such that the saliency within the masked region is reduced. We demonstrate several operators, including: a recoloring operator, which learns to apply a color transform that camouflages and blends distractors into their surroundings; a warping operator, which warps less salient image regions to cover distractors, gradually collapsing objects into themselves and effectively removing them (an effect akin to inpainting); a GAN operator, which uses a semantic prior to fully replace image regions with plausible, less salient alternatives. The resulting effects are consistent with cognitive research on the human visual system (e.g., since color mismatch is salient, the recoloring operator learns to harmonize objects' colors with their surrounding to reduce their saliency), and, importantly, are all achieved solely through the guidance of the pretrained saliency model, with no additional supervision. We present results on a variety of natural images and conduct a perceptual study to evaluate and validate the changes in viewers' eye-gaze between the original images and our edited results.

Foundations

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

Your Notes