Overview
- Field: Computer Vision
- Authors: Fabio Tosi, Luca Bartolomei, Matteo Poggi
- arXiv: 2507.08183
- Monocular depth estimation has advanced rapidly via foundation models with strong zero-shot generalization, but their compute requirements rule out embedded and mobile platforms.
- Existing lightweight depth networks were developed almost exclusively within single-domain, self-supervised paradigms and fail silently under domain shift.
- ZipDepth combines an efficient reparameterizable encoder-decoder with large-scale knowledge distillation from a foundation model, trained over a large multi-domain dataset.
- With just 6.1M parameters, ZipDepth runs at real-time rates on everything from server GPUs to power-constrained devices.
- Across five benchmarks, it achieves the best trade-off between zero-shot accuracy and deployment efficiency among lightweight models, taking a significant step toward the accuracy of foundation models 50x its size.
Key Points
Original Abstract (excerpt)
> Monocular depth estimation has seen remarkable progress through foundation models achieving robust zero-shot generalization, yet their computational demands place them far beyond the reach of embedded and mobile platforms. Lightweight alternatives exist, but have been developed almost exclusively within single-domain, self-supervised paradigms, failing silently under domain shift. We present ZipDepth, a compact monocular depth network that bridges this gap by combining an efficient reparameterizable encoder-decoder with large-scale knowledge distillation from a foundation model over a large multi-domain training set. Comprising just 6.1M parameters, ZipDepth runs at real-time rates from server GPUs to power-constrained devices, achieving the best trade-off between zero-shot accuracy and deployment efficiency...
*Auto-collected on 2026-07-11.*