ConceptioArchivearXiv CS
arXiv CSopen access

Semantic Generative Tuning for Unified Multimodal Models

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
knowledgerepresentationreasoning
artificial intelligence, reasoning, knowledge representation

Semantic Generative Tuning for Unified Multimodal Models Songsong Yu1,2 , Yuxin Chen2 , Ying Shan2 , and Yanwei Li1†

arXiv:2605.18714v1 [cs.CV] 18 May 2026

1

Shanghai Jiao Tong University 2 Tencent ARCLab

Abstract. Unified multimodal models (UMMs) strive to consolidate visual understanding and visual generation within a single architecture. However, prevailing training paradigms independently optimize understanding via sparse text signals and generation through dense pixel objectives. Such a decoupled strategy yields misaligned representation spaces, isolating visual understanding from generation and hindering their mutual reinforcement. This work presents the first systematic investigation into generative post-training, where we formulate hierarchical visual tasks as generative proxies to bridge the isolation in UMMs. Our empirical investigation reveals that high-level semantic tasks, particularly image segmentation, serve as optimal proxies. Unlike low-level tasks that distract models with texture details, segmentation provides structural semantics that significantly enhance both vision-centric perception and generative layout fidelity. Building upon these insights, we introduce Semantic Generative Tuning (SGT), a novel paradigm that leverages segmentation as a generative proxy to align and synergize multimodal capabilities. Mechanistic analyses further demonstrate that SGT fundamentally improves feature linear separability and optimizes visualtextual attention allocation pattern. Extensive evaluations show that SGT consistently improves both multimodal comprehension and generative fidelity across mainstream benchmarks. Our code is available on the Project Page. Keywords: Unified Multimodal Models · Visual Understanding and Generation · Generative Tuning

1

Introduction

The rapid progress of multimodal models [3, 22, 33, 56] has been fundamentally shaped by distinct research trajectories for understanding and generation. For understanding, models like LLaVA [33] formulate visual comprehension as a textgeneration process, leveraging cross-modal alignment to map visual features into linguistic spaces for complex understanding and reasoning. As for generation, studies emphasize generative modeling [3, 13], where diffusion-based architectures have established state-of-the-art performance in high-fidelity content synthesis. While these specialized architectures exhibit significant proficiency within †

Corresponding author.

2

Songsong Yu et al.

Fig. 1: Comparison of alignment strategies for UMMs. (a) Traditional UMMs optimize understanding and generation tasks separately, resulting in low synergy. (b) Recent pixel-level attempts [77] over-focus on high-frequency details, bringing suboptimal alignment. (c) Our proposed SGT achieves semantic-level alignment, filtering low-level noise and enabling true synergy between understanding and generation.

their respective domains, the emergent trend toward UMMs seeks to consolidate both visual comprehension and generation within a single streamlined framework [29, 46, 47, 62, 69, 80]. This architectural convergence holds the potential to facilitate the transfer of bidirectional knowledge and foster mutual reinforcement between understanding and generation [8,10,24,25,43]. Consequently, this deep integration unlocks advanced capabilities, including interleaved image-text generation and in-context visual editing, establishing a robust foundation for general-purpose multimodal systems [45, 51]. Despite the structural unification, prevailing training paradigms optimize understanding and generation through divergent supervisory signals as shown in Fig. 1(a). Understanding tasks are predominantly driven by sparse text supervision (e.g., VQA datasets), while generative capabilities are optimized via lowlevel visual objectives (e.g., pixel or visual token reconstruction). This decoupled training strategy isolates two capabilities and hinders the model from capturing the inherent dependencies between visual understanding and generation. Consequently, UMMs often fail to achieve true mutual reinforcement, leaving the framework with a shared architecture but disjointed optimization processes. As illustrated in Fig. 1(b), recent attempts [77] address this optimization divergence by employing visual reconstruction in the pixel space as a proxy task. Although this approach yields measurable improvements in generative capabilities, it remains questionable whether low-level visual reconstruction serves as the optimal proxy for synergizing understanding and generation. Since robust visual comprehension inherently relies on semantic information rather than the memorization of low-level textures [1], optimizing for pixel-perfect reconstruction compels the architecture to focus on irrelevant granular details. This distraction inherently limits the model’s capacity to enhance visual understanding.

Semantic Generative Tuning for Unified Multimodal Models

3

To resolve this critical inquiry, we conduct the first systematic investigation to evaluate the efficacy of various visual proxies in coupling understanding and generation as shown in Fig. 3a and Fig. 3b. Specifically, we establish a hierarchical taxonomy of visual objectives comprising low-level, mid-level, and high-level tasks. Each level encapsulates distinct degrees of spatial granularity and semantic information. This empirical investigation reveals that high-level semantic tasks, particularly image segmentation, serve as the optimal proxy. Unlike low-level tasks that over-emphasize textures, segmentation inherently aligns with the semantic demands of visual comprehension. Guided by these findings, we introduce Semantic Generative Tuning (SGT) for UMMs, as illustrated in Fig. 1(c). This training paradigm leverages image segmentation as a generative proxy to tightly couple visual understanding and generation. To elucidate the underlying mechanisms, we investigate feature distributions and attention dynamics. Our analysis reveals that SGT fundamentally improves feature linear separability and optimizes visual-textual attention allocation. Consequently, this framework effectively enhances both vision-centric perception and generative layout fidelity across mainstream architectures and benchmarks. The main contributions of this work are summarized as follows. – We systematically explore generative tuning by formulating various visual tasks as generative proxies. Our analysis reveals that high-level semantic tasks, particularly image segmentation, significantly outperform low-level reconstruction in synergizing visual understanding and generation. – Guided by these insights, we introduce SGT, a novel paradigm that leverages segmentation as a generative proxy to synergize multimodal capabilities. Mechanistic analyses further demonstrate that SGT fundamentally improves feature separability and optimizes visual-textual attention allocation. – Extensive evaluations across mainstream UMM architectures validate the efficacy of SGT. By effectively mitigating representational misalignment, the proposed paradigm yields consistent improvements in both visual understanding and generation across diverse benchmarks. Specifically, the framework achieves a 6.02% performance increase over BAGEL [9] on the CVBench [58] evaluation and attains a 90.0% score on the GenEval [19].

2

Related Work

2.1

Unified Multimodal Models

Recent UMMs [37,41,72,75] focus on any-to-any processing within a single backbone through two primary trajectories. The first trajectory [18, 64] utilizes discrete visual tokenization and decoder-only autoregression to implement a unified next-token prediction framework. Models such as Emu3 [64], Janus-Pro [6], and VARGPT [88] support interleaved reasoning and mixed-modal generation through this paradigm. The second trajectory [9, 66, 70] employs hybrid architectures that combine causal language modeling with denoising objectives to

4

Songsong Yu et al.

maintain synthesis quality while unifying reasoning, as demonstrated by Showo [78, 79] and Transfusion [87]. Research on representation and fusion, including TokenFlow [50] and Chameleon [55], further addresses the balance between semantic abstraction and structural integrity. These works collectively demonstrate that unified training and architectural convergence are essential for bridging the gap between semantic understanding and high-fidelity generation. 2.2

Representation Learning via Generative Objectives

Recent research has explored the utility of generative models, particularly diffusion [13, 15, 48, 68], for visual representation learning [11, 71, 82]. Initial approaches [40, 52, 57] utilize diffusion models as data augmenters to synthesize diverse training samples, thereby improving zero-shot classification and downstream recognition performance. Beyond data augmentation, several frameworks [7, 17, 20, 23, 67] reformulate generative processes as self-supervised objectives. For instance, SODA [23] optimizes semantic features through a diffusion-based bottleneck, while DDAE [67] interprets diffusion as a form of masked autoencoding for reconstruction-based learning. Recent evidence [65, 81, 85] further indicates that intermediate generative features capture rich semantic information that can complement contrastive representations or be directly transferred to recognition tasks. While existing efforts primarily focus on pixel-space reconstruction [42, 61, 77] to bolster visual representations for recognition or synthesis, our work introduces a systematic investigation into how classical visual tasks influence UMMS. 2.3

Reconstruction for Understanding and Alignment

Existing frameworks such as ReCA [77], DIVA [63], ROSS [61], and GenHancer [42] rely on exact pixel reconstruction to enhance model performance. We fundamentally diverge from this paradigm by abandoning raw pixel recovery to eliminate inherent representational redundancy. Crucially, we present the first systematic validation of how hierarchical visual proxy tasks impact the generative tuning of UMMs. By establishing this comprehensive taxonomy, we conclusively demonstrate that advanced visual tasks deliver the maximum performance improvements. Furthermore, while contemporary studies like UniMRG [53] explore isolated proxy tasks and Metamorph [59] observes the mutual influence between perception and synthesis, our work actively bridges the gap between discriminative and generative capabilities. This unified optimization explicitly establishes a shared semantic space to capture the structural abstraction essential for general purpose multimodal learning.

3

Semantic Generative Tuning

This section outlines the whole framework. It begins by formalizing the preliminaries of UMMs in Sec. 3.1. Then, Sec. 3.2 details the training strategies applied

Semantic Generative Tuning for Unified Multimodal Models

5

to representative architectures such as BAGEL [9] and OmniGen2 [70]. For systematically evaluation over understanding and generative capabilities, Sec. 3.3 introduces a hierarchical suite of tasks within a generative tuning framework and assesses their influence on six core understanding metrics as well as generative performance. 3.1

Formulation

UMMs aim to integrate diverse modalities within a single architecture fθ by mapping inputs from the textual space T and image space I into a shared representation space. Formally, given a text prompt x ∈ T and an optional reference image v ∈ I, the model processes various tasks through different input combinations. For visual understanding tasks, UMMs typically process an input image using a semantic vision encoder and subsequently integrate the extracted features with language tokens for unified treatment within a language model. In the case of visual editing tasks, certain frameworks [6,9,46,70,73] supplement the semantic vision encoder with a variational autoencoder (VAE) to preserve finegrained image details as well as to ensure identity consistency and high-quality generation. Without loss of generality, we employ a dual encoder architecture as an illustrative example to introduce the general formulation of UMMs. Specifically, a ViT-based encoder Φvit (·) extracts semantic tokens zvit ∈ RL×D for multimodal reasoning, while a VAE-based encoder Φvae (·) encodes the image into a latent space zvae ∈ RH×W ×C to maintain structural and textural details. The mapping for these tasks is formulated as follows

