Transferability Between Understanding & Generation
in Unified Multimodal Models

Jaewon Min1
Biyeon Hwang2

1KAIST AI   ·   2Blynx   ·   3Trillionlabs
*Equal contribution   ·   Co-corresponding author

ECCV 2026

Prior UMM studies generally report that scaling up image understanding training benefits generation benchmarks — and vice versa. But an aggregate benchmark score does not tell us whether a specific capability — like counting — is actually shared between the two. So we probe it directly: we train a capability on just one task (understanding or generation) and test whether it improves on the other task, without ever training it there. We call this transferability.

The Question

In a UMM, if we sharpen a specific capability — say counting — on the understanding task alone, does that capability improve in generation too? And does it work in reverse?

1 Our Finding

Transfer depends on architecture. It emerges most clearly in models with a shared transformer and a unified visual encoder (Lumina-DiMOO, MMaDA), and weakens as the architecture becomes more decoupled.

2 Our Finding

And it’s useful. Training the understanding task lets the capability transfer into generation — improving the target capability while preserving image quality (far less distribution shift than fine-tuning generation directly).

Four unified multimodal model architectures; cross-task transfer emerges most clearly in (a), a shared transformer with a unified visual encoder
Across four UMM architecture families, cross-task transfer emerges most clearly in (a) — a shared transformer with a unified visual encoder, and fades as the backbone and encoders decouple.
ARCHITECTURE & TRANSFER

Architecture Analysis : In which UMM architecture does transfer emerge?


Takeaway
#1

We empirically observe that transfer appears most clearly in architecture (a) — a shared backbone with a unified encoder — while other decoupled designs show little or no transfer. This may suggest that sharing trasnformer backbone & input image representations helps capabilities transfer between tasks.

UMM Architecture families

Four unified multimodal model architectures: (a) shared transformer with unified encoder, (b) shared transformer with separate encoders, (c) mixture-of-transformer, (d) separate transformer
Four UMM architecture families. (a) Shared transformer + unified visual encoder (Lumina-DiMOO, MMaDA)    (b) Shared transformer + separate visual encoders (Janus-Pro)    (c) Mixture-of-transformer (BAGEL)    (d) Separate transformer (BLIP3-o).
Experimental Settings

We select open-source model from each architecture family and evaluate their transferability. We consider two transfer directions. (1) undgen : Train on understanding, test on generation. (2) genund : Train on generation, test on understanding.

Capability #1: Counting

Eval Train→Test (a) Shared + Unified Encoder (b) Separate Enc. (c) MoT (d) Separate Tr.
Lumina-DiMOO MMaDA Janus-Pro BAGEL BLIP3-o
Acc (%) ↑MAD ↓ Acc (%) ↑MAD ↓ Acc (%) ↑MAD ↓ Acc (%) ↑MAD ↓ Acc (%) ↑MAD ↓
Generation Baseline 48.01.11 15.83.44 38.01.46 42.01.16 31.02.08
undgen 57.0 +9.00.83 −0.28 20.0 +4.23.23 −0.21 32.0 −6.01.55 +0.09 47.0 +5.01.11 −0.05 37.0 +6.01.80 −0.28
Understanding Baseline 22.02.48 38.71.16 37.02.70 63.00.65 63.00.54
genund 30.0 +8.01.88 −0.60 43.9 +5.21.07 −0.09 38.0 +1.03.34 +0.64 64.0 +1.00.62 −0.03 62.0 −1.00.56 +0.02

· MAD : Mean Average Deviation between predicted and ground-truth counts. Lower is better.

Capability #2: Spatial Relation

Eval Train→Test (a) Shared + Unified Encoder
Lumina-DiMOO Acc (%) ↑ MMaDA Acc (%) ↑
Generation Baseline 67.0 33.0
undgen 74.0 +7.0 46.3 +13.3
Understanding Baseline 61.0 40.8
genund 67.0 +6.0 48.8 +8.0
Interpretations

