paper-with-me

홈 › Papers

A Mixed Diet Makes DINO An Omnivorous Vision Encoder

2026-02-27 · Rishabh Kabra, Maks Ovsjanikov, Drew A. Hudson, Ye Xia, Skanda Koppula, Andre Araujo, Joao Carreira, Niloy J. Mitra arxiv

Pre-trained vision encoders like DINOv2 have demonstrated exceptional performance on unimodal tasks. However, we observe that their features are poorly aligned across different visual 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 post-training framework that learns a modality-agnostic feature space. We fine-tune 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 a fully frozen teacher. The resulting student encoder becomes "omnivorous" by producing more consistent embeddings 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. Omnivorous model weights are available at https://github.com/google-deepmind/representations4d.

📄 PDF Abstract BibTeX arXiv:2602.24181

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Eating Smart: Advancing Health Informatics with the Grounding DINO based Dietary Assistant App

2024-06-02 · Abdelilah Nossair, Hamza El Housni

The Smart Dietary Assistant utilizes Machine Learning to provide personalized dietary advice, focusing on users with conditions like diabetes. This app leverages the Grounding DINO model, which combines a text encoder an…

ManagementNutritionobject-detectionObject Detection+1

A review on vision-based analysis for automatic dietary assessment

2021-08-06 · Wei Wang, Weiqing Min, TianHao Li, Xiaoxiao Dong 외

Background: Maintaining a healthy diet is vital to avoid health-related issues, e.g., undernutrition, obesity and many non-communicable diseases. An indispensable part of the health diet is dietary assessment. Traditiona…

Food RecognitionNutrition

Data or Language Supervision: What Makes CLIP Better than DINO?

2025-10-13 · Yiming Liu, Yuhui Zhang, Dhruba Ghosh, Ludwig Schmidt 외 arxiv

CLIP outperforms self-supervised models like DINO as vision encoders for vision-language models (VLMs), but it remains unclear whether this advantage stems from CLIP's language supervision or its much larger training dat…

DIET-CP: Lightweight and Data Efficient Self Supervised Continued Pretraining

2025-09-02 · Bryan Rodas, Natalie Montesino, Jakob Ambsdorf, David Klindt 외 arxiv

Continued pretraining offers a promising solution for adapting foundation models to a new target domain. However, in specialized domains, available datasets are often very small, limiting the applicability of SSL methods…

VL-DINO: Leveraging CLIP Vision-Language Knowledge for Open-Vocabulary Object Detectio

2026-06-10 · Hao Zhang, Qinran Lin, Linqi Song, Yong Li arxiv

Vision-language models like CLIP can provide rich semantic priors for open-vocabulary object detection. However, jointly integrating both textual and visual knowledge into detection architectures remains challenging. In …

Object Detection