y = \begin {cases} f_{\theta }(x, [z_{vit}]) & \text {Understanding: } y \in \mathcal {T} \\ f_{\theta }(x, [z_{noise}]) & \text {Generation: } y \in \mathcal {I} \\ f_{\theta }(x, [z_{vit}, z_{vae}, z_{noise}]) & \text {Editing: } y \in \mathcal {I} \end {cases} \label {eq:umms}

(1)

where [·] denotes the set of optional inputs and znoise represents the initial Gaussian noise utilized for generative processes. This formulation categorizes the operational scope of UMMs into three distinct functional paradigms. For visual understanding, the model leverages semantic features zvit to generate textual responses y ∈ T . In the context of visual generation, the model maps a text prompt x and the initial noise znoise to a synthesized image y ∈ I. For visual editing tasks, the framework integrates zvit , zvae , and the stochastic component znoise to achieve high-fidelity image manipulation. Such a structure simultaneously yields representations across varying granularities to establish a robust foundation for UMMs. 3.2

Motivation and Hierarchical Visual Task Taxonomy

Recent advances [4, 30, 42, 61, 63] indicate that reconstructing visual inputs from learned embeddings significantly enhances the representation quality of visual embeddings. However, pixel-space reconstruction fundamentally optimizes image

6

Songsong Yu et al.

Fig. 2: Overview of the generative tuning paradigm. An RGB image and a concise textual instruction are processed by respective vision and text encoders to extract independent embeddings. UMMs then integrate these embeddings and map the representations to the designated task. Because empirical evaluations demonstrate that visual generation targets at an advanced semantic level yield the most significant performance gains, SGT explicitly adopts image segmentation as its generative objective.

fidelity rather than cross-modal semantic alignment, and its objective is not invariably the most relevant for visual understanding and reasoning. Driven by this insight, we pose the question of whether pixel-space reconstruction is truly the optimal choice for UMMs. In response to this question, we establish a hierarchical taxonomy to investigate the impact of different levels of visual tasks on UMMs within the generative tuning framework. Formally, we model the generative tuning as a conditional generation process y = fθ (x, [zvit , znoise ]), where the output y resides in the visual space. We define the training objective as L = L(fθ (x, [zvit , znoise ]), ŷ), where x denotes a concise natural language instruction tailored to the specific task, and ŷ represents the target visual representation as depicted in Fig. 2. Here, ŷ denotes the ground truth for diverse visual tasks. Crucially, to isolate the impact of task granularity, we exclusively utilize visual data for generative tuning during this investigative phase, strictly excluding other data types such as visual question answering, text-to-image generation, or standard image editing data. To ensure a rigorous comparison, all tasks are evaluated using the same set of input RGB images and an identical volume of training data. Specifically, our evaluation covers high-level tasks (segmentation, object detection), mid-level tasks (depth estimation, inpainting), and low-level tasks (edge detection). Detailed data processing procedures are provided in the supplementary material. 3.3

From Empirical Observations to the SGT Paradigm

We begin by evaluating visual proxy tasks across different levels based on empirical model performance variations. To establish a comprehensive and systematic evaluation protocol, we draw inspiration from the taxonomy proposed in Cambrian-1 [58]. Specifically, we augment the original categories of general VQA [5, 84], vision-centric perception [58, 60], chart/OCR [36, 44], and mathematical reasoning [38, 39] with spatial reasoning [32, 83] and hallucination resistance [21, 28] to enable a more holistic assessment. Each capability score is derived from the unweighted average of two representative benchmarks. Generative capabilities are evaluated via GenEval [19]. We validate our findings across

Semantic Generative Tuning for Unified Multimodal Models +Segmentation +Depth +Reconstruction

Absolute Gain (%)

4% 3% 2% 1% 0% -1% -2% -3%

Vis.

+MAE/Inpainting +Edge BAGEL

Gen. Hallu. Spat. OCR Know. Over.

+Segmentation +Depth +Reconstruction

Vis.

7

+MAE/Inpainting +Edge OmniGen2

Gen. Hallu. Spat. OCR Know. Over.

(a) Understanding capability gains +Segmentation +Depth +Reconstruction

Absolute Gain (%)

10%

+EDGE BAGEL

+Segmentation +Depth +Reconstruction

+EDGE OmniGen2

5% 0%

-5%

Pos.

Col. Col.Attr. Count. Single Two Over.

Pos.

Col. Col.Attr. Count. Single Two Over.

(b) Generation capability gains

Fig. 3: Empirical evaluation of the hierarchical task ladder across diverse understanding and generation dimensions. (a) High-level proxy tasks yield greater performance gains than low-level tasks in multimodal understanding. (b) Various generative objectives consistently improve performance in the position dimension, yielding comparable overall gains. (From left to right): Position, Colors, Color Attributes, Counting, Single Object, Two Objects, and Overall. The results represent the average performance computed across twelve random seeds.

both BAGEL [9] and OmniGen2 [70] to ensure architectural generalizability, with specific model details provided in Sec. 4.1. Our empirical analysis yields three crucial observations, as visualized in Fig. 3a and Fig. 3b. Observation 1: High-level semantic tasks outperform low-level cues. Our analysis indicates that high-level tasks yield substantially greater benefits for multimodal understanding than their mid- or low-level counterparts. As evidenced in Fig. 3a, high-level objectives such as image segmentation consistently outperform mid-level tasks (e.g., depth estimation) and low-level tasks (e.g., edge detection). We attribute this to the strong alignment between high-level semantic and the reasoning requirements of understanding models. High-level supervision encourages the extraction of semantic and structural essence, whereas low-level tasks may compel the model to overfit to intricate textural details that are often redundant for complex reasoning. This observation aligns with findings in GenHancer [42] and the design philosophy of I-JEPA [1]. Observation 2: Visual supervision enhances perception, not reasoning. The generative tuning paradigm predominantly fortifies fundamental visual perception rather than linguistic priors or abstract logical reasoning. While we observe significant performance gains in vision-centric tasks, spatial reasoning, and hallucination resistance, capabilities in chart recognition and mathematical

8

Songsong Yu et al. Table 1: Statistics of the training data. Data Source

SGT

General

Doc/Chart/Screen

Math/Reasoning

General OCR

Language

Number

190k

180k

103k

101k

45k

72k

knowledge remain static or exhibit marginal decline, as shown in Fig. 3a. This divergence indicates that while visually-derived supervision enhances representation quality to boost perceptual capabilities, it does not impart additional knowledge or logical reasoning skills. Observation 3: Various proxy tasks consistently improve spatial fidelity. Diverging from the trends associated with varying granularities observed in understanding benchmarks, the generative tuning paradigm consistently enhances overall generation quality. Otherwise, as illustrated in Fig. 3b, the model demonstrates consistent performance gains on position-aware tasks. This suggests that visual proxy tasks inherently provide explicit spatial constraints, regardless of their semantic granularity. Empirically, the process of reconstructing these visual structures forces the model to maintain accurate spatial layouts, thereby naturally enhancing its alignment with positional prompts. This observation aligns with insights reported in RecA [77]. Synthesizing these three observations, we conclude that within the generative tuning framework, employing high-level semantic proxy tasks for generative tuning yields optimal enhancements for UMMs. Consequently, we advocate for a novel training paradigm termed Semantic Generative Tuning (SGT). This approach strategically leverages high-level visual proxies, especially image segmentation, to refine the internal representations of UMMs, thereby harmonizing visual understanding and generation within a unified framework. Additional experiments show that semantic instance and panoptic segmentation, as well as class-agnostic segmentation, consistently yield comparable improvements. Detailed results are provided in the supplementary materials.

4

Experiments

We first detail the experimental configurations and the selection of models in Sec. 4.1. Sec. 4.2 presents a unified study that (i) benchmarks our approach against state-of-the-art UMMs on diverse understanding and generation tasks and (ii) evaluates alternative visual proxy tasks. Furthermore, we investigate the optimal data recipe and the scaling properties in Sec. 4.3. In Sec. 4.4, we analyze how the SGT paradigm alters the feature space and attention allocation of UMMs, in order to uncover deeper underlying causes. 4.1

Experimental Setup

Datasets. Although Sec.3.3 confirms that semantic generative tuning is highly effective in isolation, we further construct a holistic post-training to fully unleash

Semantic Generative Tuning for Unified Multimodal Models

9

the potential of SGT. By synergizing SGT with 500k supervised fine-tuning samples from LLaVA-OneVision [27], we demonstrate its robustness and scalability. To strictly preclude data overlap between the training and evaluation phases, we source all images for SGT exclusively from the SAM [26] dataset. Specifically, we curate 190k samples for the SGT dataset, with the detailed source distribution outlined in Table 1. Regarding the VQA data, we align data mixture with the official recipe provided by LLaVA-OneVision [27]. Model selection. We conduct our experiments on two mainstream UMM architectures, BAGEL [9] and OmniGen2 [70], to evaluate our method across distinct design philosophies. Beyond an approximate twofold difference in parameter scale, these models differ fundamentally in their feature interaction mechanisms and training paradigms. Specifically, BAGEL adopts a Mixture of Transformers framework to facilitate layer-wise feature sharing throughout the network. Conversely, OmniGen2 utilizes hidden states from the understanding module as semantic guidance to steer the generative process. Their training strategies also diverge considerably, as BAGEL employs a native interleaved training process, whereas OmniGen2 pairs a frozen pre-trained vision language model [2] with a diffusion module trained from scratch. To further validate the universality of SGT paradigm beyond these UMMs, we extend our preliminary evaluation to single visual encoder architectures, detailing the results in Supplementary Material. This architectural diversity ensures the broad applicability of SGT. Evaluation benchmarks. To comprehensively assess multimodal understanding, we utilize the VLMEvalKit [12] to evaluate model performance across a diverse suite of benchmarks. This carefully curated selection encompasses spatial reasoning, robustness against hallucinations, general visual question answering, knowledge reasoning, and vision-centric perception to ensure a holistic evaluation. Specifically, we conduct these assessments on CV-Bench [58], MMVP [60], VSR [32], SIBench-mini [83], POPE [28], Hallusion [21], MMBench-TEST-EN 1.1 [35], MMMU-val [84], RWQA [76], MathVista [38], BLINK [16], MME [14], and MMStar [5]. Furthermore, we employ GenEval [19] and GEdit-Bench-En [34] to measure text-to-image generation and image editing capabilities respectively. We detail the optimization process and hardware configurations in the supplementary material. 4.2

