Making Images Real Again: A Comprehensive Survey on Deep Image Composition
Li Niu, Wenyan Cong, Liu Liu, Yan Hong, Bo Zhang, Jing Liang, Liqing Zhang
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/bcmi/Awesome-Image-CompositionOfficialIn papernone★ 1,114
- github.com/bcmi/libcomOfficialIn paperpytorch★ 716
- github.com/bcmi/awesome-object-insertionOfficialIn papernone★ 533
- github.com/bcmi/mureobjectstitch-image-compositionpytorch★ 206
- github.com/bcmi/controlcom-image-compositionpytorch★ 186
- github.com/bcmi/ObjectStitch-Image-Compositionpytorch★ 101
Abstract
As a common image editing operation, image composition (object insertion) aims to combine the foreground from one image and another background image, resulting in a composite image. However, there are many issues that could make the composite images unrealistic. These issues can be summarized as the inconsistency between foreground and background, which includes appearance inconsistency (e.g., incompatible illumination), geometry inconsistency (e.g., unreasonable size), and semantic inconsistency (e.g., mismatched semantic context). Image composition task could be decomposed into multiple sub-tasks, in which each sub-task targets at one or more issues. Specifically, object placement aims to find reasonable scale, location, and shape for the foreground. Image blending aims to address the unnatural boundary between foreground and background. Image harmonization aims to adjust the illumination statistics of foreground. Shadow (resp., reflection) generation aims to generate plausible shadow (resp., reflection) for the foreground. These sub-tasks can be executed sequentially or parallelly to acquire realistic composite images. To the best of our knowledge, there is no previous survey on image composition (object insertion). In this paper, we conduct comprehensive survey over the sub-tasks and combinatorial task of image composition (object insertion). For each one, we summarize the existing methods, available datasets, and common evaluation metrics. We have also contributed the first image composition toolbox libcom, which assembles 10+ image composition related functions.