AMoE: Agglomerative Mixture-of-Experts Vision Foundation Model
Sofian Chaybouti, Sanath Narayan, Yasser Dahou, Phúc H. Lê Khac, Ankit Singh, Ngoc Dung Huynh, Wamiq Reyaz Para, Hilde Kuehne, Hakim Hacid
TL;DR
AMoE tackles the data inefficiency of multi-teacher distillation for vision foundation models by distilling SigLIP2 and DINOv3 into a Mixture-of-Experts student. It introduces token-balanced batching, asymmetric relational knowledge distillation, and hierarchical OpenLVD200M data curation to stabilize learning and improve sample efficiency, achieving strong global representations and competitive dense-feature performance with far less data than prior MT models. The approach is validated through extensive experiments, ARKD and CKA-based analyses, and a two-stage high-resolution training regime, demonstrating scalable, data-efficient vision foundation modeling. The work also shows that specialized MoE routing across teachers yields emergent expert specialization and practical benefits for grounding VLMs with limited annotations. Overall, AMoE provides a practical pathway to high-quality, scalable vision foundation models with reduced data and compute requirements.
Abstract
Vision foundation models trained via multi-teacher distillation offer a promising path toward unified visual representations, yet the learning dynamics and data efficiency of such approaches remain underexplored. In this paper, we systematically study multi-teacher distillation for vision foundation models and identify key factors that enable training at lower computational cost. We introduce Agglomerative Mixture-of-Experts Vision Foundation Models (AMoE), which distill knowledge from SigLIP2 and DINOv3 simultaneously into a Mixture-of-Experts student. We show that (1) our Asymmetric Relation-Knowledge Distillation loss preserves the geometric properties of each teacher while enabling effective knowledge transfer, (2) token-balanced batching that packs varying-resolution images into sequences with uniform token budgets stabilizes representation learning across resolutions without sacrificing performance, and (3) hierarchical clustering and sampling of training data--typically reserved for self-supervised learning--substantially improves sample efficiency over random sampling for multi-teacher distillation. By combining these findings, we curate OpenLVD200M, a 200M-image corpus that demonstrates superior efficiency for multi-teacher distillation. Instantiated in a Mixture-of-Experts. We release OpenLVD200M and distilled models.
