开源模型用1/10成本逼近闭源巨头
开源多模态模型Boogu-Image-0.1发布,在图像生成、编辑、中英文文字渲染等任务上,性能接近GPT-Image-2等闭源系统,但训练成本仅约40万美元,数据量仅2亿张图。秘诀在于:提升模型理解能力、优化数据质量、训练流程,并在推理时引入智能缩放。它不是你明天就能直接用的工具,但证明开源路线能以极低成本追赶闭源,对AI民主化是重要信号。
📄 原文摘要(英文)
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.