FLARE: Feed-forward Geometry, Appearance and Camera Estimation from Uncalibrated Sparse Views
Shangzhan Zhang, Jianyuan Wang, Yinghao Xu, Nan Xue, Christian Rupprecht, Xiaowei Zhou, Yujun Shen, Gordon Wetzstein
TL;DR
FLARE tackles uncalibrated sparse-view 3D reconstruction by introducing a cascaded, feed-forward framework that uses camera pose estimation as a geometric prior to drive geometry and appearance learning. The method jointly learns a neural pose predictor, camera-centric geometry with a global projection, and 3D Gaussian-based appearance with differentiable rendering, achieving state-of-the-art results while maintaining sub-second inference. Key contributions include the pose-guided two-stage geometry learning, the use of camera-centric point maps and a learnable geometry projector, and the 3D Gaussian splatting pipeline for photorealistic novel-view synthesis. The approach generalizes well across diverse real-world scenes and varying numbers of input views, enabling practical sparse-view 3D reconstruction and rendering without extrinsic camera information.
Abstract
We present FLARE, a feed-forward model designed to infer high-quality camera poses and 3D geometry from uncalibrated sparse-view images (i.e., as few as 2-8 inputs), which is a challenging yet practical setting in real-world applications. Our solution features a cascaded learning paradigm with camera pose serving as the critical bridge, recognizing its essential role in mapping 3D structures onto 2D image planes. Concretely, FLARE starts with camera pose estimation, whose results condition the subsequent learning of geometric structure and appearance, optimized through the objectives of geometry reconstruction and novel-view synthesis. Utilizing large-scale public datasets for training, our method delivers state-of-the-art performance in the tasks of pose estimation, geometry reconstruction, and novel view synthesis, while maintaining the inference efficiency (i.e., less than 0.5 seconds). The project page and code can be found at: https://zhanghe3z.github.io/FLARE/
