paper-with-me

Papers

STARFlow2: Bridging Language Models and Normalizing Flows for Unified Multimodal Generation

2026-05-08 · Ying Shen, Tianrong Chen, Yuan Gao, Yizhe Zhang, Yuyang Wang, Miguel Ángel Bautista, Shuangfei Zhai, Joshua M. Susskind, Jiatao Gu arxiv

Deep generative models have advanced rapidly across text and vision, motivating unified multimodal systems that can understand, reason over, and generate interleaved text-image sequences. Most existing approaches combine autoregressive language modeling with diffusion-based image generators, inheriting a structural mismatch between causal text generation and iterative visual denoising. We observe that autoregressive normalizing flows are autoregressive Transformers--sharing the same causal mask, KV-cache mechanism, and left-to-right structure as LLMs--making them the most natural paradigm for true unified multimodal generation. We present STARFlow2, built on the Pretzel architecture that vertically interleaves a pretrained VLM stream with a TarFlow stream via residual skip connections, both operating under the same causal mask. Combined with a deep-shallow flow design and a unified FAE latent space, STARFlow2 enables cache-friendly interleaved generation where both text and visual outputs directly enter the KV-cache without re-encoding. Experiments demonstrate strong performance across image generation and multimodal understanding benchmarks, validating autoregressive flows as a viable foundation for unified multimodal modeling.

📄 PDF Abstract BibTeX arXiv:2605.08029

Code (0)

등록된 구현이 없습니다.

Tasks

multimodal generationImage GenerationText Generation

Similar Papers 제목 키워드 기반

STARFlow-V: End-to-End Video Generative Modeling with Normalizing Flows

2025-11-25 · Jiatao Gu, Ying Shen, Tianrong Chen, Laurent Dinh 외 arxiv

Normalizing flows (NFs) are end-to-end likelihood-based generative models for continuous data, and have recently regained attention with encouraging progress on image generation. Yet in the video generation domain, where…

Video GenerationImage Generation

SimFlow: Simplified and End-to-End Training of Latent Normalizing Flows

2025-12-03 · Qinyu Zhao, Guangting Zheng, Tao Yang, Rui Zhu 외 arxiv

Normalizing Flows (NFs) learn invertible mappings between the data and a Gaussian distribution. Prior works usually suffer from two limitations. First, they add random noise to training samples or VAE latents as data aug…

Data Augmentation

StarFlow: Generating Structured Workflow Outputs From Sketch Images

2025-03-27 · Patrice Bechard, Chao Wang, Amirhossein Abaskohi, Juan Rodriguez 외

Workflows are a fundamental component of automation in enterprise platforms, enabling the orchestration of tasks, data processing, and system integrations. Despite being widely used, building workflows can be complex, of…

On the Universality of Volume-Preserving and Coupling-Based Normalizing Flows

2024-02-09 · Felix Draxler, Stefan Wahl, Christoph Schnörr, Ullrich Köthe

We present a novel theoretical framework for understanding the expressive power of normalizing flows. Despite their prevalence in scientific applications, a comprehensive understanding of flows remains elusive due to the…

Generalized Normalizing Flows via Markov Chains

2021-11-24 · Paul Hagemann, Johannes Hertrich, Gabriele Steidl

Normalizing flows, diffusion normalizing flows and variational autoencoders are powerful generative models. This chapter provides a unified framework to handle these approaches via Markov chains. We consider stochastic n…