AI news and explainers at 7 AM weekdays, plus a Sunday weekly at 8Get it in your inbox

METAL LAB

Towards Physics of Multimodal Pretraining: Knowledge Flow, Modality Synergy, Early Unification, and Recipes

arXiv:2608.050002026-08-04

A controlled study of how language, image understanding, and image generation help or hurt each other when trained together in one model

This paper systematically tests how knowledge flows between text, visual understanding, and visual generation when they are pretrained jointly in a single 'unified multimodal' model. Using both large-scale real data and a controlled synthetic CLEVR benchmark, it shows that transfer between these three abilities is asymmetric and depends on the concept involved. The findings are turned into practical data-mixing and architecture recipes and validated by training 13.5B MoE models on 2T tokens.

METAL LAB explanatory visual

Directions of knowledge flow in unified multimodal pretraining

Evidence statusMeasured results reported

  1. Language dataScaling DCLM language data improves both visual understanding and visual generation
  2. Visual understanding dataScaling understanding data strongly boosts generation but slightly hurts pure language
  3. Visual generation dataScaling generation data causes only minor fluctuations in language and understanding, no clear trend
  4. CLEVR concept transferColor/shape fail to transfer either way; relation/size/count transfer mainly understanding-to-generation
  5. Architecture & timing (split_ffn, early unification)Shared attention/norm with split FFN, plus early/joint introduction of vision, creates synergy
An explanatory diagram made by METAL LAB, not a figure supplied by the paper's authors.

What they did

  1. Increasing the ratio of language data steadily improves both visual understanding and visual generation, while increasing visual understanding data strongly boosts visual generation but slightly hurts pure language performance.
  2. Adding more visual generation data does not clearly help or hurt language or understanding performance, only causing minor fluctuations.
  3. In the CLEVR synthetic testbed, low-level attributes like color and shape fail to transfer in either direction between understanding and generation, while structural concepts like spatial relation, size, and count transfer from understanding to generation but mostly not the other way.
  4. Sharing attention and normalization layers while keeping feed-forward networks modality-specific (split_ffn) removes the competition seen in a fully shared (dense) model while preserving cross-modal synergy.
  5. Introducing vision early and training all modalities jointly outperforms introducing vision late or training modalities sequentially, and delayed integration leads to a 'vision laziness' effect where the model leans on language priors instead of properly learning vision.
