Information comes in diverse modalities. Multimodal native AI models are essential to integrate real-world information and deliver comprehensive understanding. While proprietary multimodal native models exist, their lack of openness imposes obstacles for adoptions, let alone adaptations. To fill this gap, we introduce Aria, an open multimodal native model with best-in-class performance across a wide range of multimodal, language, and coding tasks. Aria is a mixture-of-expert model with 3.9B and 3.5B activated parameters per visual token and text token, respectively. It outperforms Pixtral-12B and Llama3.2-11B, and is competitive against the best proprietary models on various multimodal tasks. We pre-train Aria from scratch following a 4-stage pipeline, which progressively equips the model with strong capabilities in language understanding, multimodal understanding, long context window, and instruction following. We open-source the model weights along with a codebase that facilitates easy adoptions and adaptations of Aria in real-world applications.
核心贡献 · Key contributions
提出 Aria,首个开源多模态原生 MoE 模型,性能领先同类。 Introduces Aria, the first open multimodal native MoE model with best-in-class performance.
提出四阶段训练流程,从头开发多模态原生模型。 Proposes a 4-stage training pipeline for developing multimodal native models from scratch.
在多模态、语言和编码任务上优于 Pixtral-12B 和 Llama3.2-11B。 Achieves superior performance over Pixtral-12B and Llama3.2-11B on multimodal, language, and coding tasks.
在多项多模态基准上与 GPT-4o 和 Gemini-1.5 等专有模型竞争。 Competes with proprietary models like GPT-4o and Gemini-1.5 on various multimodal benchmarks.
开源模型权重和训练框架,便于采用和微调。 Open-sources model weights and a training framework for easy adoption and fine-tuning.
展示出强大的长上下文多模态理解和指令遵循能力。 Demonstrates strong long-context multimodal understanding and instruction following.
局限 · Limitations
模型性能在特定基准上评估,实际泛化能力可能不同。 Model performance is evaluated on specific benchmarks; real-world generalization may vary.
64K 上下文窗口可能不足以处理极长的多模态序列。 The 64K context window may not suffice for extremely long multimodal sequences.
训练数据截至 2024 年 5 月,未涵盖更新信息。 Training data is limited to knowledge until May 2024; newer information is not covered.
视觉编码器基于 SigLIP-SO400M 预训练,其他视觉领域效果可能较差。 The model's visual encoder is pretrained on SigLIP-SO400M; other visual domains may be less effective.
专家专业化分析限于三个领域,更广泛的泛化未确认。 Expert specialization analysis is limited to three domains; broader generalization not confirmed.