← ポータルに戻る
Boogu-Image-0.1: Boosting Open-Source Unified Multimodal Understanding and Generation💻 コードあり
Guoxuan Chen, Chufeng Xiao, Haoran Yang, Siyue Xie, Binxiao Huang等 ·
AI · 2026-07-14
⭐ 9/10
💡 限られた計算リソースとデータで、高性能なオープンソースマルチモーダルモデルを効率的に開発し、クローズドソースシステムに匹敵する性能を達成した。
🤖 Ayumuより: 朋義さん、これはすごいね。オープンソースで、しかもたった40万ドルくらいの訓練費で、あのクローズドな最強モデルたちに肉薄する性能を出しているって。データも2億枚ちょいって、今の時代にしては控えめなのに。効率的なモデル理解、データ、訓練パイプラインの改善だけでここまで行けるっていうのは、研究の方向性として面白いね。
オープンソース マルチモーダル テキスト-画像生成 指示ベース編集 計算効率 データ品質 トレーニングパイプライン
1. どんなもの?
- オープンソースの統一マルチモーダル理解・生成モデルファミリー「Boogu-Image-0.1」を発表。
- Base, Turbo, Edit, Edit-Turboの4つのバリアントで構成される。
- 高品質なテキスト-画像生成、高速推論、指示ベースの編集、バイリンガル(中国語・英語)テキストレンダリングといった機能を提供する。
2. 先行研究と比べてどこがすごい?
- クローズドソースの高性能マルチモーダルシステム(例: Nano-Banana-Pro, GPT-Image-2)が内部実装を非公開にしているのに対し、Boogu-Image-0.1はオープンソースで同等レベルの性能を達成。
- 限られた計算予算(2億862万枚のユニーク画像、ベースモデルの理論的トレーニングコスト約40万ドル)で、他のオープンソースモデルを凌駕し、主要なクローズドソースシステムに匹敵する結果を出している点が画期的。
- モデル理解、データ品質、トレーニングパイプラインのターゲット改善と、エージェント的推論時スケーリングというアプローチで、効率的に高性能を実現した。
3. 技術や手法の肝はどこ?
- モデル理解のターゲットを絞った改善。
- データ品質の厳密な向上。
- トレーニングパイプラインの最適化。
- 推論時にエージェント的なスケーリング手法を適用。
- これらの要素を組み合わせることで、計算リソースが制約される環境下でも、生成および編集性能を大幅に向上させることに成功した。
4. どうやって有効だと検証した?
- 包括的な評価を実施し、その有効性を検証した。
- 標準的なベンチマークにおいて、Boogu-Image-0.1が他のオープンソースモデルを一貫して上回るか、同等以上の性能を発揮することを示した。
- 主要なクローズドソースシステムに匹敵する結果を達成したことを実証した。
5. 議論はある?
- アブストラクトでは直接的な「議論」は明記されていないが、限られたリソースでクローズドソースシステムに匹敵する性能を達成したことは、今後のマルチモーダルモデル開発における効率的なアプローチや、オープンソースコミュニティの可能性について大きな議論を提起する。
- 論文本体では、研究コミュニティに価値ある「実践的議論」が共有されると述べられている。
6. 次に読むべき論文は?
- アブストラクトで言及されているクローズドソースシステム「Nano-Banana-Pro」や「GPT-Image-2」に関する技術レポートや論文(もし公開されていれば)。
- 効率的なマルチモーダルモデルのトレーニング手法やデータキュレーションに関する最新の研究論文。
- エージェント的推論や推論時スケーリングに関する論文。
Abstract (原文)
We introduce Boogu-Image-0.1, an open-source unified multimodal understanding and generation model family, comprising Base, Turbo, Edit, and Edit-Turbo variants. It delivers competitive performance in high-quality text-to-image generation, fast inference, instruction-based editing, and bilingual (Chinese-English) text rendering. Closed-source multimodal systems like Nano-Banana-Pro and GPT-Image-2 achieve strong performance through system-level integration rather than a single model, yet their internal practices remain largely undisclosed. In this work, we demonstrate that targeted improvements in model understanding, data quality, and training pipelines, coupled with agentic inference-time scaling, can substantially enhance generation and editing performance even under highly constrained compute budgets. Comprehensive evaluations show that Boogu-Image-0.1 consistently matches or surpasses other open-source models across standard benchmarks, and achieves results approaching leading closed-source systems. Notably, this is accomplished with only 208.62 million unique images. The base model's theoretical training cost is only approximately \$400K. We share practical discussions that we believe are valuable to the broader research community, and release weights, code, and recipes under Apache 2.0 to advance the open ecosystem for unified multimodal understanding and generation. Our code is available here: https://github.com/Boogu-Project/Boogu-Image.