Across both capabilities, (a) Models with a shared transformer and a unified visual encoder (Lumina-DiMOO & MMaDA) show improvements in both directions, exhibiting stronger bidirectional transfer. In contrast, (b)—(d) show weaker or no transfer.

PRACTICAL RECIPE

Can we add a generative capability without hurting image quality?

The Problem

Want to boost a generative capability? Fine-tuning generation directly pulls the model toward the training set — a distribution shift that can degrade image quality.

The Recipe

Train understanding, not generation. In our experiments this improves the target generative capability while keeping the distribution — and image quality — closer to the original.

Takeaway
#2

undgen (Transfer) can improve target generative capabilities while keeping image quality closer to the baseline (lower FID). Direct training achieves better accuracy, but image distribution drifts much higher from the baseline (higher FID).

Transfer vs. Direct Training (Counting & Spatial Relation)

Capability Train→Test Task metric Image quality
Acc (%) ↑MAD ↓ IS ↑FID ↓
Counting Baseline 48.01.1116.86
undgen (Transfer) 57.0 +9.0 0.83 −0.28 17.5531.47
gengen (Direct) 57.0 +9.0 0.91 −0.20 15.2952.51
Spatial Relation Baseline 67.016.86
undgen (Transfer) 74.0 +7.0 17.5030.95
gengen (Direct) 80.0 +13.0 17.4132.28

· To measure distribution shift from baseline, FID is computed between baseline-generated images. Lower FID indicates lower distribution shift.

Interpretations

For Counting, Transfer (und→gen) achieves same 57% accuracy compared to direct training (gen→gen), but with much lower FID (31.5 vs. 52.5). For Spatial Relation, transfer trails direct training on accuracy (+7 vs. +13 pp) but keeps lower FID (30.95 vs. 32.28).

DISCUSSIONS

Is undgen always the stronger direction?

We measure transfer strength as the improvement from transfer relative to direct training — e.g., 150% means transfer achieved 1.5× the improvement of direct training.

Takeaway
#3

Not always. In our Lumina-DiMOO experiments, undgen tends to be stronger for counting and spatial relation, while genund tends to be stronger for text capability. We hypothesize that this difference arises because text depends on fine-grained, pixel-level detail — and generative supervision captures this detail more directly than understanding supervision does.

Train→Test Counting Spatial Relation Text Recog./Gen.
Acc (%) ↑MAD ↓ Acc (%) ↑ WER ↓METEOR ↑F1 ↑
undgen 100% 140% 53.8% 100% 5.4% 7.6%
genund 22.9% 37.7% 21.4% 28.9% 27.6% 25.9%

Transfer strength = Δ(transfer) / Δ(direct training). Bold = dominant direction per metric.

Does existence of transferability guarantee simultaneous gains on joint training?

Takeaway
#4

Not necessarily. When we trained und+gen together, the two did not improve at the same time — understanding rose while generation fell, then the trend reversed. This suggests that a transfer path existing doesn’t guarantee gains in both directions at once.

Joint und+gen training on counting: understanding accuracy rises in the first half while generation falls, then the trend reverses — an oscillatory trade-off
Joint und+gen training on counting (Lumina-DiMOO). (a) understanding and (b) generation accuracy (blue) / MAD (red) over epochs. The two objectives improve in alternation rather than together: Understanding accuracy/MAD improves in the first half of training while generation accuracy/MAD getting worse, and the trend reverses in the latter half. One possible explanation is that understanding and generation favour different alignment patterns, producing conflicting signals during joint optimization.
CITATION

BibTeX

@inproceedings{kang2026transferability,
  title     = {Transferability Between Understanding and Generation in Unified Multimodal Models},
  author    = {Kang, Jiwon and Yoon, Heeji and Jung, Jaewoo and Min, Jaewon and
               Jeon, Minkyeong and Hwang, Biyeon and Jung, Sangwon and Kim, Seungryong},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}