Main Results

Comparison with state-of-the-art UMMs. We present a comprehensive comparison between our proposed models and existing leading UMMs in Table 2. SGT-BAGEL and SGT-Gen2 represent the enhanced variants of BAGEL and OmniGen2. We train these variants using segmentation data from the SAM dataset [26] alongside visual understanding instruction tuning. Quantitative evaluations indicate that both SGT-BAGEL and SGT-Gen2 consistently outperform their original baseline architectures and surpass a broad range of competitive models across multiple benchmarks. This widespread superiority demonstrates the efficacy of integrating high-level semantic generative objective into the finetuning of UMMs. Furthermore, our framework achieves favorable performance

10

Songsong Yu et al.

Table 2: Comparison with state-of-the-art UMMs. Best results are in bold, second best are underlined. “–” indicates not reported. ✗ indicates the model does not support image editing. † refers to methods using LLM rewriter. ∗ Results are taken from previous works. ‡ indicates that the first term denotes understanding parameters, and the second denotes generation parameters. Model

Params

Visual Understanding Visual Generation MMVP VSR Hallu. MMStar RWQA MathV. GenEval GEdit-Bench-En Small-scale Models (≤4B)

Show-o512 [78] 1.3B Harmon [74] 1.5B ReCA-Harmon [77] 1.5B ∗ UniLIP [54] 2B ∗ UniMRG [53] 3.6B ∗ OpenUni [73] 2B OmniGen2 [70] 3B+4B‡

50.00 60.00 47.00 73.00 74.67 71.67 65.00

54.26 46.06 60.88 46.69 – 36.70 65.55 60.57 73.90 64.56 66.69 60.88 77.52 62.35

– 38.00 25.53 – – – 55.07

38.17 48.00 43.53 64.18 66.01 65.23 64.41

– 33.70 24.50 – – – 63.50

68.0 73.0 90.0 90.0 55.8 51.0 76.6

✗ ✗ ✗ – ✗ 6.63

SGT-Gen2

68.33

78.85 64.25

57.07

65.10

64.00

78.9

6.83

3B+4B‡

Large-scale Models (≥7B) Chameleon [55] Janus-Pro [6] ∗ Emu3 [64] UniWorld-v1 [31] BAGEL [9]

7B 7B 8B 7B+12B‡ 7B+7B‡

50.00 63.00 – 77.67 83.00

– 71.03 – 83.34 80.45

31.13 60.15 – 68.35 68.34

28.93 46.80 – 63.90 67.46

39.00 41.83 57.40 67.58 71.26

21.90 42.60 – 68.20 73.10

39.0 80.0 66.0† 84.0† 88.0†

✗ ✗ ✗ 4.85 6.64

SGT-BAGEL

7B+7B‡

83.33

81.54 70.24

68.33

72.42

73.90

90.0†

6.94

in generative tasks. As Fig. 4 illustrates, SGT demonstrates superior adherence to complex textual prompts including spatial and color instructions when compared to the baseline model. Such qualitative improvements confirm that SGT exerts a synergetic benefit on the overall capabilities of UMMs. Ablation study. We conduct comprehensive ablation studies to systematically evaluate the isolated impact of SFT data alongside its joint training dynamics with visual tasks across varying semantic levels. As shown in Table 3, SFT+SGT utilizes the segmentation task from the SAM dataset as the generative target, whereas SFT+Reconstruction and SFT+Edge employ image reconstruction and edge detection as their respective proxy tasks. All three tasks yield performance gains across the majority of perception-centric understanding benchmarks. We observe notable improvements in vision-focused evaluations such as MMVP and CV-Bench, spatial reasoning assessments including VSR and SIBench-mini, and various hallucination robustness tests. Crucially, SGT yields the most substantial performance gains among the evaluated proxy tasks. This outcome directly corroborates the findings detailed in Sec. 3.3 and validates this semantic approach as the optimal target for generative tuning. In generative evaluations, all three proxy tasks achieve comparable gains in text-to-image synthesis, while gains in image editing are positive but smaller in magnitude. This discrepancy suggests that while generative tuning successfully aligns representational spaces, driving further substantial gains in complex generative editing may require the integration of explicit image editing data. Finally, consistent performance improvements observed across both the BAGEL and OmniGen2 architectures underscore the generalizability and robustness of SGT.

Semantic Generative Tuning for Unified Multimodal Models

11

Table 3: Unified performance comparison on various benchmarks. The best results in each group are highlighted in bold. The results reported for the GenEval benchmark represent the average performance computed across twelve random seeds. Vision-Centric Spatial Reasoning Hallucination CV-Bench MMVP VSR

Method

SIBench

General

Generation

POPE Hallusion MMBench MMMU MMStar GenEval GEdit-Bench-En

Base Model: OmniGen2 OmniGen2 (Base) SFT SFT+Edge SFT+Reconstruction SFT+SGT

65.94 65.99 66.67 66.71 66.91

65.00 77.52 66.00 77.61 65.33 77.99 66.33 78.18 68.33 78.85

43.29 44.37 45.51 45.41 45.37

BAGEL (Base) SFT SFT+Edge SFT+Reconstruction SFT+SGT

73.21 74.61 74.56 75.23 79.23

83.00 80.45 82.67 80.69 83.67 80.83 83.33 80.83 83.33 81.54

48.95 49.34 49.51 50.59 50.18

85.97 86.25 86.10 85.92 87.29

62.35 64.35 63.72 65.19 64.25

77.04 77.04 76.88 77.00 77.09

42.11 43.22 42.78 44.44 45.89

55.07 55.73 55.53 55.73 57.07

76.58 74.54 77.45 77.53 78.86

6.63 6.32 6.79 6.81 6.83

81.25 81.86 81.89 82.18 83.84

46.77 47.33 47.56 46.56 48.56

67.46 66.93 67.20 67.40 68.33

78.21 77.18 79.96 80.82 80.95

6.52 6.49 6.72 6.75 6.94

Base Model: BAGEL 85.69 86.77 86.48 87.98 88.32

68.34 67.92 68.66 68.03 70.24

Fig. 4: Qualitative comparison on compositional text-to-image generation.

4.3

More Explorations

Optimal data recipe. While our analysis in Sec. 3.3 indicates that SGT independently enhances both understanding and generation, we posit that a comprehensive post-training regime must synergize SGT objectives with SFT data to maximize performance. Therefore, we conduct an ablation study to determine the optimal data sampling recipe between VQA instructions and segmentation-based visual targets within each training batch. To ensure a robust assessment, we aggregate performance across eight diverse understanding benchmarks [5, 14, 16, 21, 28, 58, 60, 84] and report the average normalized score. As illustrated in Fig. 5a, a 1:2 intra-batch ratio of VQA to segmentation data yields the most significant improvements in this aggregate metric for both the BAGEL and OmniGen2 architectures. Regarding generative tasks, we observe that performance scales positively with the proportion of generative samples within the training batch. Balancing these multi-faceted requirements, we adopt

Songsong Yu et al. 67.75%

Overall Score (%)

68

BAGEL OmniGen2

67 BAGEL Baseline

66

64.89%

65 64 63

OmniGen2 Baseline

0:1

1:1

1.5:1

2:1

2.5:1

69

Overall Score (%)

12

68 67 66

64.89% (+2.00%)

65 64 63

3:1

68.27% (+3.35%)

BAGEL OmniGen2

Scaling Up

0k

(a) Segmentation-to-VQA Ratio

2k

8k

32k

100k

(b) Scalability

Fig. 5: Ablation studies on segmentation data integration. (a) The optimal data mixture. We analyze the Segmentation-to-VQA ratio within each training batch, observing that both models achieve optimal performance at a 2:1 ratio. (b) Data scalability. Performance improves consistently as the segmentation dataset expands from 2k to 100k samples (BAGEL: +3.3%, OmniGen2: +2.0%), confirming that our visual proxy task yields scalable benefits for multimodal understanding.

71

+1.40%

86 0K 1K 2K 3K 4K 5K 6K 7K 8K

Training Steps

70

Hallusion-aACC SFT +2.60% SFT+Seg

69 68 0K 1K 2K 3K 4K 5K 6K 7K 8K

Training Steps

80

Score (%)

87

POPE SFT SFT+Seg

Score (%)

Score (%)

88

78

CV-Bench SFT SFT+Seg

+6.10%

76 74 72 0K 1K 2K 3K 4K 5K 6K 7K 8K

Training Steps

Fig. 6: Training dynamics with different SFT:Seg ratios. We compare the training curves of BAGEL under 1:0 (baseline, no segmentation) and 2:1 (with segmentation data) ratios across three benchmarks.

the 1:2 ratio for our final configuration. We reserve the exploration of more complex tripartite mixing strategies involving understanding, generation, and SGT for future research. Scaling properties of SGT. To verify the scalability of SGT, we fix the VQA SFT data and systematically scale the segmentation training data. We report the aggregate performance across the eight representative benchmarks described previously. As illustrated in Fig. 5b, the average normalized score exhibits a monotonic increase commensurate with the volume of segmentation data. Furthermore, an analysis of the training dynamics in Fig. 6 reveals that the integration of segmentation objectives significantly accelerates convergence on challenging benchmarks such as CV-Bench and Hallusion. Compared to the baseline trained exclusively on VQA SFT data, our strategy consistently achieves superior performance during optimization. This demonstrates that SGT serves as a scalable approach to continuously enhance multimodal capabilities.

