Image-to-Image

Add Arxiv metadata and improve model card

#4
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - Alex11556666/Reason_Tuning
5
  base_model:
6
  - Qwen/Qwen2.5-VL-3B-Instruct
7
- pipeline_tag: image-to-image
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # 💡 DeepGen 1.0: A Lightweight Unified Multimodal Model for Advancing Image Generation and Editing
 
11
  <p align="left">
12
  <a href="http://arxiv.org/abs/2602.12205">
13
  <img
@@ -28,12 +34,16 @@ pipeline_tag: image-to-image
28
  />
29
  </a>
30
  </p>
31
- DeepGen 1.0 is a lightweight unified multimodal model with only 5B parameters (3B VLM + 2B DiT). It integrates five core capabilities—general image generation, general image editing, reasoning image generation, reasoning image editing, and text rendering—within a single model. Across multiple authoritative benchmarks, DeepGen 1.0 is competitive with competitive with or surpassing the state-of-the-art unified multimodal models that are 3× to 16× larger, achieving comprehensive performance, demonstrating that massive scaling is not the sole path to high-performance multimodal generation.
 
 
 
 
32
  <p align="left"><img src="bubble_chart.png" width="80%"></p>
33
 
34
  ## 🧠 Method
35
  Our core observation is that a lightweight model, when empowered by synergistic architecture design and data-centric training strategies, can achieve comprehensive capabilities competitive with or even surpassing much larger counterparts.
36
- To overcome the limitations of lightweight models in semantic understanding and fine-grained control, we introduce **Stacked Channel Bridging (SCB)**, a deep alignment framework that extracts hierarchical features from multiple VLM layers and fuses them with learnable ``think tokens'' to provide the generative backbone with structured, reasoning-rich guidance.
37
  We further design a data-centric training strategy spanning three progressive stages: (1) **Alignment Pre-training** on large-scale image-text pairs and editing triplets to synchronize VLM and DiT representations, (2) **Joint Supervised Fine-tuning** on a high-quality mixture of generation, editing, and reasoning tasks to foster omni-capabilities, and (3) **Reinforcement Learning with MR-GRPO**, which leverages a mixture of reward functions and supervision signals, resulting in substantial gains in generation quality and alignment with human preferences, while maintaining stable training progress and avoiding visual artifacts.
38
 
39
  <p align="left"><img src="arch.png" width="80%"></p>
@@ -103,4 +113,14 @@ To use the DeepGen checkpoints, please merge the sharded model files first. We r
103
  cat DeepGen_CKPT.zip.part-* > DeepGen_CKPT.zip
104
  # Unzip DeepGen checkpoints
105
  unzip DeepGen_CKPT.zip
 
 
 
 
 
 
 
 
 
 
106
  ```
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-VL-3B-Instruct
4
+ datasets:
5
+ - Alex11556666/Reason_Tuning
6
+ license: apache-2.0
7
+ pipeline_tag: text-to-image
8
+ arxiv: 2602.12205
9
+ tags:
10
+ - image-generation
11
+ - image-editing
12
+ - multimodal
13
  ---
14
 
15
  # 💡 DeepGen 1.0: A Lightweight Unified Multimodal Model for Advancing Image Generation and Editing
16
+
17
  <p align="left">
18
  <a href="http://arxiv.org/abs/2602.12205">
19
  <img
 
34
  />
35
  </a>
36
  </p>
37
+
38
+ DeepGen 1.0 is a lightweight unified multimodal model with only 5B parameters (3B VLM + 2B DiT). It integrates five core capabilities—general image generation, general image editing, reasoning image generation, reasoning image editing, and text rendering—within a single model. Across multiple authoritative benchmarks, DeepGen 1.0 is competitive with or surpassing the state-of-the-art unified multimodal models that are 3× to 16× larger, achieving comprehensive performance, demonstrating that massive scaling is not the sole path to high-performance multimodal generation.
39
+
40
+ **Authors**: Dianyi Wang, Ruihang Li, Feng Han, Chaofan Ma, Wei Song, Siyuan Wang, Yibin Wang, Yi Xin, Hongjian Liu, Zhixiong Zhang, Shengyuan Ding, Tianhang Wang, Zhenglin Cheng, Tao Lin, Cheng Jin, Kaicheng Yu, Jingjing Chen, Wenjie Wang, Zhongyu Wei, Jiaqi Wang.
41
+
42
  <p align="left"><img src="bubble_chart.png" width="80%"></p>
43
 
44
  ## 🧠 Method
45
  Our core observation is that a lightweight model, when empowered by synergistic architecture design and data-centric training strategies, can achieve comprehensive capabilities competitive with or even surpassing much larger counterparts.
46
+ To overcome the limitations of lightweight models in semantic understanding and fine-grained control, we introduce **Stacked Channel Bridging (SCB)**, a deep alignment framework that extracts hierarchical features from multiple VLM layers and fuses them with learnable "think tokens" to provide the generative backbone with structured, reasoning-rich guidance.
47
  We further design a data-centric training strategy spanning three progressive stages: (1) **Alignment Pre-training** on large-scale image-text pairs and editing triplets to synchronize VLM and DiT representations, (2) **Joint Supervised Fine-tuning** on a high-quality mixture of generation, editing, and reasoning tasks to foster omni-capabilities, and (3) **Reinforcement Learning with MR-GRPO**, which leverages a mixture of reward functions and supervision signals, resulting in substantial gains in generation quality and alignment with human preferences, while maintaining stable training progress and avoiding visual artifacts.
48
 
49
  <p align="left"><img src="arch.png" width="80%"></p>
 
113
  cat DeepGen_CKPT.zip.part-* > DeepGen_CKPT.zip
114
  # Unzip DeepGen checkpoints
115
  unzip DeepGen_CKPT.zip
116
+ ```
117
+
118
+ ## 📜 Citation
119
+ ```bibtex
120
+ @article{wang2026deepgen10alightweightunified,
121
+ title = {DeepGen 1.0: A Lightweight Unified Multimodal Model for Advancing Image Generation and Editing},
122
+ author = {Dianyi Wang and Ruihang Li and Feng Han and Chaofan Ma and Wei Song and Siyuan Wang and Yibin Wang and Yi Xin and Hongjian Liu and Zhixiong Zhang and Shengyuan Ding and Tianhang Wang and Zhenglin Cheng and Tao Lin and Cheng Jin and Kaicheng Yu and Jingjing Chen and Wenjie Wang and Zhongyu Wei and Jiaqi Wang},
123
+ year = {2026},
124
+ journal = {arXiv preprint arXiv: 2602.12205}
125
+ }
126
  ```