English

Imagining the Unseen: Generative Location Modeling for Object Placement

Computer Vision and Pattern Recognition 2025-10-08 v2

Abstract

Location modeling, or determining where non-existing objects could feasibly appear in a scene, has the potential to benefit numerous computer vision tasks, from automatic object insertion to scene creation in virtual reality. Yet, this capability remains largely unexplored to date. In this paper, we develop a generative location model that, given an object class and an image, learns to predict plausible bounding boxes for such an object. Our approach first tokenizes the image and target object class, then decodes bounding box coordinates through an autoregressive transformer. This formulation effectively addresses two core challenges in locatio modeling: the inherent one-to-many nature of plausible locations, and the sparsity of existing location modeling datasets, where fewer than 1% of valid placements are labeled. Furthermore, we incorporate Direct Preference Optimization to leverage negative labels, refining the spatial predictions. Empirical evaluations reveal that our generative location model achieves superior placement accuracy on the OPA dataset as compared to discriminative baselines and image composition approaches. We further test our model in the context of object insertion, where it proposes locations for an off-the-shelf inpainting model to render objects. In this respect, our proposal exhibits improved visual coherence relative to state-of-the-art instruction-tuned editing methods, demonstrating a high-performing location model's utility in a downstream application.

Keywords

Cite

@article{arxiv.2410.13564,
  title  = {Imagining the Unseen: Generative Location Modeling for Object Placement},
  author = {Jooyeol Yun and Davide Abati and Mohamed Omran and Jaegul Choo and Amirhossein Habibian and Auke Wiggers},
  journal= {arXiv preprint arXiv:2410.13564},
  year   = {2025}
}

Comments

Accepted by ICCV 2025 DRL4Real Workshop

R2 v1 2026-06-28T19:25:53.709Z