Semantic Generative Tuning for Unified Multimodal Models

13

Fig. 7: Feature space analysis on fine-grained classes. Left panels display the visually confusable categories Grand Piano and Upright Piano. The corresponding tSNE visualizations on the right reveal that while the baseline BAGEL yields entangled feature spaces, our proposed BAGEL+Segmentation learns highly discriminative embeddings and achieves clear class separation.

Edge +0.1% +1.2% -0.0% +0.1% +12.2% +4.9% +1.6% 0.0% L0

L5

L10

L15

L20

Layer Index

L25

L26

L27

(a) Vision-language attention allocation.

10 0

-10 -20

40

Attention Allocation (%)

Recon. +0.2% +4.3% -0.5% -3.7% +12.2% +12.2% +2.4% +1.1%

20

% Change

Seg. +0.4% +2.5% +0.4% +7.8% +20.9% +14.6% +3.3% +7.6%

34 33.51%

Baseline Segmentation

35.09%

28

28.15%

29.54%

22

24.62% 19.58%

16 10

Object

Color

Position

18.76% 10.75%

Others

(b) Key words attention allocation.

Fig. 8: Analysis of attention patterns. (a) Layer-wise changes in attention to visual features for three proxy tasks relative to the BAGEL baseline, demonstrating a consistent increase in visual focus in deeper layers. (b) Attention distribution over text tokens. The segmentation objective effectively enhancing the focus on critical tokens (Object, Color, Relation).

4.4

Mechanistic Insights: Why Semantic Proxies Unlock Synergy?

To further elucidate the impact of the SGT, we employ BAGEL as a representative architecture to investigate specific representational shifts at both the feature and attention levels. Our analysis examines the model’s internal dynamics across three dimensions encompassing the feature space structure of the visual encoder, the cross-modal attention patterns within the understanding module, and the attention distribution during generation. Finding 1: SGT promotes feature linear separability. We first visualize the visual embeddings zvit using t-SNE as shown in Fig. 7. The projections reveal that training with segmentation data enhances the linear separability of categories that are semantically similar yet structurally distinct, such as upright and grand pianos. In contrast to the baseline model which often yields diffuse clusters, the incorporation of segmentation supervision significantly improves both the intra-class compactness and inter-class separability of the visual representations.

14

Songsong Yu et al.

Finding 2: Mitigating linguistic over-reliance. We examine the cross-modal attention dynamics within the understanding module, as shown in Fig. 8a. Specifically, we observe a higher concentration of attention on visual tokens within the deeper transformer layers compared to the baseline. This distribution indicates that the model anchors its reasoning process more firmly in visual evidence, effectively counteracting the over-reliance on linguistic priors that often leads to hallucination [49, 86]. Crucially, high-level segmentation tasks induce a more pronounced attention shift than low-level objectives. Finding 3: Amplifying critical tokens and suppressing irrelevant cues. We investigate the generative capability using prompts containing position and attribute constraints sampled from GenEval [19]. We quantify the cross-attention weights allocated to critical tokens, specifically position, color, and object identity. As illustrated in Fig. 8b, the integration of segmentation data amplifies the model’s focus on these attribute-specifying tokens. This further demonstrates that SGT effectively narrows the representational gap within UMMs and compels the models to prioritize intrinsically meaningful features.

5

Limitations

While SGT effectively aligns understanding and generation for natural scenes, relying exclusively on segmentation data constrains performance on symbolically dense and knowledge-intensive tasks, as show in 3a. This observation indicates that SGT functions best as a foundational alignment strategy rather than a standalone training solution. The paradigm successfully retains its symbolic proficiency when SGT is augmented with VQA data, as show in Table 2. Future research will explore a comprehensive post-training pipeline integrating the SGT alignment strategy with understanding data, generative targets, and reinforcement learning frameworks to achieve optimal cross-modal performance.

6

Conclusion

This work proposes a fine-tuning paradigm for UMMs to mitigate the optimization divergence between visual understanding and generation. Previous attempts leverage pixel space reconstruction to improve multimodal alignment but inadvertently introduce granular visual noise that ultimately leads to suboptimal performance. To overcome this limitation, we introduce Semantic Generative Tuning as a novel paradigm that shifts the alignment proxy from the pixel space to the semantic space. Mechanistic analyses reveal that this semantic integration fundamentally improves feature linear separability and optimizes attention allocation to directly mitigate representational misalignment. Extensive empirical evaluations across mainstream architectures demonstrate that SGT consistently yields significant improvements in both visual understanding accuracy and generative layout fidelity. The principles established by this paradigm highlight that aligning multimodal capabilities at the semantic level serves as a crucial foundation for developing cohesive and versatile UMMs.

Semantic Generative Tuning for Unified Multimodal Models

7

15

Appendix

– Section 7.1: Data Processing – Section 7.2: Method Details – Section 7.3: Training Configurations – Section 7.4: Inference Settings and Additional Results – Section 7.5: Mechanistic Analysis Methods 7.1

Data Preparation

This study systematically evaluates the impact of classic vision tasks on UMMs within the generative tuning framework. The evaluated tasks span from highlevel segmentation and object detection to low-level edge detection and image super-resolution. The training set of MS COCO serves as the primary experimental basis to streamline data acquisition. Original ground truth annotations from this dataset provide the target labels for semantic segmentation, instance segmentation, panoptic segmentation and object detection. Training samples for the remaining visual tasks originate directly from the corresponding RGB images. Each individual task category consists of 20k sample pairs. Table 4 and Fig. 9 present the definitions and configurations of the various visual proxy tasks evaluated in our study. Table 4: Taxonomy of Computer Vision Tasks. We summarize common vision tasks with their primary objectives and definitions. Task

Primary Goal / Definition

Object Detection Localize and classify objects with bounding boxes. Semantic Segmentation Classify each pixel into a predefined category (no instance distinction). Instance Segmentation Detect and segment each distinct object instance. Panoptic Segmentation Unify semantic and instance segmentation (stuff + things). Edge Detection Identify points in an image where brightness changes sharply. Depth Estimation Predict the distance of each pixel relative to the camera. Image Denoising Remove noise from images while preserving details. Image De-raining / De-hazing Recover clear images from rain streaks or hazy conditions. Image Deblurring Restore sharp images from motion or focal blur. Low-Light Enhancement Improve visibility and contrast in dark/underexposed images. Image Super-Resolution (ISR) Reconstruct high-resolution images from low-resolution inputs. Image Inpainting Fill in missing or corrupted parts of an image.

Segmentation & Detection. Segmentation tasks rely directly on ground truth annotations from the MS COCO dataset for supervision. A colorization process transforms these original annotations into three-channel pseudo-color images to serve as the final target signals. In the case of object detection, bounding boxes along with their associated categorical labels are explicitly rendered onto the original images to establish the target representations. Depth Estimation. Ensuring the accuracy of depth annotations involves deploying both Depth Anything V2 and DepthPro to independently estimate depth

16

Songsong Yu et al.

Fig. 9: Illustration of various computer vision tasks. Top row: RGB Image, Semantic Segmentation, Instance Segmentation, Panoptic Segmentation, Object Detection, and Depth Estimation. Bottom row: (This figure serves solely illustrative purposes and does not originate from the MS COCO dataset.) De-raining, De-hazing, Denoising, Image Super-Resolution (ISR), Deblurring, Edge Detection, Low-light Enhancement, and RGB reference.

maps for images from the MS COCO dataset. A least squares alignment then evaluates the consistency between these parallel estimations. Samples are discarded if the discrepancy between the two model outputs exceeds a predefined threshold of 0.4 following the alignment process. Random replacements from the broader dataset compensate for these discarded instances to maintain a constant overall training volume. The data overlap across all evaluated tasks exceeds 95% to guarantee fair comparisons. The relative depth outputs from Depth Anything V2 are normalized and replicated three times along the channel dimension to serve as the final supervision targets. Edge Detection. The Canny edge detector extracts image edges to establish the ground truth for the edge detection task. The algorithm applies a lower threshold of 100 and an upper threshold of 200. Inpainting. The inpainting task reconstructs missing regions within RGB images. A masking procedure corrupts the original images using either random lines or solid blocks. The UMMs process these degraded images as input and learn to reconstruct the original RGB counterparts. The missing regions are randomly filled with either black or white pixels. Image Super-Resolusion. Image super-resolution tasks require the model to reconstruct a clear high-resolution image from a low-resolution input. We apply downsampling factors of 2, 4, 6 and 8 to generate the input training data for the UMMs. The generative tuning framework necessitates identical input and output resolutions. We therefore apply bilinear interpolation to the downsampled images to restore their spatial dimensions to match the target resolution before feeding them into the UMMs. This consecutive downsampling and upsampling procedure causes inevitable information loss and creates an information bottleneck that constitutes the primary challenge of super-resolution.

Semantic Generative Tuning for Unified Multimodal Models

17

Table 5: Summary of benchmarks for six core visual understanding capabilities. Capability Vision-centric Spatial Reasoning CV-Bench [58] Benchmarks MMVP [60]

VSR [32] SIBench [83]

Hallusion POPE [28] HallusionBench [21]

General VQA Chart/OCR Knowledge/Math MMMU [84] MMStar [5]

OCRBench [36] DocVQA [44]

MathVista [38] ScienceQA [39]

