English

A Mixed Diet Makes DINO An Omnivorous Vision Encoder

Computer Vision and Pattern Recognition 2026-03-02 v1 Artificial Intelligence

Abstract

Pre-trained vision encoders like DINOv2 have demonstrated exceptional performance on unimodal tasks. However, we observe that their feature representations are poorly aligned across different modalities. For instance, the feature embedding for an RGB image and its corresponding depth map of the same scene exhibit a cosine similarity that is nearly identical to that of two random, unrelated images. To address this, we propose the Omnivorous Vision Encoder, a novel framework that learns a modality-agnostic feature space. We train the encoder with a dual objective: first, to maximize the feature alignment between different modalities of the same scene; and second, a distillation objective that anchors the learned representations to the output of a fully frozen teacher such as DINOv2. The resulting student encoder becomes "omnivorous" by producing a consistent, powerful embedding for a given scene, regardless of the input modality (RGB, Depth, Segmentation, etc.). This approach enables robust cross-modal understanding while retaining the discriminative semantics of the original foundation model.

Keywords

Cite

@article{arxiv.2602.24181,
  title  = {A Mixed Diet Makes DINO An Omnivorous Vision Encoder},
  author = {Rishabh Kabra and Maks Ovsjanikov and Drew A. Hudson and Ye Xia and Skanda Koppula and Andre Araujo and Joao Carreira and Niloy J. Mitra},
  journal= {arXiv preprint arXiv:2602.24181},
  year   = {2026}
}

Comments

CVPR 2026

R2 v1 2026-07-01T10:55:52.842Z