Extending One-Step Image Generation from Class Labels to Text via Discriminative Text Representation
Summary
Researchers extend MeanFlow one-step image generation from class labels to flexible text inputs by integrating highly-discriminative LLM-based text encoders, enabling efficient text-conditioned synthesis with improved performance.
View Cached Full Text
Cached at: 04/21/26, 11:27 AM
Paper page - Extending One-Step Image Generation from Class Labels to Text via Discriminative Text Representation
Source: https://huggingface.co/papers/2604.18168
Abstract
Researchers extend MeanFlow generation from class labels to text inputs by integrating powerful LLM-based text encoders, overcoming limitations of few-step refinement through enhanced semantic feature representation.
Few-step generation has been a long-standing goal, with recent one-step generation methods exemplified byMeanFlowachieving remarkable results. Existing research onMeanFlowprimarily focuses onclass-to-image generation. However, an intuitive yet unexplored direction is to extend the condition from fixed class labels to flexible text inputs, enabling richer content creation. Compared to the limited class labels, text conditions pose greater challenges to the model’s understanding capability, necessitating the effective integration of powerful text encoders into theMeanFlowframework. Surprisingly, although incorporating text conditions appears straightforward, we find that integrating powerfulLLM-based text encodersusing conventional training strategies results in unsatisfactory performance. To uncover the underlying cause, we conduct detailed analyses and reveal that, due to the extremely limited number ofrefinement stepsin theMeanFlowgeneration, such as only one step, the text feature representations are required to possess sufficiently highdiscriminability. This also explains why discrete and easily distinguishable class features perform well within theMeanFlowframework. Guided by these insights, we leverage a powerful LLM-based text encoder validated to possess the requiredsemantic propertiesand adapt theMeanFlowgeneration process to this framework, resulting in efficienttext-conditioned synthesisfor the first time. Furthermore, we validate our approach on the widely useddiffusion model, demonstrating significantgeneration performance improvements. We hope this work provides a general and practical reference for future research on text-conditionedMeanFlowgeneration. The code is available at https://github.com/AMAP-ML/EMF.
View arXiv pageView PDFGitHub73Add to collection
Get this paper in your agent:
hf papers read 2604\.18168
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.18168 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2604.18168 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.18168 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
FlowLM: Few-Step Language Modeling via Diffusion-to-Flow Adaptation
FlowLM introduces a flow matching language model derived from pre-trained diffusion models via efficient fine-tuning, enabling high-quality few-step text generation that rivals 2,000-step diffusion sampling with far fewer training epochs.
@mihirp98: Images, video, audio, actions — generative modeling has converged on one recipe: compress into continuous latents, gene…
Researchers propose Latent Thought Flows, compressing 256 text tokens into 8 continuous latents for one-step generation, achieving a better Pareto frontier than autoregressive baselines.
@xichen_pan: Modern text-to-image models are increasingly powered by large pretrained LLMs. But there is a curious mismatch: the LLM…
RepFusion introduces a method to use pretrained multimodal LLMs as noisy representation encoders in diffusion transformers for text-to-image generation, outperforming baselines with similar compute.
Representation Distribution Matching for One-Step Visual Generation
This paper introduces Representation Distribution Matching (RDM), a method for one-step image generation by matching feature distributions under pretrained encoders, achieving state-of-the-art results on ImageNet and enabling post-training of FLUX.2 into a one-step generator with improved performance.
Hierarchical text-conditional image generation with CLIP latents
OpenAI proposes a hierarchical two-stage model for text-conditional image generation using CLIP latents: a prior that generates CLIP image embeddings from text captions, and a diffusion-based decoder that generates images from embeddings. The approach improves image diversity and enables zero-shot language-guided image manipulations.