Deblurring. Image deblurring aims to reconstruct a sharp image from a motionblurred counterpart. A simulation algorithm artificially generates this degradation. The process applies random blur angles uniformly sampled from a full 360◦ range and employs three distinct blur kernel sizes of 10, 20 and 30. Low-Light Image Enhancemen. Low-light image enhancement restores a high-quality image with proper exposure, sharp details and natural color distributions from an observation captured under insufficient illumination. A synthetic degradation pipeline simulates these conditions by randomly scaling the brightness of clean images with factors ranging from 0.1 to 0.5. The pipeline simultaneously introduces noise signals with intensities restricted between 0.01 and 0.04. The UMMs process these darkened and noisy images as input to reconstruct the original clean counterparts. Denoising. Image denoising aims to restore clean images from noisy observations. A stochastic degradation pipeline introduces synthetic noise into clean images to generate the corresponding degraded inputs. This process incorporates Gaussian noise, JPEG compression artifacts, salt-and-pepper noise and Poisson noise. The algorithm superimposes these degradation types with random probabilities and in a random order to synthesize the final corrupted images. 7.2

Detailed Results in Section 3.3.

Benchmarks. A comprehensive evaluation of visual understanding capabilities under generative tuning assesses six core competencies including vision centric perception, hallucination resistance, spatial reasoning, general visual question answering, document and chart comprehension, and mathematical and knowledge reasoning. The evaluation relies on diverse datasets comprising CV-Bench, MMVP, HallusionBench, POPE, SIBench-mini, MMMU-val, MMStar, DocVQAval, ChartQA, Mathvista-mini and ScienceQA, as shown in Tabel 5. We consolidate specific low-level tasks within a single training phase by selecting between deraining and dehazing with equal probability. The training procedure similarly integrates image restoration objectives by randomly sampling among denoising, deblurring and low-light enhancement. Detailed results of Fig. 3a. Table 6 presents the detailed experimental results of Fig. 3a. The segmentation task yields the most significant improvements for both BAGEL and OmniGen2 architectures. We therefore recommend adopting the segmentation task as the primary target for generative tuning and refer to this methodology as Semantic Generative Tuning. The term semantic in this context avoids specific categorical information and instead denotes a high-level representation of image content. We also observe that relying solely on generative tuning causes a slight degradation in table interpretation and knowledge

18

Songsong Yu et al.

Table 6: Detailed quantitative results corresponding to Fig. 3a are provided. The evaluated benchmarks from left to right consist of CV-Bench-2D, MMVP, VSR, SIBench-mini, POPE, HallusionBench, MMMU-val, MMStar, OCRBench, DocVQAval, MathVista-mini, ScienceQA-val and the overall average score. The Mixed row in the table reports the performance achieved by training the model on a combined dataset that integrates panoptic segmentation, image reconstruction and edge detection. Model

CV-B MMVP VSR SIB POPE Hall. MMMU MMS OCR Doc Math Sci Overall

BAGEL +Panoptic +Instance +Semantic +Depth +Inpainting +Detection +Reconstruction +Edge +Derain-Dehaze +Denoise-Deblur-Enhance +ISR +Mixed

73.2 78.9 78.2 78.4 74.2 75.9 75.6 74.8 73.8 74.3 74.6 74.6 74.8

83.0 85.0 84.7 85.3 83.7 85.3 84.7 83.7 83.3 83.3 83.7 83.7 83.3

80.4 49.0 81.4 49.8 81.2 49.7 80.6 50.1 81.6 49.7 81.1 50.0 81.0 50.2 81.2 49.6 79.7 49.6 79.8 50.3 79.5 49.3 79.5 49.3 81.6 50.0

85.7 88.5 86.9 87.3 87.4 86.9 87.4 87.2 87.4 87.2 87.6 87.6 88.0

68.3 69.2 70.1 69.8 68.4 70.2 69.4 68.8 67.0 67.2 68.6 68.6 68.4

46.8 48.0 49.4 47.4 48.8 48.0 47.4 47.1 47.4 47.1 47.0 47.0 48.8

67.5 68.9 68.9 67.9 68.3 68.2 68.2 67.9 66.9 67.3 66.9 66.9 68.3

81.0 79.3 78.9 81.0 78.2 78.6 78.3 78.1 79.9 78.1 79.3 79.3 79.1

94.0 93.3 93.4 93.3 92.6 93.4 93.2 93.8 94.2 93.2 93.3 93.3 92.6

72.2 71.9 70.5 69.8 69.9 68.5 70.1 68.9 69.5 69.5 69.3 69.3 70.1

95.9 95.3 95.2 95.2 94.2 96.0 95.4 95.4 94.5 94.4 94.5 94.5 94.2

74.8 75.8 75.6 75.5 74.8 75.2 75.1 74.7 74.4 74.3 74.5 74.5 74.9

OmniGen2 +Panoptic +Depth +Recon +Inpainting +Edge

65.9 68.3 66.4 66.8 67.2 66.8

65.0 68.3 66.7 66.0 67.0 66.7

77.5 43.3 79.1 44.7 78.1 44.1 77.8 43.7 79.5 43.9 78.1 43.6

86.0 86.1 86.1 86.3 86.2 85.9

62.4 66.2 65.7 65.3 63.4 61.2

42.1 46.0 45.0 45.2 45.2 44.9

55.1 56.8 55.6 56.1 55.6 55.6

81.3 78.6 77.3 77.9 78.5 79.1

93.4 92.3 92.2 92.4 93.0 92.7

62.3 62.8 61.6 61.6 61.7 64.5

79.3 78.2 77.3 77.9 78.8 75.0

67.8 69.0 68.0 68.1 68.3 67.9

reasoning capacities. We hypothesize that while generative tuning facilitates better alignment within the representation space of UMMs, it does not introduce supplementary logical reasoning skills or prior knowledge. The validation of the proposed method relies exclusively on generative tuning without incorporating any additional supervised fine-tuning data. Generative tuning on the segmentation task yields a 1% overall performance gain even under this strictly constrained setting. This improvement represents the aggregated score across 12 distinct benchmarks to provide strong statistical evidence. These results demonstrate that SGT effectively enhances the perceptual understanding capabilities of UMMs. Mixed three-task training. We investigate whether combining diverse vision tasks yields greater improvements than applying a single task. The experimental setup integrates data from panoptic segmentation, image reconstruction and edge detection. The total sample capacity remains at 20,000 instances distributed equally among the three categories. Table 6 demonstrates that combining these three data types produces smaller performance gains compared to utilizing segmentation data exclusively under identical data volume constraints. These comparisons across individual and mixed tasks indicate that semantic perception constitutes the most critical factor for the comprehension capabilities of UMMs. Detailed results of Fig. 3b. We provide detailed validation results of Fig. 3b. We conduct twelve independent random sampling iterations across all evaluated methods. Table 7 report the averaged results from twelve random seeds to depict the underlying performance trends objectively.

Semantic Generative Tuning for Unified Multimodal Models

19

Table 7: Detailed quantitative results corresponding to Fig. 3b are provided. All reported metrics represent the average values computed across twelve independent random seeds to ensure statistical objectivity. Method

position

colors

color_attr

counting

single_object

two_object

Overall

BAGEL +Edge +Reconstruction +Depth +Segmentation

51.3 57.3 57.1 57.3 56.6

86.3 85.1 88.3 86.2 89.4

63.2 66.1 68.2 74.5 69.4

79.2 86.2 86.2 80.5 83.7

99.1 98.8 99.6 98.3 98.4

92.8 95.0 91.9 93.9 93.9

78.6 81.4 81.9 81.8 81.9

OmniGen2 +Edge +Reconstruction +Depth +Segmentation

47.0 53.2 55.5 56.6 53.3

88.3 90.4 86.2 89.4 86.2

64.0 63.2 76.3 63.5 70.2

66.3 68.7 66.3 73.7 71.2

99.7 98.7 99.6 99.5 98.7

93.9 93.9 88.9 96.0 94.0

76.6 78.0 78.9 79.9 78.9

Semantics matters: semantic generative tuning bridges sparse textual and dense visual signals as an intermediate representation. We further clarify the relationships and distinctions among semantic generative tuning, instruction tuning and image generation. Visual understanding tasks depend on cross entropy loss for text based supervision where text representations provide concentrated and sparse semantic information. Visual generation tasks derive their supervision signals from the entire image which constitutes a structured and dense signal. The separate reliance on these two representations fragments the training process and impedes the true synergistic potential between understanding and generation capabilities. Semantic generative tuning provides a structured visual supervision signal and clusters visual features into meaningful semantic regions. This methodology serves as an intermediate representation between sparse textual signals and dense RGB signals to bridge the gap between the two modalities. We recommend high-level visual perception tasks as proxy objectives to stimulate the synergistic capabilities of UMMs. Semantic generative tuning functions effectively as a proxy task to align the representation spaces of understanding and generation but it does not intrinsically introduce new knowledge, logical reasoning skills or improvements in raw image generation quality. We conclude that semantic generative tuning should not serve as an isolated supervision signal since integrating this method with both understanding and generation training data yields the maximum performance gains. 7.3

Training Configurations

We fine-tune both OmniGen2 and BAGEL using the AdamW optimizer with β1 = 0.9 and β2 = 0.95, and a weight decay of 0.01. Both models follow a dual-module architecture comprising an understanding module for visualsemantic comprehension and a generation module for image synthesis. Specifically, OmniGen2 employs a 3B-parameter understanding module coupled with a 4B-parameter generation module (7B total), whereas BAGEL adopts a more heavyweight design with 7B parameters allocated to each module (14B total).

20

Songsong Yu et al. Table 8: Training configurations of OmniGen2 and BAGEL. Configuration

OmniGen2 BAGEL

Parameters 3B + 4B 7B + 7B Optimizer AdamW AdamW Learning Rate 4 × 10−4 1 × 10−4 β (0.9, 0.95) (0.9, 0.95) Weight Decay 0.01 0.01 Warmup Steps 300 1000 Training Steps 2500 10000 Global Batch Size 60 60 Training Time 4 hours 18 hours

Table 9: More results from mixed SFT and SGT training. These results confirm that the integration of generative tuning does not induce performance degradation in knowledge-intensive or text-recognition tasks. Model BAGEL SFT SFT+SGT

ScienceQA OCRBench DocVQA SEED DPGBench 95.9 95.9 95.9

