Lite3R: A Model-Agnostic Framework for Efficient Feed-Forward 3D Reconstruction

📅 2026-05-11
📈 Citations: 0
Influential: 0
📄 PDF

career value

178K/year
🤖 AI Summary
Transformer-based 3D reconstruction faces a fundamental trade-off between efficiency and accuracy, as dense multi-view attention incurs substantial computational overhead and low-precision execution often compromises geometric consistency. To address this challenge, this work proposes Lite3R, the first model-agnostic lightweight 3D reconstruction framework. Lite3R replaces dense attention with sparse linear attention and integrates FP8-aware quantization-aware training (QAT) with partial attention distillation, enabling efficient low-precision deployment while preserving pretrained geometric priors. Evaluated on VGGT and DA3-Large backbones, Lite3R reduces inference latency by 1.7–2.0× and memory consumption by 1.9–2.4×, all while maintaining competitive reconstruction quality.
📝 Abstract
Transformer-based 3D reconstruction has emerged as a powerful paradigm for recovering geometry and appearance from multi-view observations, offering strong performance across challenging visual conditions. As these models scale to larger backbones and higher-resolution inputs, improving their efficiency becomes increasingly important for practical deployment. However, modern 3D transformer pipelines face two coupled challenges: dense multi-view attention creates substantial token-mixing overhead, and low-precision execution can destabilize geometry-sensitive representations and degrade depth, pose, and 3D consistency. To address the first challenge, we propose Lite3R, a model-agnostic teacher-student framework that replaces dense attention with Sparse Linear Attention to preserve important geometric interactions while reducing attention cost. To address the second challenge, we introduce a parameter-efficient FP8-aware quantization-aware training (FP8-aware QAT) strategy with partial attention distillation, which freezes the vast majority of pretrained backbone parameters and trains only lightweight linear-branch projection layers, enabling stable low-precision deployment while retaining pretrained geometric priors. We further evaluate Lite3R on two representative backbones, VGGT and DA3-Large, over BlendedMVS and DTU64, showing that it substantially reduces latency (1.7-2.0x) and memory usage (1.9-2.4x) while preserving competitive reconstruction quality overall. These results demonstrate that Lite3R provides an effective algorithm-system co-design approach for practical transformer-based 3D reconstruction. Code: https://github.com/AIGeeksGroup/Lite3R. Website: https://aigeeksgroup.github.io/Lite3R.
Problem

Research questions and friction points this paper is trying to address.

3D reconstruction
transformer efficiency
multi-view attention
low-precision deployment
geometric consistency
Innovation

Methods, ideas, or system contributions that make the work stand out.

Sparse Linear Attention
FP8-aware Quantization-Aware Training
Model-Agnostic Framework
3D Reconstruction
Transformer Efficiency
🔎 Similar Papers
No similar papers found.