paper-with-me

홈 › Papers

Painter: Teaching Auto-regressive Language Models to Draw Sketches

2023-08-16 · Reza Pourreza, Apratim Bhattacharyya, Sunny Panchal, Mingu Lee, Pulkit Madan, Roland Memisevic

Large language models (LLMs) have made tremendous progress in natural language understanding and they have also been successfully adopted in other domains such as computer vision, robotics, reinforcement learning, etc. In this work, we apply LLMs to image generation tasks by directly generating the virtual brush strokes to paint an image. We present Painter, an LLM that can convert user prompts in text description format to sketches by generating the corresponding brush strokes in an auto-regressive way. We construct Painter based on off-the-shelf LLM that is pre-trained on a large text corpus, by fine-tuning it on the new task while preserving language understanding capabilities. We create a dataset of diverse multi-object sketches paired with textual prompts that covers several object types and tasks. Painter can generate sketches from text descriptions, remove objects from canvas, and detect and classify objects in sketches. Although this is an unprecedented pioneering work in using LLMs for auto-regressive image generation, the results are very encouraging.

📄 PDF Abstract BibTeX arXiv:2308.08520

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationNatural Language Understanding

Similar Papers 제목 키워드 기반

From "What" to "How": Constrained Reasoning for Autoregressive Image Generation

2026-03-03 · Ruxue Yan, Xubo Liu, Wenya Guo, Zhengkun Zhang 외 arxiv

Autoregressive image generation has seen recent improvements with the introduction of chain-of-thought and reinforcement learning. However, current methods merely specify "What" details to depict by rewriting the input p…

Reinforcement LearningImage Generation

Auto-painter: Cartoon Image Generation from Sketch by Using Conditional Generative Adversarial Networks

2017-05-04 · Yifan Liu, Zengchang Qin, Zhenbo Luo, Hua Wang

Recently, realistic image generation using deep neural networks has become a hot topic in machine learning and computer vision. Images can be generated at the pixel level by learning from a large collection of images. Le…

Image Generation

Revisiting Knowledge Distillation for Autoregressive Language Models

2024-02-19 · Qihuang Zhong, Liang Ding, Li Shen, Juhua Liu 외

Knowledge distillation (KD) is a common approach to compress a teacher model to reduce its inference cost and memory footprint, by training a smaller student model. However, in the context of autoregressive language mode…

Knowledge Distillation

Structural Analysis of Vector Autoregressive Models

2023-12-11 · Christis Katsouris

This set of lecture notes discuss key concepts for the Structural Analysis of Vector Autoregressive models for the teaching of a course on Applied Macroeconometrics with Advanced Topics.

Token Painter: Training-Free Text-Guided Image Inpainting via Mask Autoregressive Models

2025-09-28 · Longtao Jiang, Jie Huang, Mingfei Han, Lei Chen 외 arxiv

Text-guided image inpainting aims to inpaint masked image regions based on a textual prompt while preserving the background. Although diffusion-based methods have become dominant, their property of modeling the entire im…

Image Inpainting