81.0 80.8 81.0

94.0 94.0 94.0

77.3 78.0 79.5

84.0 82.7 84.0

To accommodate the difference in model capacity, we adopt a learning rate of 4 × 10−4 for OmniGen2 and a lower rate of 1 × 10−4 for BAGEL, with warmup periods of 300 and 1,000 steps respectively. OmniGen2 is trained for 2,500 steps over approximately 4 hours, while BAGEL requires 10,000 steps over 18 hours. Both models are trained with a global batch size of 60. Detailed configurations are summarized in Table 8. 7.4

Inference

Inference details. The inference stage strictly follows the mechanism of the original model. Eq. 1 dictates that visual understanding tasks employ fθ (x, [zvit ]) to yield an output y ∈ T . The framework processes text to image generation using fθ (x, [znoise ]) to produce y ∈ I. For the BAGEL architecture, visual editing operations require fθ (x, [zvit , zvae , znoise ]) to generate the modified output y ∈ I. Conversely, for OmniGen2, we adhere to the original official configuration for image editing tasks, utilizing fθ (x, [zvae , znoise ]). Fig. 10 displays samples produced by semantic generative tuning to illustrate the high fidelity of the synthesized images. Supplementary results. Table 9 provides supplementary evaluations that extend the results presented in Table 2 and Table 3. The experimental data indicates that the joint training of SFT and SGT datasets maintains the performance of the model in knowledge-intensive and OCR tasks compared to training solely on SFT data. Furthermore, assessments on the DPGBench benchmark reveal that the framework achieves consistent performance without significant improvement or degradation. DPGBench involves more extensive textual instructions

Semantic Generative Tuning for Unified Multimodal Models

21

Fig. 10: Visualization of images generated by SGT, demonstrating high-quality and diverse generations across a wide range of prompts and scenes.

compared to GenEval. The lack of substantial improvement on this benchmark suggests that the SGT framework does not inherently facilitate complex instruction parsing capabilities. Further enhancement of these editing proficiencies likely requires the integration of specialized generative datasets that are specifically curated for high-complexity instruction following. 7.5

Mechanism Analysis

tSNE. We take BAGEL as a representative example to analyze the features extracted from its semantic vision encoder. Since BAGEL employs SigLIP2 as its vision encoder, which does not utilize a class token during training, we flatten all visual tokens into a single feature vector for each image. To enable effective

22

Songsong Yu et al. Pseudocode # Feature Extraction for image in dataset : feat = Flatten ( model . vit ( image )) features . append ( feat ) save ( features ) # Dimensionality Reduction features_50d = PCA ( features , 50) features_2d = tSNE ( features_50d ) # Visualization plot ( features_2d , color = class_label )

Fig. 11: Pseudocode for t-SNE visualization pipeline.

visualization, we first apply Principal Component Analysis (PCA) to reduce the feature dimensionality to 50, followed by t-SNE projection onto a 2D plane for visualization. For t-SNE, we adopt the default perplexity value of 30. The complete pipeline is summarized in Fig. 11. Key words attention allocation. To analyze the attention distribution over keywords during generation, we curate a diagnostic set of 20 prompts containing explicit spatial and color attributes. In BAGEL’s flow-based generation, the noisy latent tokens serve as queries while the text prompt provides keys and values. We categorize the prompt tokens into four semantic groups: object (e.g., nouns denoting entities), position (e.g., spatial descriptors), color (e.g., chromatic attributes), and others (e.g., “a”, “the”, “of”). For each category, we compute its relative attention weight as the proportion of total attention mass. Since early denoising steps are known to establish global semantic structure, we report the average attention distribution over the first three timesteps to capture the critical semantic binding phase. The complete procedure is summarized in Fig. 12. Fig. 13 illustrates the variations following semantic generative tuning. A statistical analysis on a sampled subset yields the results presented in Fig. 8b. These findings demonstrate that the model concentrates more effectively on keywords after undergoing semantic generative tuning.

Semantic Generative Tuning for Unified Multimodal Models

23

Pseudocode # Step 1: Keyword Extraction keywords = e x t r a c t _ k e y w o r d s ( prompt ) token_ids = tokenizer . encode ( prompt ) k ey wo r d_ in d ic e s = {} # keyword -> token positions for kw in keywords : k ey wo r d_ in d ic e s [ kw ] = f i n d _ t o k e n _ p o s i t i o n s ( kw , token_ids ) # Step 2: Attention Map Computation ( GQA ) def c o m p u t e _ a t t e n t i o n ( hidden_states , k_cache , q_proj ): Q = q_proj ( hidden_states ) # [ seq_len , num_heads , head_dim ] K = repeat_kv ( k_cache , num_heads // num_kv_heads ) scores = Q @ K . T / sqrt ( head_dim ) attn_map = softmax ( scores , dim = -1) # [ num_heads , q_len , kv_len ] return attn_map # Step 3: Keyword Attention Analysis def a n a l y z e _ k e y w o r d _ a t t e n t i o n ( attn_map , latent_indices , k e yw or d _i nd i ce s ): # Extract latent - to - KV attention latent_attn = attn_map [: , latent_indices , :] attn_mean = mean ( latent_attn , dim =[0 , 1]) # [ kv_len ] # Aggregate attention per keyword k e y w o r d _ a t t e n t i o n = {} total_attn = sum ( attn_mean ) for kw , indices in k ey w or d_ i nd ic e s . items (): kw_attn = sum ( attn_mean [ indices ]) # percentage k e y w o r d _ a t t e n t i o n [ kw ] = kw_attn / total_attn * 100

return k e y w o r d _ a t t e n t i o n # Step 4: Track During Generation for t in timesteps : for layer in se le c te d_ l ay er s : attn_map = c o m p u t e _ a t t e n t i o n ( latent_hidden , kv_cache [ layer ]) kw_attn = a n a l y z e _ k e y w o r d _ a t t e n t i o n ( attn_map , latent_idx , kw_idx ) log ( timestep =t , layer = layer , k e y w o r d _ a t t e n t i o n = kw_attn )

Fig. 12: Pseudocode for keyword-level attention analysis during image generation. We extract keywords from the prompt, compute GQA attention maps at selected timesteps and layers, and aggregate attention scores for each keyword to quantify its influence on the generated image.

24

Songsong Yu et al.

Fig. 13: Token-level attention distribution during image generation. We visualize the attention weights allocated to each token in the prompt “A photo of a tie right of a baseball bat” for both the baseline BAGEL model and our segmentation-enhanced variant. The segmentation guidance consistently amplifies attention to semantically salient tokens (tie: 4.70%→7.45%, right: 9.59%→12.64%), leading to improved spatial reasoning and object placement as shown in the generated samples (left).

Semantic Generative Tuning for Unified Multimodal Models

25

References 1. Assran, M., Duval, Q., Misra, I., Bojanowski, P., Vincent, P., Rabbat, M., LeCun, Y., Ballas, N.: Self-supervised learning from images with a joint-embedding predictive architecture. arXiv:2301.08243 (2023) 2, 7 2. Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., Zhong, H., Zhu, Y., Yang, M., Li, Z., Wan, J., Wang, P., Ding, W., Fu, Z., Xu, Y., Ye, J., Zhang, X., Xie, T., Cheng, Z., Zhang, H., Yang, Z., Xu, H., Lin, J.: Qwen2.5-vl technical report. arXiv:2502.13923 (2025) 9 3. Brooks, T., Peebles, B., Holmes, C., DePue, W., Guo, Y., Jing, L., Schnurr, D., Taylor, J., Luhman, T., Luhman, E., Ng, C., Wang, R., Ramesh, A.: Video generation models as world simulators (2024), https://openai.com/research/videogeneration-models-as-world-simulators 1 4. Chen, F., Jing, M., Lu, W., Feng, Y., Li, X., Cao, X.: Unihetero: Could generation enhance understanding for vision-language-model at large data scale? arXiv:2512.23512 (2025) 5 5. Chen, L., Li, J., Dong, X., Zhang, P., Zang, Y., Chen, Z., Duan, H., Wang, J., Qiao, Y., Lin, D., et al.: Are we on the right way for evaluating large vision-language models? NeurIPS 37, 27056–27087 (2024) 6, 9, 11, 17 6. Chen, X., Wu, Z., Liu, X., Pan, Z., Liu, W., Xie, Z., Yu, X., Ruan, C.: Janus-pro: Unified multimodal understanding and generation with data and model scaling. arXiv:2501.17811 (2025) 3, 5, 10 7. Chen, X., Liu, Z., Xie, S., He, K.: Deconstructing denoising diffusion models for self-supervised learning. arXiv:2401.14404 (2024) 4 8. Dai, W., Li, J., Li, D., Tiong, A., Zhao, J., Wang, W., Li, B., Fung, P.N., Hoi, S.: Instructblip: Towards general-purpose vision-language models with instruction tuning. NeurIPS 36, 49250–49267 (2023) 2 9. Deng, C., Zhu, D., Li, K., Gou, C., Li, F., Wang, Z., Zhong, S., Yu, W., Nie, X., Song, Z., et al.: Emerging properties in unified multimodal pretraining. arXiv:2505.14683 (2025) 3, 5, 7, 9, 10 10. Dong, R., Han, C., Peng, Y., Qi, Z., Ge, Z., Yang, J., Zhao, L., Sun, J., Zhou, H., Wei, H., Kong, X., Zhang, X., Ma, K., Yi, L.: DreamLLM: Synergistic multimodal comprehension and creation. In: ICLR (2024), https://openreview.net/forum? id=y01KGvd9Bw 2 11. Du, S., Guo, J., Li, B., Cui, S., Xu, Z., Luo, Y., Wei, Y., Gai, K., Wang, X., Wu, K., et al.: Vqrae: Representation quantization autoencoders for multimodal understanding, generation and reconstruction. arXiv:2511.23386 (2025) 4 12. Duan, H., Yang, J., Qiao, Y., Fang, X., Chen, L., Liu, Y., Dong, X., Zang, Y., Zhang, P., Wang, J., et al.: Vlmevalkit: An open-source toolkit for evaluating large multi-modality models. In: ACMMM. pp. 11198–11201 (2024) 9 13. Esser, P., Kulal, S., Blattmann, A., Entezari, R., Müller, J., Saini, H., Levi, Y., Lorenz, D., Sauer, A., Boesel, F., et al.: Scaling rectified flow transformers for high-resolution image synthesis. In: ICML (2024) 1, 4 14. Fu, C., Chen, P., Shen, Y., Qin, Y., Zhang, M., Lin, X., Yang, J., Zheng, X., Li, K., Sun, X., et al.: Mme: A comprehensive evaluation benchmark for multimodal large language models. arXiv:2306.13394 (2023) 9, 11 15. Fu, X., Yin, W., Hu, M., Wang, K., Ma, Y., Tan, P., Shen, S., Lin, D., Long, X.: Geowizard: Unleashing the diffusion priors for 3d geometry estimation from a single image. In: ECCV. pp. 241–258. Springer (2024) 4

