paper-with-me

홈 › Papers

Generating Multiple Objects at Spatially Distinct Locations

2019-01-03 · ICLR 2019 5 · Tobias Hinz, Stefan Heinrich, Stefan Wermter

Recent improvements to Generative Adversarial Networks (GANs) have made it possible to generate realistic images in high resolution based on natural language descriptions such as image captions. Furthermore, conditional GANs allow us to control the image generation process through labels or even natural language descriptions. However, fine-grained control of the image layout, i.e. where in the image specific objects should be located, is still difficult to achieve. This is especially true for images that should contain multiple distinct objects at different spatial locations. We introduce a new approach which allows us to control the location of arbitrarily many objects within an image by adding an object pathway to both the generator and the discriminator. Our approach does not need a detailed semantic layout but only bounding boxes and the respective labels of the desired objects are needed. The object pathway focuses solely on the individual objects and is iteratively applied at the locations specified by the bounding boxes. The global pathway focuses on the image background and the general image layout. We perform experiments on the Multi-MNIST, CLEVR, and the more complex MS-COCO data set. Our experiments show that through the use of the object pathway we can control object locations within images and can model complex scenes with multiple objects at various locations. We further show that the object pathway focuses on the individual objects and learns features relevant for these, while the global pathway focuses on global image characteristics and the image background.

📄 PDF Abstract BibTeX arXiv:1901.00686

Code (1)

tohinz/multiple-objects-gan 공식 구현 pytorch

Tasks

Conditional Image GenerationImage GenerationObjectText-to-Image Generation

Similar Papers 제목 키워드 기반

ComboVerse: Compositional 3D Assets Creation Using Spatially-Aware Diffusion Guidance

2024-03-19 · Yongwei Chen, Tengfei Wang, Tong Wu, Xingang Pan 외

Generating high-quality 3D assets from a given image is highly desirable in various applications such as AR/VR. Recent advances in single-image 3D generation explore feed-forward models that learn to infer the 3D model o…

3D GenerationObject

Improving Few-shot Learning by Spatially-aware Matching and CrossTransformer

2020-01-06 · Hongguang Zhang, Philip H. S. Torr, Piotr Koniusz

Current few-shot learning models capture visual object relations in the so-called meta-learning setting under a fixed-resolution input. However, such models have a limited generalization ability under the scale and locat…

DeblurringFew-Shot LearningImage DeblurringMeta-Learning+1

Generative Location Modeling for Spatially Aware Object Insertion

2024-10-17 · Jooyeol Yun, Davide Abati, Mohamed Omran, Jaegul Choo 외

Generative models have become a powerful tool for image editing tasks, including object insertion. However, these methods often lack spatial awareness, generating objects with unrealistic locations and scales, or uninten…

Object

A Spatial Layout and Scale Invariant Feature Representation for Indoor Scene Classification

2015-06-18 · Munawar Hayat, Salman H. Khan, Mohammed Bennamoun, Senjian An

Unlike standard object classification, where the image to be classified contains one or multiple instances of the same object, indoor scene classification is quite different since the image consists of multiple distinct …

General ClassificationScene Classification

EraseDraw: Learning to Draw Step-by-Step via Erasing Objects from Images

2024-08-31 · Alper Canberk, Maksym Bondarenko, Ege Ozguroglu, Ruoshi Liu 외

Creative processes such as painting often involve creating different components of an image one by one. Can we build a computational model to perform this task? Prior works often fail by making global changes to the imag…

Object