DeFM: Learning Foundation Representations from Depth for Robotics
Manthan Patel, Jonas Frey, Mayank Mittal, Fan Yang, Alexander Hansson, Amir Bar, Cesar Cadena, Marco Hutter
TL;DR
DeFM tackles the lack of large-scale, depth-focused pretrained encoders for robotics by training a self-supervised, depth-only foundation model on 60.4 million depth images using a DINOv2-style objective. A novel log-depth input normalization preserves metric depth across scales, and the model is distilled into compact CNN and ViT variants (3–30M parameters) for resource-constrained robots. Empirical results show state-of-the-art performance on depth-based classification and segmentation and strong sim-to-real transfer across navigation, locomotion, and manipulation tasks, with pretrained weights released for off-the-shelf use. Overall, DeFM demonstrates that depth-specific foundation representations can generalize across diverse embodied tasks without task-specific fine-tuning, enabling more robust and scalable robotic learning pipelines.
Abstract
Depth sensors are widely deployed across robotic platforms, and advances in fast, high-fidelity depth simulation have enabled robotic policies trained on depth observations to achieve robust sim-to-real transfer for a wide range of tasks. Despite this, representation learning for depth modality remains underexplored compared to RGB, where large-scale foundation models now define the state of the art. To address this gap, we present DeFM, a self-supervised foundation model trained entirely on depth images for robotic applications. Using a DINO-style self-distillation objective on a curated dataset of 60M depth images, DeFM learns geometric and semantic representations that generalize to diverse environments, tasks, and sensors. To retain metric awareness across multiple scales, we introduce a novel input normalization strategy. We further distill DeFM into compact models suitable for resource-constrained robotic systems. When evaluated on depth-based classification, segmentation, navigation, locomotion, and manipulation benchmarks, DeFM achieves state-of-the-art performance and demonstrates strong generalization from simulation to real-world environments. We release all our pretrained models, which can be adopted off-the-shelf for depth-based robotic learning without task-specific fine-tuning. Webpage: https://de-fm.github.io/
