ZipDepth Delivers Depth with 6.1M Parameters
ZipDepth runs in real time on phones with just 6.1 million parameters. The team reports a compact monocular depth network that bridges the gap between heavyweight foundation models and lightweight deployments by marrying an efficient reparameterizable encoder-decoder with large-scale knowledge distillation from a foundation model across a broad multi-domain training set. Comprising 6.1M parameters, ZipDepth runs at real-time rates from server GPUs to power-constrained devices, and benchmarks indicate it achieves the best trade-off between zero-shot accuracy and deployment efficiency among lightweight models across five benchmarks, taking a significant step toward the accuracy of foundation models with roughly 50 times more parameters.
The engineering arc here is telling. Instead of chasing sheer parameter counts, the ZipDepth design leans on a reparameterizable encoder-decoder that can be reshaped to fit different hardware budgets, then shores up performance with knowledge distilled from a larger, more capable model. The paper shows that this two-pronged approach yields robust zero-shot generalization in monocular depth estimation, a long-standing challenge where small models tend to stumble when faced with domains they were not trained on. The team reports that training on a large multi-domain dataset is central to keeping the model honest when conditions shift, something many lightweight self-supervised methods struggle to do without silently deteriorating.
In practice, the breakthrough matters for teams wrestling with deployment to edge devices. Monocular depth estimation is a staple in augmented reality, robotics, and autonomous navigation pipelines, but the most accurate systems demand resources far beyond what a phone or small UAV can muster. ZipDepth offers a middle path: you get on-device inference with a fraction of the parameters of a typical foundation model, while retaining performance that, on multiple benchmarks, stacks up well against larger relatives. The developers emphasize that ZipDepth is designed to be deployment-friendly, maintaining real-time throughput across a spectrum of hardware, from server-grade GPUs to budgeted mobile platforms, without the usual dramatic accuracy penalties.
For practitioners, a handful of takeaways stand out. First, constraint-aware architecture design matters: a reparameterizable encoder-decoder can unlock on-device latency without forcing a large drop in accuracy. Second, distillation from a strong foundation model over a diverse, multi-domain dataset is a practical antidote to the domain-shift problem that plagues many lightweight approaches. Third, there is a tangible trade-off calculus: ZipDepth trades some complexity for substantial gains in deployability, moving closer to the performance of top-end models that carry 50x more parameters but remaining feasible for real-time edge use. Fourth, the risk of silent failure under unfamiliar conditions appears curbed here thanks to the distillation strategy, yet teams should still monitor edge-case performance on new domains as the model moves from bench to field.
If the trend continues, ZipDepth could anchor a new category of practical depth estimation: models that behave like the big guys in familiar environments while staying small enough to live in phones and drones. The work signals a pragmatic shift in how we think about on-device computer vision, where the bottleneck is not simply accuracy but the entire pipeline of training, distillation, architecture, and deployment.
- ZipDepth: Bringing Lightweight Zero-Shot Monocular Depth Anywhere, on Any DevicearXiv LLM/Foundation Query / Primary source / Published JUL 09, 2026 / Accessed JUL 10, 2026