CVAILGDec 2, 2024

Mutli-View 3D Reconstruction using Knowledge Distillation

arXiv:2412.02039v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in 3D reconstruction for applications like visual localization, but it is incremental as it applies standard knowledge distillation to an existing model.

The paper tackles the high computational cost of using large foundation models like Dust3r for 3D reconstruction by proposing a knowledge distillation pipeline to train smaller student models, achieving visually and quantitatively best performance with a Vision Transformer architecture on the 12Scenes dataset.

Large Foundation Models like Dust3r can produce high quality outputs such as pointmaps, camera intrinsics, and depth estimation, given stereo-image pairs as input. However, the application of these outputs on tasks like Visual Localization requires a large amount of inference time and compute resources. To address these limitations, in this paper, we propose the use of a knowledge distillation pipeline, where we aim to build a student-teacher model with Dust3r as the teacher and explore multiple architectures of student models that are trained using the 3D reconstructed points output by Dust3r. Our goal is to build student models that can learn scene-specific representations and output 3D points with replicable performance such as Dust3r. The data set we used to train our models is 12Scenes. We test two main architectures of models: a CNN-based architecture and a Vision Transformer based architecture. For each architecture, we also compare the use of pre-trained models against models built from scratch. We qualitatively compare the reconstructed 3D points output by the student model against Dust3r's and discuss the various features learned by the student model. We also perform ablation studies on the models through hyperparameter tuning. Overall, we observe that the Vision Transformer presents the best performance visually and quantitatively.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes