paper-with-me

홈 › Papers

Muse: Text-To-Image Generation via Masked Generative Transformers

2023-01-02 · Huiwen Chang, Han Zhang, Jarred Barber, AJ Maschinot, Jose Lezama, Lu Jiang, Ming-Hsuan Yang, Kevin Murphy, William T. Freeman, Michael Rubinstein, Yuanzhen Li, Dilip Krishnan

We present Muse, a text-to-image Transformer model that achieves state-of-the-art image generation performance while being significantly more efficient than diffusion or autoregressive models. Muse is trained on a masked modeling task in discrete token space: given the text embedding extracted from a pre-trained large language model (LLM), Muse is trained to predict randomly masked image tokens. Compared to pixel-space diffusion models, such as Imagen and DALL-E 2, Muse is significantly more efficient due to the use of discrete tokens and requiring fewer sampling iterations; compared to autoregressive models, such as Parti, Muse is more efficient due to the use of parallel decoding. The use of a pre-trained LLM enables fine-grained language understanding, translating to high-fidelity image generation and the understanding of visual concepts such as objects, their spatial relationships, pose, cardinality etc. Our 900M parameter model achieves a new SOTA on CC3M, with an FID score of 6.06. The Muse 3B parameter model achieves an FID of 7.88 on zero-shot COCO evaluation, along with a CLIP score of 0.32. Muse also directly enables a number of image editing applications without the need to fine-tune or invert the model: inpainting, outpainting, and mask-free editing. More results are available at https://muse-model.github.io

📄 PDF Abstract BibTeX arXiv:2301.00704

Code (5)

Qiyuan-Ge/PaintMind pytorch
baaivision/muse-pytorch pytorch
huggingface/amused pytorch
huggingface/open-muse jax
lucidrains/muse-pytorch pytorch

Tasks

Image GenerationLanguage ModellingLarge Language ModelText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

aMUSEd: An Open MUSE Reproduction

2024-01-03 · Suraj Patil, William Berman, Robin Rombach, Patrick von Platen

We present aMUSEd, an open-source, lightweight masked image model (MIM) for text-to-image generation based on MUSE. With 10 percent of MUSE's parameters, aMUSEd is focused on fast image generation. We believe MIM is unde…

Image GenerationText to Image GenerationText-to-Image Generation

MUSE: Textual Attributes Guided Portrait Painting Generation

2020-11-09 · Xiaodan Hu, Pengfei Yu, Kevin Knight, Heng Ji 외

We propose a novel approach, MUSE, to illustrate textual attributes visually via portrait generation. MUSE takes a set of attributes written in text, in addition to facial features extracted from a photo of the subject a…

Attribute

VT-MUSE: Multimodal Unified Sequential Visuotactile Representation Learning for Manipulation

2026-08-21 · Congsheng Xu, Qiaochu Yang, Fangyuan Shi, Yifan Han 외 arxiv

We propose VT-MUSE, a Multimodal Unified SEquential representation learning framework for visuotactilemanipulation. Existing approaches often encode visual and tactile observations independently before fusion, limiting t…

Representation Learning

FlexMUSE: Multimodal Unification and Semantics Enhancement Framework with Flexible interaction for Creative Writing

2025-08-22 · Jiahao Chen, Zhiyong Ma, Wenbiao Du, Qingyuan Chuai arxiv

Multi-modal creative writing (MMCW) aims to produce illustrated articles. Unlike common multi-modal generative (MMG) tasks such as storytelling or caption generation, MMCW is an entirely new and more abstract challenge w…

MUSES: 3D-Controllable Image Generation via Multi-Modal Agent Collaboration

2024-08-20 · Yanbo Ding, Shaobin Zhuang, Kunchang Li, Zhengrong Yue 외

Despite recent advancements in text-to-image generation, most existing methods struggle to create images with multiple objects and complex spatial relationships in the 3D world. To tackle this limitation, we introduce a …

Image GenerationText to Image GenerationText-to-Image Generation