26

Songsong Yu et al.

16. Fu, X., Hu, Y., Li, B., Feng, Y., Wang, H., Lin, X., Roth, D., Smith, N.A., Ma, W.C., Krishna, R.: Blink: Multimodal large language models can see but not perceive. arXiv:2404.12390 (2024) 9, 11 17. Fuest, M., Ma, P., Gui, M., Schusterbauer, J., Hu, V.T., Ommer, B.: Diffusion models and representation learning: A survey. arXiv:2407.00783 (2024) 4 18. Ge, Y., Zhao, S., Zhu, J., Ge, Y., Yi, K., Song, L., Li, C., Ding, X., Shan, Y.: Seed-x: Multimodal models with unified multi-granularity comprehension and generation. arXiv:2404.14396 (2024) 3 19. Ghosh, D., Hajishirzi, H., Schmidt, L.: Geneval: An object-focused framework for evaluating text-to-image alignment. NeurIPS 36, 52132–52152 (2023) 3, 6, 9, 14 20. Graikos, A., Yellapragada, S., Le, M.Q., Kapse, S., Prasanna, P., Saltz, J., Samaras, D.: Learned representation-guided diffusion models for large-image generation. In: CVPR. pp. 8532–8542 (2024) 4 21. Guan, T., Liu, F., Wu, X., Xian, R., Li, Z., Liu, X., Wang, X., Chen, L., Huang, F., Yacoob, Y., et al.: Hallusionbench: an advanced diagnostic suite for entangled language hallucination and visual illusion in large vision-language models. In: CVPR. pp. 14375–14385 (2024) 6, 9, 11, 17 22. Han, J., Liu, J., Jiang, Y., Yan, B., Zhang, Y., Yuan, Z., Peng, B., Liu, X.: Infinity: Scaling bitwise autoregressive modeling for high-resolution image synthesis. In: CVPR. pp. 15733–15744 (2025) 1 23. Hudson, D.A., Zoran, D., Malinowski, M., Lampinen, A.K., Jaegle, A., McClelland, J.L., Matthey, L., Hill, F., Lerchner, A.: Soda: Bottleneck diffusion models for representation learning. In: CVPR. pp. 23115–23127 (2024) 4 24. Jin, Y., Sun, Z., Xu, K., Chen, L., Jiang, H., Huang, Q., Song, C., Liu, Y., Zhang, D., Song, Y., et al.: Video-lavit: Unified video-language pre-training with decoupled visual-motional tokenization. arXiv:2402.03161 (2024) 2 25. Jin, Y., Xu, K., Chen, L., Liao, C., Tan, J., Huang, Q., Chen, B., Lei, C., Liu, A., Song, C., et al.: Unified language-vision pretraining in llm with dynamic discrete visual tokenization. arXiv:2309.04669 (2023) 2 26. Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A.C., Lo, W.Y., et al.: Segment anything. In: ICCV. pp. 4015–4026 (2023) 9 27. Li, B., Zhang, Y., Guo, D., Zhang, R., Li, F., Zhang, H., Zhang, K., Li, Y., Liu, Z., Li, C.: Llava-onevision: Easy visual task transfer. arXiv:2408.03326 (2024) 9 28. Li, Y., Du, Y., Zhou, K., Wang, J., Zhao, W.X., Wen, J.R.: Evaluating object hallucination in large vision-language models. In: EMNLP. pp. 292–305 (2023) 6, 9, 11, 17 29. Li, Z., Liu, Z., Zhang, Q., Lin, B., Yuan, S., Yan, Z., Ye, Y., Yu, W., Niu, Y., Yuan, L.: Uniworld-v2: Reinforce image editing with diffusion negative-aware finetuning and mllm implicit feedback. arXiv:2510.16888 (2025) 2 30. Liao, X., He, Q., Xu, K., Qu, X., Li, Y., Wei, W., Yao, A.: Va-π: Variational policy alignment for pixel-aware autoregressive generation. arXiv:2512.19680 (2025) 5 31. Lin, B., Li, Z., Cheng, X., Niu, Y., Ye, Y., He, X., Yuan, S., Yu, W., Wang, S., Ge, Y., et al.: Uniworld: High-resolution semantic encoders for unified visual understanding and generation. arXiv:2506.03147 (2025) 10 32. Liu, F., Emerson, G.E.T., Collier, N.: Visual spatial reasoning. Transactions of the Association for Computational Linguistics (2023) 6, 9, 17 33. Liu, H., Li, C., Wu, Q., Lee, Y.J.: Visual instruction tuning. In: NeurIPS (2023) 1 34. Liu, S., Han, Y., Xing, P., Yin, F., Wang, R., Cheng, W., Liao, J., Wang, Y., Fu, H., Han, C., Li, G., Peng, Y., Sun, Q., Wu, J., Cai, Y., Ge, Z., Ming, R., Xia, L.,

Semantic Generative Tuning for Unified Multimodal Models

27

Zeng, X., Zhu, Y., Jiao, B., Zhang, X., Yu, G., Jiang, D.: Step1x-edit: A practical framework for general image editing. arXiv:2504.17761 (2025) 9 35. Liu, Y., Duan, H., Zhang, Y., Li, B., Zhang, S., Zhao, W., Yuan, Y., Wang, J., He, C., Liu, Z., et al.: Mmbench: Is your multi-modal model an all-around player? In: ECCV. pp. 216–233. Springer (2024) 9 36. Liu, Y., Li, Z., Huang, M., Yang, B., Yu, W., Li, C., Yin, X.C., Liu, C.L., Jin, L., Bai, X.: Ocrbench: on the hidden mystery of ocr in large multimodal models. Science China Information Sciences 67(12), 220102 (2024) 6, 17 37. Lu, J., Clark, C., Lee, S., Zhang, Z., Khosla, S., Marten, R., Hoiem, D., Kembhavi, A.: Unified-io 2: Scaling autoregressive multimodal models with vision, language, audio, and action. arXiv:2312.17172 (2023) 3 38. Lu, P., Bansal, H., Xia, T., Liu, J., Li, C., Hajishirzi, H., Cheng, H., Chang, K.W., Galley, M., Gao, J.: Mathvista: Evaluating mathematical reasoning of foundation models in visual contexts. In: ICLR (2024) 6, 9, 17 39. Lu, P., Mishra, S., Xia, T., Qiu, L., Chang, K.W., Zhu, S.C., Tafjord, O., Clark, P., Kalyan, A.: Learn to explain: Multimodal reasoning via thought chains for science question answering. In: NeurIPS (2022) 6, 17 40. Luo, R., Li, Y., Chen, L., He, W., Lin, T.E., Liu, Z., Zhang, L., Song, Z., Xia, X., Liu, T., et al.: Deem: Diffusion models serve as the eyes of large language models for image perception. arXiv:2405.15232 (2024) 4 41. Ma, C., Jiang, Y., Wu, J., Yang, J., Yu, X., Yuan, Z., Peng, B., Qi, X.: Unitok: A unified tokenizer for visual generation and understanding. arXiv:2502.20321 (2025) 3 42. Ma, S., Ge, Y., Wang, T., Guo, Y., Ge, Y., Shan, Y.: Genhancer: Imperfect generative models are secretly strong vision-centric enhancers. In: ICCV. pp. 24402–24412 (2025) 4, 5, 7 43. Ma, Y., Liu, X., Chen, X., Liu, W., Wu, C., Wu, Z., Pan, Z., Xie, Z., Zhang, H., Yu, X., et al.: Janusflow: Harmonizing autoregression and rectified flow for unified multimodal understanding and generation. In: CVPR. pp. 7739–7751 (2025) 2 44. Mathew, M., Karatzas, D., Jawahar, C.: Docvqa: A dataset for vqa on document images. In: WACV. pp. 2200–2209 (2021) 6, 17 45. Niu, Y., Ning, M., Zheng, M., Jin, W., Lin, B., Jin, P., Liao, J., Ning, K., Feng, C., Zhu, B., Yuan, L.: Wise: A world knowledge-informed semantic evaluation for text-to-image generation. arXiv:2503.07265 (2025) 2 46. Pan, X., Shukla, S.N., Singh, A., Zhao, Z., Mishra, S.K., Wang, J., Xu, Z., Chen, J., Li, K., Juefei-Xu, F., Hou, J., Xie, S.: Transfer between modalities with metaqueries. arXiv:2504.06256 (2025) 2, 5 47. Pan, X., Shukla, S.N., Singh, A., Zhao, Z., Mishra, S.K., Wang, J., Xu, Z., Chen, J., Li, K., Juefei-Xu, F., et al.: Transfer between modalities with metaqueries. arXiv:2504.06256 (2025) 2 48. Parihar, R., Sachidanand, V., Mani, S., Karmali, T., Venkatesh Babu, R.: Precisecontrol: Enhancing text-to-image diffusion models with fine-grained attribute control. In: ECCV. pp. 469–487. Springer (2024) 4 49. Peng, X., Wei, Y., Deng, A., Wang, D., Hu, D.: Balanced multimodal learning via on-the-fly gradient modulation. In: CVPR (2022) 14 50. Qu, L., Zhang, H., Liu, Y., Wang, X., Jiang, Y., Gao, Y., Ye, H., Du, D.K., Yuan, Z., Wu, X.: Tokenflow: Unified image tokenizer for multimodal understanding and generation. In: CVPR. pp. 2545–2555 (2025) 4 51. Shi, W., Han, X., Zhou, C., Liang, W., Lin, X.V., Zettlemoyer, L., Yu, L.: Lmfusion: Adapting pretrained language models for multimodal generation. arXiv:2412.15188 (2024) 2

