CVMay 28, 2022

Fast Object Placement Assessment

arXiv:2205.14280v121 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners in image editing and computer vision, offering an incremental improvement in speed without sacrificing accuracy.

The paper tackles the inefficiency of existing object placement assessment (OPA) models, which require evaluating each location separately, by proposing a fast OPA model that predicts rationality scores for all locations in a single pass, achieving comparable performance with significantly faster runtime.

Object placement assessment (OPA) aims to predict the rationality score of a composite image in terms of the placement (e.g., scale, location) of inserted foreground object. However, given a pair of scaled foreground and background, to enumerate all the reasonable locations, existing OPA model needs to place the foreground at each location on the background and pass the obtained composite image through the model one at a time, which is very time-consuming. In this work, we investigate a new task named as fast OPA. Specifically, provided with a scaled foreground and a background, we only pass them through the model once and predict the rationality scores for all locations. To accomplish this task, we propose a pioneering fast OPA model with several innovations (i.e., foreground dynamic filter, background prior transfer, and composite feature mimicking) to bridge the performance gap between slow OPA model and fast OPA model. Extensive experiments on OPA dataset show that our proposed fast OPA model performs on par with slow OPA model but runs significantly faster.

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