CVMar 21, 2024

MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images

ByteDance
arXiv:2403.14627v2524 citationsh-index: 123ECCV
Originality Incremental advance
AI Analysis

This improves 3D reconstruction efficiency for computer vision applications, though it appears incremental over existing Gaussian splatting methods.

The paper tackles the problem of generating 3D Gaussian representations from sparse multi-view images, achieving state-of-the-art performance with 22 fps inference speed, 10× fewer parameters, and 2× faster inference than the previous best method while providing higher quality.

We introduce MVSplat, an efficient model that, given sparse multi-view images as input, predicts clean feed-forward 3D Gaussians. To accurately localize the Gaussian centers, we build a cost volume representation via plane sweeping, where the cross-view feature similarities stored in the cost volume can provide valuable geometry cues to the estimation of depth. We also learn other Gaussian primitives' parameters jointly with the Gaussian centers while only relying on photometric supervision. We demonstrate the importance of the cost volume representation in learning feed-forward Gaussians via extensive experimental evaluations. On the large-scale RealEstate10K and ACID benchmarks, MVSplat achieves state-of-the-art performance with the fastest feed-forward inference speed (22~fps). More impressively, compared to the latest state-of-the-art method pixelSplat, MVSplat uses $10\times$ fewer parameters and infers more than $2\times$ faster while providing higher appearance and geometry quality as well as better cross-dataset generalization.

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