Figure 1: Impact of scaling language data on visual understanding and generation. Increasing the language ratio universally improves both vision capabilities.
Figure 1: Impact of scaling language data on visual understanding and generation. Increasing the language ratio universally improves both vision capabilities.
Figure 2: Impact of scaling visual understanding data. It significantly benefits visual generation but degrades pure language performance.
Figure 2: Impact of scaling visual understanding data. It significantly benefits visual generation but degrades pure language performance.
Table 1: Extensive grid search of data mixing ratios across three axes. We evaluate models on Language, Visual Understanding, and Visual Generation. The searches confirm that while language requires a dominant token share, visual capabilities peak at highly specific and asymmetrical ratios. The optimal configuration emerges in the "Next" sweep at a 70/25/5 split for Language, Understanding, and Generation respectively.
Mix %LanguageVisual UnderstandingVisual Generation
LUGPPL ↓Acc ↑Gen ↑Know ↑OCR ↑V-Ctr ↑Avg ↑DPG ↑GenEval ↑CLIP-Sim ↑DiffLoss ↓
Fix MM10454519.2741.8937.926.922.942.932.70.3260.1480.2560.2984
20404017.5144.4645.730.824.044.036.10.3950.1890.2730.2802
30353516.7345.0343.129.924.942.235.00.3610.1830.2730.2826
40303016.3145.7946.131.224.245.636.80.3310.1860.2690.2946
50252515.9846.5947.230.925.444.637.00.3850.2190.2740.2804
60202015.8146.7044.633.024.843.936.60.3870.2030.2750.2883
70151515.6846.9948.132.325.246.638.10.3990.2190.2730.2996
80101015.5746.8545.932.824.045.237.00.3880.2160.2710.2868
905515.4848.0843.731.821.446.335.80.3360.2040.2730.2894
Fix Lan5054516.0545.2643.829.423.743.135.00.3580.2060.2730.2785
50104016.0346.1845.931.024.245.636.70.4010.2210.2810.2801
50153516.0646.4246.632.123.445.436.90.3700.1930.2730.2834
50203016.0246.1746.831.223.545.236.70.3900.1990.2740.2909
50252515.9846.5947.230.925.444.637.00.3850.2190.2740.2804
50302016.0146.0545.531.125.244.736.60.3700.2080.2730.2893
50351516.0545.8547.032.523.846.037.30.3990.1990.2750.2821
50401016.0046.1447.732.926.545.738.20.4200.2160.2760.2874
5045516.0346.1446.932.325.846.137.80.3920.2000.2690.2931
Next7052515.6746.5547.032.923.943.536.80.3750.2040.2710.2823
70102015.7146.3446.830.622.744.336.10.3580.2060.2730.2855
70151515.6846.9948.132.325.246.638.10.3990.2190.2730.2996
70201015.6546.6548.031.926.346.338.10.4010.2210.2720.2934
7025515.6846.8648.332.725.847.138.50.4500.2370.2750.2868
Figure 3: Impact of scaling visual generation data. Adding visual generation causes minor fluctuations in language and most understanding tasks.
Figure 3: Impact of scaling visual generation data. Adding visual generation causes minor fluctuations in language and most understanding tasks.
Figure 4: Overview of the synthetic CLEVR testbed. We extend the standard CLEVR vocabulary across five conceptual axes: color, shape, spatial relation, size, and object count. To isolate knowledge flow, specific target concepts (highlighted in red) are systematically ablated from targeted modality training streams.
Figure 4: Overview of the synthetic CLEVR testbed. We extend the standard CLEVR vocabulary across five conceptual axes: color, shape, spatial relation, size, and object count. To isolate knowledge flow, specific target concepts (highlighted in red) are systematically ablated from targeted modality training streams.
Table 2: Scaling results and controlled baseline comparisons. We evaluate our model against three controlled baselines to validate our main design choices: data mixture recipes (Balanced Recipe), architecture design style (Dense Model), and vision alignment strategy (Late-Fusion).
ModelLanguageVisual UnderstandingVisual Generation
PPL ↓Acc ↑Gen ↑Know ↑OCR ↑V-Ctr ↑Avg ↑DPG ↑GenEval ↑CLIP-Sim ↑DiffLoss ↓
Balanced Recipe11.9752.8651.5038.9025.1550.1441.420.6760.4670.3100.261
Dense Model12.1452.0350.1236.6625.4349.7440.490.6670.4590.3080.266
Late-Fusion12.2551.7849.8937.0326.2249.5040.660.6720.4710.3080.269
Full11.6754.3153.6340.1127.2351.3343.080.6890.4820.3120.272
Figure 5: Zero-shot concept transfer results on CLEVR. Left (Color, Shape): Low-level (Color, Shape) attributes fail to transfer in either direction. Right (Relation, Size, Count): Structural concepts exhibit an asymmetric transfer. Understanding helps zero-shot generation, whereas generation largely fails to help understanding, with a minor exception for counting.
Figure 5: Zero-shot concept transfer results on CLEVR. Left (Color, Shape): Low-level (Color, Shape) attributes fail to transfer in either direction. Right (Relation, Size, Count): Structural concepts exhibit an asymmetric transfer. Understanding helps zero-shot generation, whereas generation largely fails to help understanding, with a minor exception for counting.
Figure 6: Concept recovery via fine-tuning. We measure how quickly models learn a missing low-level concept. Top row: Prior exposure via visual understanding provides no acceleration for color generation, but leaves a usable prior that accelerates shape generation. Bottom row: Prior exposure via visual generation acts as a booster, accelerating visual understanding learning across both color and shape.
Figure 6: Concept recovery via fine-tuning. We measure how quickly models learn a missing low-level concept. Top row: Prior exposure via visual understanding provides no acceleration for color generation, but leaves a usable prior that accelerates shape generation. Bottom row: Prior exposure via visual generation acts as a booster, accelerating visual understanding learning across both color and shape.

