Views
No views yet
Unified multimodal models typically optimize understanding and generation with misaligned objectives (sparse text tokens vs. dense pixel targets), which isolates the two capabilities. SGT introduces segmentation — a high-level semantic task — as a unified generative objective that aligns the two branches, improves feature linear separability, and optimizes visual-textual attention allocation.
| Repo | Type | Base Model | Content |
|---|---|---|---|
Two-hot/SGT-BAGEL | model | BAGEL-7B-MoT | SGT fine-tuned BAGEL checkpoint |
Two-hot/SGT-Gen2 | model | OmniGen2 | SGT fine-tuned OmniGen2 checkpoint (transformer/ only) |
Two-hot/SAM-SGT | dataset | — | Segmentation training data (tar-sharded) used by SGT |
Two-hot/SAM-SGT for the data
layout and the extraction instructions.1@article{sgt2026,
2 title = {Semantic Generative Tuning for Unified Multimodal Models},
3 author = {Songsong Yu, Yuxin Chen, Ying Shan, and Yanwei Li},
4 journal = {arxiv},
5 year = {2026}
6}