28

Songsong Yu et al.

52. Shipard, J., Wiliem, A., Thanh, K.N., Xiang, W., Fookes, C.: Diversity is definitely needed: Improving model-agnostic zero-shot classification via stable diffusion. In: CVPR. pp. 769–778 (2023) 4 53. Su, Z., Wei, H., Cen, K., Wang, Y., Chen, G., Yuan, C., Chu, X.: Generation enhances understanding in unified multimodal models via multi-representation generation. arXiv:2601.21406 (2026) 4, 10 54. Tang, H., Xie, C., Bao, X., Weng, T., Li, P., Zheng, Y., Wang, L.: Unilip: Adapting clip for unified multimodal understanding, generation and editing. arXiv:2507.23278 (2025) 10 55. Team, C.: Chameleon: Mixed-modal early-fusion foundation models. arXiv:2405.09818 (2024) 4, 10 56. Tian, K., Jiang, Y., Yuan, Z., Peng, B., Wang, L.: Visual autoregressive modeling: Scalable image generation via next-scale prediction. NeurIPS 37, 84839–84865 (2024) 1 57. Tian, Y., Fan, L., Isola, P., Chang, H., Krishnan, D.: Stablerep: Synthetic images from text-to-image models make strong visual representation learners. NeurIPS 36, 48382–48402 (2023) 4 58. Tong, P., Brown, E., Wu, P., Woo, S., Iyer, A.J.V., Akula, S.C., Yang, S., Yang, J., Middepogu, M., Wang, Z., et al.: Cambrian-1: A fully open, vision-centric exploration of multimodal llms. NeurIPs 37, 87310–87356 (2024) 3, 6, 9, 11, 17 59. Tong, S., Fan, D., Zhu, J., Xiong, Y., Chen, X., Sinha, K., Rabbat, M., LeCun, Y., Xie, S., Liu, Z.: Metamorph: Multimodal understanding and generation via instruction tuning. arXiv:2412.14164 (2024) 4 60. Tong, S., Liu, Z., Zhai, Y., Ma, Y., LeCun, Y., Xie, S.: Eyes wide shut? exploring the visual shortcomings of multimodal llms. In: CVPR. pp. 9568–9578 (2024) 6, 9, 11, 17 61. Wang, H., Zheng, A., Zhao, Y., Wang, T., Ge, Z., Zhang, X., Zhang, Z.: Reconstructive visual instruction tuning. arXiv:2410.09575 (2024) 4, 5 62. Wang, P., Peng, Y., Gan, Y., Hu, L., Xie, T., Wang, X., Wei, Y., Tang, C., Zhu, B., Li, C., et al.: Skywork unipic: Unified autoregressive modeling for visual understanding and generation. arXiv:2508.03320 (2025) 2 63. Wang, W., Sun, Q., Zhang, F., Tang, Y., Liu, J., Wang, X.: Diffusion feedback helps clip see better. arXiv:2407.20171 (2024) 4, 5 64. Wang, X., Zhang, X., Luo, Z., Sun, Q., Cui, Y., Wang, J., Zhang, F., Wang, Y., Li, Z., Yu, Q., et al.: Emu3: Next-token prediction is all you need. arXiv:2409.18869 (2024) 3, 10 65. Wang, Y., Schiff, Y., Gokaslan, A., Pan, W., Wang, F., De Sa, C., Kuleshov, V.: Infodiffusion: Representation learning using information maximizing diffusion models. In: ICML. pp. 36336–36354. PMLR (2023) 4 66. Wang, Z., Chen, Z., Gou, C., Li, F., Deng, C., Zhu, D., Li, K., Yu, W., Tu, H., Fan, H., et al.: Lightfusion: A light-weighted, double fusion framework for unified multimodal understanding and generation. arXiv:2510.22946 (2025) 3 67. Wei, C., Mangalam, K., Huang, P.Y., Li, Y., Fan, H., Xu, H., Wang, H., Xie, C., Yuille, A., Feichtenhofer, C.: Diffusion models as masked autoencoders. In: ICCV. pp. 16284–16294 (2023) 4 68. Weng, N., Pegios, P., Petersen, E., Feragen, A., Bigdeli, S.: Fast diffusion-based counterfactuals for shortcut removal and generation. In: ECCV. pp. 338–357. Springer (2024) 4 69. Wu, C., Chen, X., Wu, Z., Ma, Y., Liu, X., Pan, Z., Liu, W., Xie, Z., Yu, X., Ruan, C., et al.: Janus: Decoupling visual encoding for unified multimodal understanding and generation. arXiv:2410.13848 (2024) 2

Semantic Generative Tuning for Unified Multimodal Models

29

70. Wu, C., Zheng, P., Yan, R., Xiao, S., Luo, X., Wang, Y., Li, W., Jiang, X., Liu, Y., Zhou, J., et al.: Omnigen2: Exploration to advanced multimodal generation. arXiv:2506.18871 (2025) 3, 5, 7, 9, 10 71. Wu, G., Zhang, S., Shi, R., Gao, S., Chen, Z., Wang, L., Chen, Z., Gao, H., Tang, Y., Yang, J., et al.: Representation entanglement for generation: Training diffusion transformers is much easier than you think. arXiv:2507.01467 (2025) 4 72. Wu, J., Jiang, Y., Ma, C., Liu, Y., Zhao, H., Yuan, Z., Bai, S., Bai, X.: Liquid: Language models are scalable and unified multi-modal generators. IJCV (2025) 3 73. Wu, S., Wu, Z., Gong, Z., Tao, Q., Jin, S., Li, Q., Li, W., Loy, C.C.: Openuni: A simple baseline for unified multimodal understanding and generation. arXiv:2505.23661 (2025) 5, 10 74. Wu, S., Zhang, W., Xu, L., Jin, S., Wu, Z., Tao, Q., Liu, W., Li, W., Loy, C.C.: Harmonizing visual representations for unified multimodal understanding and generation. In: ICCV. pp. 17739–17750 (2025) 10 75. Wu, Y., Zhang, Z., Chen, J., Tang, H., Li, D., Fang, Y., Zhu, L., Xie, E., Yin, H., Yi, L., et al.: Vila-u: a unified foundation model integrating visual understanding and generation. arXiv:2409.04429 (2024) 3 76. xAI: Grok-1.5 vision preview. https://x.ai/news/grok-1.5v (2024) 9 77. Xie, J., Darrell, T., Zettlemoyer, L., Wang, X.: Reconstruction alignment improves unified multimodal models. arXiv:2509.07295 (2025) 2, 4, 8, 10 78. Xie, J., Mao, W., Bai, Z., Zhang, D.J., Wang, W., Lin, K.Q., Gu, Y., Chen, Z., Yang, Z., Shou, M.Z.: Show-o: One single transformer to unify multimodal understanding and generation. arXiv:2408.12528 (2024) 4, 10 79. Xie, J., Yang, Z., Shou, M.Z.: Show-o2: Improved native unified multimodal models. arXiv:2506.15564 (2025) 4 80. Yang, J., Yin, D., Zhou, Y., Rao, F., Zhai, W., Cao, Y., Zha, Z.J.: Mmar: Towards lossless multi-modal auto-regressive probabilistic modeling. In: CVPR. pp. 7974– 7985 (2025) 2 81. Yang, X., Wang, X.: Diffusion model as representation learner. In: ICCV. pp. 18938–18949 (2023) 4 82. Yu, S., Kwak, S., Jang, H., Jeong, J., Huang, J., Shin, J., Xie, S.: Representation alignment for generation: Training diffusion transformers is easier than you think. arXiv:2410.06940 (2024) 4 83. Yu, S., Chen, Y., Ju, H., Jia, L., Zhang, F., Huang, S., Wu, Y., Cui, R., Ran, B., Zhang, Z., et al.: How far are vlms from visual spatial intelligence? a benchmarkdriven perspective. arXiv:2509.18905 (2025) 6, 9, 17 84. Yue, X., Ni, Y., Zhang, K., Zheng, T., Liu, R., Zhang, G., Stevens, S., Jiang, D., Ren, W., Sun, Y., et al.: Mmmu: A massive multi-discipline multimodal understanding and reasoning benchmark for expert agi. In: CVPR. pp. 9556–9567 (2024) 6, 9, 11, 17 85. Zhao, W., Rao, Y., Liu, Z., Liu, B., Zhou, J., Lu, J.: Unleashing text-to-image diffusion models for visual perception. In: ICCV. pp. 5729–5739 (2023) 4 86. Zheng, X., Liao, C., Fu, Y., Lei, K., Lyu, Y., Jiang, L., Ren, B., Chen, J., Wang, J., Li, C., et al.: Mllms are deeply affected by modality bias. arXiv:2505.18657 (2025) 14 87. Zhou, C., Yu, L., Babu, A., Tirumala, K., Yasunaga, M., Shamis, L., Kahn, J., Ma, X., Zettlemoyer, L., Levy, O.: Transfusion: Predict the next token and diffuse images with one multi-modal model. arXiv:2408.11039 (2024) 4 88. Zhuang, X., Xie, Y., Deng, Y., Liang, L., Ru, J., Yin, Y., Zou, Y.: Vargpt: Unified understanding and generation in a visual autoregressive multimodal large language model. arXiv:2501.12327 (2025) 3

Record · ID 200521 · SHA-256 f042007d0b2f01ac
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.