🤖 AI Summary
To address the high computational and parameter-count demands of multimodal reasoning models, this paper proposes a lightweight and efficient alternative: a progressive three-stage continual pretraining framework built upon a 15B-parameter open-source architecture—requiring neither de novo pretraining nor reinforcement learning or preference optimization. Methodologically, it integrates data-driven vision-language joint pretraining, synthetic data augmentation, explicit reasoning trajectory supervision, and high-quality instruction fine-tuning. The core contribution lies in substituting model-scale expansion with depth-wise architectural scaling and staged curriculum learning, achieving state-of-the-art performance in mathematical, coding, and scientific reasoning while drastically reducing computational overhead. The resulting model attains an AI Index score of 52—comparable to DeepSeek-R1—and achieves near-parity with Gemini and Claude on the average of ten image understanding benchmarks, all while enabling single-GPU deployment.
📝 Abstract
We present Apriel-1.5-15B-Thinker, a 15-billion parameter open-weights multimodal reasoning model that achieves frontier-level performance through training design rather than sheer scale. Starting from Pixtral-12B, we apply a progressive three-stage methodology: (1) depth upscaling to expand reasoning capacity without pretraining from scratch, (2) staged continual pre-training that first develops foundational text and vision understanding, then enhances visual reasoning through targeted synthetic data generation addressing spatial structure, compositional understanding, and fine-grained perception, and (3) high-quality text-only supervised fine-tuning on curated instruction-response pairs with explicit reasoning traces spanning mathematics, coding, science, and tool use. Notably, our model achieves competitive results without reinforcement learning or preference optimization, isolating the contribution of our data-centric continual pre-training approach. On the Artificial Analysis Intelligence Index, Apriel-1.5-15B-Thinker attains a score of 52, matching DeepSeek-R1-0528 despite requiring significantly fewer computational resources. Across ten image benchmarks, its performance is on average within five points of Gemini-2.5-Flash and Claude Sonnet-3.7, a key achievement for a model operating within single-GPU deployment constraints. Our results demonstrate that thoughtful mid-training 2 design can close substantial capability gaps without massive scale, making frontier-level multimodal reasoning accessible to organizations with limited infrastructure. We release the model checkpoint, all training recipes, and evaluation protocols under the MIT license to to advance open-source research.