Papers › Making Images Real Again: A Comprehensive Survey on Deep Image Composition

Making Images Real Again: A Comprehensive Survey on Deep Image Composition

28 Jun 2021arXiv:2106.14490archive 2025-07-28

Li Niu, Wenyan Cong, Liu Liu, Yan Hong, Bo Zhang, Jing Liang, Liqing Zhang

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.14490")

Code

Syntology Ran 3 of 15 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 1 sample from 1 repository, 1 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bcmi/Awesome-Image-Composition officialmentioned in papermentioned on GitHub report
bcmi/awesome-object-insertion officialmentioned in papermentioned on GitHub report
bcmi/libcom officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
bcmi/ObjectStitch-Image-Composition mentioned on GitHubpytorch report
bcmi/controlcom-image-composition mentioned on GitHubpytorchMIT report
bcmi/mureobjectstitch-image-composition mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 3 ran; 1 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
12unverified

Licence: 3 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

binary_classifier bcmi/libcom/libcom/fos_score/source/networks.py official repository unverified Apache-2.0 (permissive) · bbbe8d9d4e08bd78 · report
color_transfer bcmi/libcom/libcom/color_transfer/reinhard.py official repository unverified Apache-2.0 (permissive) · 892e3fedcdabebd6 · report
conv_relu_x2 bcmi/libcom/libcom/fos_score/source/networks.py official repository unverified Apache-2.0 (permissive) · 8a6243cd7c50b377 · report
custom_kl_loss bcmi/libcom/libcom/fos_score/source/loss_function.py official repository unverified Apache-2.0 (permissive) · 1071f8dab5fd3248 · report
download_entire_folder bcmi/libcom/libcom/utils/model_download.py official repository unverified Apache-2.0 (permissive) · c4921cc4e93b1490 · report
download_pretrained_model bcmi/libcom/libcom/utils/model_download.py official repository unverified Apache-2.0 (permissive) · cca242a41d647f71 · report
fill_box_with_specified_pixel bcmi/libcom/libcom/fos_score/fos_score_prediction.py official repository unverified Apache-2.0 (permissive) · f15b5e79d5612ae4 · report
get_distillation_module bcmi/libcom/libcom/fos_score/source/networks.py official repository unverified Apache-2.0 (permissive) · ed39e42e5a7eb3b3 · report
kl_divergence_loss bcmi/libcom/libcom/fos_score/source/loss_function.py official repository unverified Apache-2.0 (permissive) · c548e9c1b67153a9 · report
mask_iou_loss bcmi/libcom/libcom/fos_score/source/loss_function.py official repository unverified Apache-2.0 (permissive) · a0cbbe6df7f2b9d1 · report
padding_to_square bcmi/libcom/libcom/fos_score/fos_score_prediction.py official repository unverified Apache-2.0 (permissive) · bc8e3ebc8aaebb10 · report
reinhard bcmi/libcom/libcom/color_transfer/reinhard.py official repository unverified Apache-2.0 (permissive) · afc884a2a95172a8 · report
clip2sd bcmi/ObjectStitch-Image-Composition/scripts/inference.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 3e5f67215d50b497 · report
chunk identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8241c0562bc710fd · report
numpy_to_pil identical code first harvested elsewhere ran · violated contract licence of this copy not recorded · 1e63d588563eb90a · report

Tasks

Image HarmonizationObjectSurvey

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections