Distill3R: A Pipeline for Democratizing 3D Foundation Models on Commodity Hardware
Brandon Leblanc, Charalambos Poullis
TL;DR
Distill3R tackles the compute barrier in 3D foundation-model research by introducing offline teacher caching and a confidence-aware distillation loss to train a compact $72~\mathrm{M}$ student on a single workstation. The method yields a $9\times$ parameter reduction and a $5\times$ inference speedup compared to a $650~\mathrm{M}$ teacher, with training completed in under 3 days on commodity GPUs. The student preserves structural and topological 3D understanding while achieving better scale fidelity (near-metric scale) across indoor and OOD scenes, making it suitable for edge deployment and robotics. By providing a reproducible, end-to-end training recipe, Distill3R offers a practical, accessible platform for labs lacking large-scale infrastructure to explore domain-specific 3D vision through distillation-based baselines and rapid iteration.
Abstract
While multi-view 3D reconstruction has shifted toward large-scale foundation models capable of inferring globally consistent geometry, their reliance on massive computational clusters for training has created a significant barrier to entry for most academic laboratories. To bridge this compute divide, we introduce Distill3R, a framework designed to distill the geometric reasoning of 3D foundation models into compact students fully trainable on a single workstation. Our methodology centers on two primary innovations: (1) an offline caching pipeline that decouples heavy teacher inference from the training loop through compressed supervision signals, and (2) a confidence-aware distillation loss that leverages teacher uncertainty to enable training on commodity hardware. We propose a 72M-parameter student model which achieves a 9x reduction in parameters and a 5x inference speedup compared to its 650M-parameter teacher. The student is fully trainable in under 3 days on a single workstation, whereas its teacher requires massive GPU clusters for up to a week. We demonstrate that the student preserves the structural consistency and qualitative geometric understanding required for functional 3D awareness. By providing a reproducible, single-workstation training recipe, Distill3R serves as an exploratory entry point for democratized 3D vision research and efficient edge deployment. This work is not intended to compete with state-of-the-art foundation models, but to provide an accessible research baseline for laboratories without access to large-scale compute to train and specialize models on their own domain-specific data at minimal cost.
