CVOct 5, 2022

Inharmonious Region Localization via Recurrent Self-Reasoning

arXiv:2210.02036v12 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting manipulated regions in synthetic images for applications in image editing and quality enhancement, but it is incremental as it builds on existing UNet structures with a novel module.

The paper tackles the problem of localizing color or illumination inconsistencies in synthetic images to improve realism, achieving competitive performance on an image harmonization dataset.

Synthetic images created by image editing operations are prevalent, but the color or illumination inconsistency between the manipulated region and background may make it unrealistic. Thus, it is important yet challenging to localize the inharmonious region to improve the quality of synthetic image. Inspired by the classic clustering algorithm, we aim to group pixels into two clusters: inharmonious cluster and background cluster by inserting a novel Recurrent Self-Reasoning (RSR) module into the bottleneck of UNet structure. The mask output from RSR module is provided for the decoder as attention guidance. Finally, we adaptively combine the masks from RSR and the decoder to form our final mask. Experimental results on the image harmonization dataset demonstrate that our method achieves competitive performance both quantitatively and qualitatively.

Foundations

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

Your Notes