Findings

  • Raising the language ratio from 0% to 80% monotonically improved visual understanding across all four evaluation axes (General, Knowledge, OCR & Chart, Vision-Centric) and reduced both conditional and unconditional diffusion loss for visual generation.
  • Increasing the visual understanding data ratio markedly improved visual generation metrics and diffusion loss, while pure language benchmark scores and perplexity slightly worsened.
  • Scaling visual generation data caused only minor fluctuations, without a clear trend, in language accuracy/perplexity and in visual understanding across General, Knowledge, OCR & Chart, and Vision-Centric axes.
  • In the CLEVR concept-ablation study, color and shape showed complete zero-shot transfer failure in both directions, collapsing to zero-exposure control levels, while spatial relation, size, and count transferred from understanding to generation but largely failed in the reverse direction, with a minor exception for counting.
  • Architecture experiments showed that sharing attention and normalization while splitting only the FFN (split_ffn) eliminated the competition seen with fully shared (dense) parameters while preserving synergy, and this held across four visual tokenization designs (RAE, Raw Pixels, CLIP+VAE, AR/UniTok); extending the pure-language phase before introducing vision caused a steep decline in visual understanding and generation performance, and joint training outperformed sequential training across almost every metric.
Figure 7: Overview of data complexity progressions. Examples of visual (top) and language (bottom) data used to evaluate the impact of task complexity on modality interactions, ranging from simple synthetic patterns to complex real-world distributions.
Figure 7: Overview of data complexity progressions. Examples of visual (top) and language (bottom) data used to evaluate the impact of task complexity on modality interactions, ranging from simple synthetic patterns to complex real-world distributions.
Figure 8: Impact of task complexity on modality interaction. Left: Escalating visual task complexity gradually turns synergy into competition. Simple visual tasks (e.g., backgrounds, noise) improve language modeling, whereas complex visual distributions (SSTK, video) degrade text perplexity. Right: Introducing language universally aids visual generation, but the simplest linguistic distribution provides the maximum synergistic boost.
Figure 8: Impact of task complexity on modality interaction. Left: Escalating visual task complexity gradually turns synergy into competition. Simple visual tasks (e.g., backgrounds, noise) improve language modeling, whereas complex visual distributions (SSTK, video) degrade text perplexity. Right: Introducing language universally aids visual generation, but the simplest linguistic distribution provides the maximum synergistic boost.

Where it can be used

  • Choosing data-mixing ratios (e.g., roughly 70/25/5 for language/understanding/generation) when designing unified multimodal pretraining
  • Considering a split_ffn-style architecture that shares attention and normalization but separates feed-forward layers per modality
  • Deciding when and how (jointly vs. sequentially) to introduce visual data in a training curriculum
Figure 9: Impact of parameter sharing on cross-modal performance. Fully shared (dense) parameters force modality competition, degrading both language and vision. Decoupling solely the FFNs (split_ffn) perfectly mitigates this competition while leveraging shared attention to foster strong synergy. Decoupling attention (split_ffn_attn) or normalization (split_ffn_norm) significantly diminishes these improvements, and fully isolating all parameters (split_all) yields identical results to baselines.
Figure 9: Impact of parameter sharing on cross-modal performance. Fully shared (dense) parameters force modality competition, degrading both language and vision. Decoupling solely the FFNs (split_ffn) perfectly mitigates this competition while leveraging shared attention to foster strong synergy. Decoupling attention (split_ffn_attn) or normalization (split_ffn_norm) significantly diminishes these improvements, and fully isolating all parameters (split_all) yields identical results to baselines.
Figure 10: Impact of vision encoder designs on modality synergy. Left: The impact of pairing pure background images with language across different encoder configurations on language perplexity (Δ PPL). Right: The relative change in diffusion loss (%) for conditional and unconditional generation when paired with simple language. Modality synergy consistently occurs across all four visual tokenization designs.
Figure 10: Impact of vision encoder designs on modality synergy. Left: The impact of pairing pure background images with language across different encoder configurations on language perplexity (Δ PPL). Right: The relative change in diffusion loss (%) for conditional and unconditional generation when paired with simple language. Modality synergy consistently occurs across all four visual tokenization designs.

