paper-with-me

Papers

VQGAN-CLIP: Open Domain Image Generation and Editing with Natural Language Guidance

2022-04-18 · Katherine Crowson, Stella Biderman, Daniel Kornis, Dashiell Stander, Eric Hallahan, Louis Castricato, Edward Raff

Generating and editing images from open domain text prompts is a challenging task that heretofore has required expensive and specially trained models. We demonstrate a novel methodology for both tasks which is capable of producing images of high visual quality from text prompts of significant semantic complexity without any training by using a multimodal encoder to guide image generations. We demonstrate on a variety of tasks how using CLIP [37] to guide VQGAN [11] produces higher visual quality outputs than prior, less flexible approaches like DALL-E [38], GLIDE [33] and Open-Edit [24], despite not being trained for the tasks presented. Our code is available in a public repository.

📄 PDF Abstract BibTeX arXiv:2204.08583

Code (1)

eleutherai/vqgan-clip 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

GLIDE GLIDE is a generative model based on text-guided diffusion models for more photorealistic image generation. Guided diffusion is applied to text-conditional image synthesis and the…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

CLIP-GEN: Language-Free Training of a Text-to-Image Generator with CLIP

2022-03-01 · ZiHao Wang, Wei Liu, Qian He, Xinglong Wu 외

Training a text-to-image generator in the general domain (e.g., Dall.e, CogView) requires huge amounts of paired text-image data, which is too expensive to collect. In this paper, we propose a self-supervised scheme name…

Image GenerationText to Image GenerationText-to-Image Generation

NÜWA-LIP: Language Guided Image Inpainting with Defect-free VQGAN

2022-02-10 · Minheng Ni, Chenfei Wu, Haoyang Huang, Daxin Jiang 외

Language guided image inpainting aims to fill in the defective regions of an image under the guidance of text while keeping non-defective regions unchanged. However, the encoding process of existing models suffers from e…

Image Inpainting

OCR-VQGAN: Taming Text-within-Image Generation

2022-10-19 · Juan A. Rodriguez, David Vazquez, Issam Laradji, Marco Pedersoli 외

Synthetic image generation has recently experienced significant improvements in domains such as natural image or art generation. However, the problem of figure and diagram generation remains unexplored. A challenging asp…

ArticlesDecoderImage GenerationOptical Character Recognition (OCR)+1

NUWA-LIP: Language-Guided Image Inpainting With Defect-Free VQGAN

2023-01-01 · CVPR 2023 1 · Minheng Ni, Xiaoming Li, WangMeng Zuo

Language-guided image inpainting aims to fill the defective regions of an image under the guidance of text while keeping the non-defective regions unchanged. However, directly encoding the defective images is prone t…

Image Inpainting

A General Protocol to Probe Large Vision Models for 3D Physical Understanding

2023-10-10 · Guanqi Zhan, Chuanxia Zheng, Weidi Xie, Andrew Zisserman

Our objective in this paper is to probe large vision models to determine to what extent they 'understand' different physical properties of the 3D scene depicted in an image. To this end, we make the following contributio…