paper-with-me

홈 › Papers

MOC-GAN: Mixing Objects and Captions to Generate Realistic Images

2021-06-06 · Tao Ma, Yikang Li

Generating images with conditional descriptions gains increasing interests in recent years. However, existing conditional inputs are suffering from either unstructured forms (captions) or limited information and expensive labeling (scene graphs). For a targeted scene, the core items, objects, are usually definite while their interactions are flexible and hard to clearly define. Thus, we introduce a more rational setting, generating a realistic image from the objects and captions. Under this setting, objects explicitly define the critical roles in the targeted images and captions implicitly describe their rich attributes and connections. Correspondingly, a MOC-GAN is proposed to mix the inputs of two modalities to generate realistic images. It firstly infers the implicit relations between object pairs from the captions to build a hidden-state scene graph. So a multi-layer representation containing objects, relations and captions is constructed, where the scene graph provides the structures of the scene and the caption provides the image-level guidance. Then a cascaded attentive generative network is designed to coarse-to-fine generate phrase patch by paying attention to the most relevant words in the caption. In addition, a phrase-wise DAMSM is proposed to better supervise the fine-grained phrase-patch consistency. On COCO dataset, our method outperforms the state-of-the-art methods on both Inception Score and FID while maintaining high visual quality. Extensive experiments demonstrate the unique features of our proposed method.

📄 PDF Abstract BibTeX arXiv:2106.03128

Code (0)

등록된 구현이 없습니다.

Tasks

Implicit Relations

Similar Papers 제목 키워드 기반

ChatPainter: Improving Text to Image Generation using Dialogue

2018-02-22 · Shikhar Sharma, Dendi Suhubdy, Vincent Michalski, Samira Ebrahimi Kahou 외

Synthesizing realistic images from text descriptions on a dataset like Microsoft Common Objects in Context (MS COCO), where each image can contain several objects, is a challenging task. Prior work has used text captions…

Image GenerationText to Image GenerationText-to-Image Generation

Improving face generation quality and prompt following with synthetic captions

2024-05-17 · Michail Tarasiou, Stylianos Moschoglou, Jiankang Deng, Stefanos Zafeiriou

Recent advancements in text-to-image generation using diffusion models have significantly improved the quality of generated images and expanded the ability to depict a wide range of objects. However, ensuring that these …

Face GenerationImage GenerationPrompt EngineeringText to Image Generation+1

Rethinking the Reference-based Distinctive Image Captioning

2022-07-22 · Yangjun Mao, Long Chen, Zhihong Jiang, Dong Zhang 외

Distinctive Image Captioning (DIC) -- generating distinctive captions that describe the unique details of a target image -- has received considerable attention over the last few years. A recent DIC work proposes to gener…

AttributeBenchmarkingImage Captioning

Dense Text-to-Image Generation with Attention Modulation

2023-08-24 · ICCV 2023 1 · Yunji Kim, Jiyoung Lee, Jin-Hwa Kim, Jung-Woo Ha 외

Existing text-to-image diffusion models struggle to synthesize realistic images given dense captions, where each text prompt provides a detailed description for a specific image region. To address this, we propose DenseD…

Image GenerationText to Image GenerationText-to-Image Generation

Generating Accurate and Detailed Captions for High-Resolution Images

2025-10-31 · Hankyeol Lee, Gawon Seo, Kyounggyu Lee, Dogun Kim 외 arxiv

Vision-language models (VLMs) often struggle to generate accurate and detailed captions for high-resolution images since they are typically pre-trained on low-resolution inputs (e.g., 224x224 or 336x336 pixels). Downscal…

Object Detection