Limits and open work

  • The main controlled experiments use a specific 1.5B-2.3B backbone and specific datasets (SSTK, DCLM), so generalization to other architectures or data mixes is not verified.
  • The CLEVR-based conclusions come from a simplified synthetic environment, and whether they hold for more complex real-world image and language distributions needs further checking.
  • Large-scale validation is limited to a single set of 13.5B MoE models trained on 2T tokens, so reproducibility at other scales or with other model families requires further experiments.
  • Generation quality judgments rely on another model, Qwen3-VL-8B-Instruct, as an automatic judge, and the potential bias of this judging model itself has not been separately verified.
Figure 11: Timing of unification training. The x-axis represents the number of pure language tokens consumed before visual data is introduced to the training mix. While extending the initial pure language phase yields marginal improvements in unimodal text metrics like language accuracy and perplexity, it triggers a steep and consistent decline in performance across all visual understanding and visual generation benchmarks.
Figure 11: Timing of unification training. The x-axis represents the number of pure language tokens consumed before visual data is introduced to the training mix. While extending the initial pure language phase yields marginal improvements in unimodal text metrics like language accuracy and perplexity, it triggers a steep and consistent decline in performance across all visual understanding and visual generation benchmarks.
Figure 12: Impact of sequential versus joint pretraining across various modality orderings. The charts display the performance of six distinct sequential training paths. Solid bars denote strict sequential training, while patterned bars indicate training with a 12.5% replay buffer of previously seen modalities. The horizontal dashed line represents the simultaneous joint training baseline. The results clearly show that joint training dominates all sequential approaches across almost every metric. Although data replay slightly mitigates catastrophic forgetting, it fails to match the cross-modal synergies.
Figure 12: Impact of sequential versus joint pretraining across various modality orderings. The charts display the performance of six distinct sequential training paths. Solid bars denote strict sequential training, while patterned bars indicate training with a 12.5% replay buffer of previously seen modalities. The horizontal dashed line represents the simultaneous joint training baseline. The results clearly show that joint training dominates all sequential approaches across almost every metric. Although data replay slightly mitigates catastrophic forgetting, it fails to match the cross-modal synergies.

Why it matters

As the field moves toward unified models that handle text and images in a single network, teams have mostly relied on intuition to decide data ratios, architecture, and training schedules. This work replaces that guesswork with controlled evidence and offers concrete recipes for data mixing, architecture design, and training timing.

Terms in this paper

  • Unified multimodal pretraining · Training text generation, image understanding, and image generation together in one model from the start
  • Early Unification · Introducing visual data alongside language data from the very beginning of training so both modalities co-evolve
  • Vision laziness · A phenomenon where delayed integration of vision causes the model to under-optimize its visual pathways and rely on language priors
  • split_ffn · An architecture where attention and normalization layers are shared but feed-forward layers are kept separate per modality
  • CLEVR · A synthetic dataset of rendered scenes where color, shape, count, and spatial relations can be precisely controlled

Original abstract (English)

Vision offers a critical axis for advancing foundation models, driving a shift towards natively unified multimodal pretraining. Despite this momentum, the design space and the fundamental mechanisms of how modalities interact during unified training remain underexplored. We provide empirical clarity through a systematic exploration of multimodal pretraining. Our controlled experiments on both synthetic and large-scale real-world datasets yield four key insights into the physics of multimodal pre

Authors · Junlin Han

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Junlin Han et al., arXiv:2608.05000, arxiv-nonexclusive