AM-RADIO: Agglomerative Vision Foundation Model -- Reduce All Domains Into One
Mike Ranzinger, Greg Heinrich, Jan Kautz, Pavlo Molchanov
TL;DR
AM-RADIO addresses the challenge of leveraging multiple vision foundation models by distilling their complementary capabilities into a single student encoder. Using a multi-teacher distillation framework with per-teacher adaptor heads and a feature-centric loss, the authors fuse zero-shot language grounding (CLIP), dense spatial features (DINOv2), and open-vocabulary segmentation (SAM) into one model. They introduce E-RADIO, a hybrid CNN-Transformer backbone that achieves substantial throughput gains while preserving accuracy, and demonstrate strong performance across ImageNet, ADE20K, COCO, and LLaVA pipelines. The results show the unified RADIO models often outperform their teachers, with E-RADIO delivering the best speed/quality trade-offs and capable of drop-in integration with existing systems. This work offers a practical pathway to compact, versatile backbones that combine the strengths of multiple foundation-model families for broad downstream applicability.
Abstract
A handful of visual foundation models (VFMs) have recently emerged as the backbones for numerous downstream tasks. VFMs like CLIP, DINOv2, SAM are trained with distinct objectives, exhibiting unique characteristics for various downstream tasks. We find that despite their conceptual differences, these models can be effectively merged into a unified model through multi-teacher distillation. We name this approach AM-RADIO (Agglomerative Model -- Reduce All Domains Into One). This integrative approach not only surpasses the performance of individual teacher models but also amalgamates their distinctive features, such as zero-shot vision-language comprehension, detailed pixel-level understanding, and open vocabulary segmentation capabilities. In pursuit of the most hardware-efficient backbone, we evaluated numerous architectures in our multi-teacher distillation pipeline using the same training recipe. This led to the development of a novel architecture (E-RADIO) that exceeds the performance of its predecessors and is at least 7x faster than the teacher models. Our comprehensive benchmarking process covers downstream tasks including ImageNet classification, ADE20k semantic segmentation, COCO object detection and LLaVa-1.5 framework. Code: https://github.com/NVlabs/RADIO
