SPFSplatV2: Efficient Self-Supervised Pose-Free 3D Gaussian Splatting from Sparse Views

TL;DR

SPFSplatV2 enables efficient pose-free 3D Gaussian splatting from sparse views, achieving state-of-the-art performance.

cs.CV 🔴 Advanced 2025-09-22 23 views
Ranran Huang Krystian Mikolajczyk
3D reconstruction self-supervised learning pose-free Gaussian splatting view synthesis

Key Findings

Methodology

SPFSplatV2 employs a shared feature extraction backbone combined with a masked attention mechanism and reprojection loss to predict 3D Gaussian primitives and camera poses from unposed inputs. By training in a canonical space, the model achieves efficient 3D reconstruction and view synthesis without relying on ground-truth poses.

Key Results

  • SPFSplatV2 excels in novel view synthesis without pose supervision, outperforming many geometry-supervised methods, especially under extreme viewpoint changes and limited image overlap.
  • In relative pose estimation, SPFSplatV2 surpasses many geometry-supervised methods, demonstrating adaptability across domains.
  • By eliminating reliance on ground-truth poses, SPFSplatV2 shows scalability on larger, more diverse datasets.

Significance

SPFSplatV2 holds significant implications for academia and industry by addressing the reliance on ground-truth poses in traditional 3D reconstruction, enabling applications on large-scale, unannotated datasets. The method provides stronger geometric constraints for novel view synthesis, enhancing reconstruction quality and stability.

Technical Contribution

SPFSplatV2 introduces a masked attention mechanism and reprojection loss, significantly improving geometric consistency and training stability. Unlike existing methods, it does not rely on ground-truth poses, offering new engineering possibilities and theoretical guarantees.

Novelty

SPFSplatV2 is the first to achieve efficient 3D Gaussian splatting without pose supervision. Its innovation lies in eliminating reliance on ground-truth poses while enhancing geometric consistency through a masked attention mechanism.

Limitations

  • In extremely sparse views, the model may experience a decline in reconstruction quality due to insufficient view information.
  • In high-noise or low-resolution images, pose estimation accuracy may be affected.

Future Work

Future research directions include validating the model's applicability in more complex scenes and exploring compatibility with other 3D reconstruction architectures. Further optimizing the model's computational efficiency is also a key research direction.

AI Executive Summary

SPFSplatV2 is an innovative 3D reconstruction framework capable of generating high-quality 3D Gaussian splats from sparse views without pose supervision. Traditional methods rely on ground-truth poses for training and inference, limiting their application on large-scale unannotated datasets. SPFSplatV2 overcomes this limitation by introducing a masked attention mechanism and reprojection loss, enhancing geometric consistency and training stability.

In experiments, SPFSplatV2 excels in novel view synthesis tasks, particularly under extreme viewpoint changes and limited image overlap, outperforming many geometry-supervised methods. By eliminating reliance on ground-truth poses, the method demonstrates scalability on larger, more diverse datasets.

Nevertheless, SPFSplatV2's performance in extremely sparse views and high-noise images still requires improvement. Future research will focus on optimizing the model's computational efficiency and exploring its applicability in more complex scenes.

Deep Analysis

Background

Recent advances in 3D reconstruction and novel view synthesis have been significant. Traditional methods like NeRF and 3DGS rely on dense views and ground-truth poses for training, which perform poorly in sparse view scenarios. To overcome these limitations, researchers have begun exploring pose-free 3D reconstruction methods.

Core Problem

Traditional 3D reconstruction methods perform poorly in sparse views primarily because they rely on ground-truth poses for training and inference. This reliance limits their application on large-scale unannotated datasets, necessitating an efficient reconstruction method without ground-truth poses.

Innovation

SPFSplatV2's core innovations include its masked attention mechanism and reprojection loss. These mechanisms allow the model to perform efficient 3D reconstruction without pose supervision and enhance reconstruction quality by improving geometric consistency.

Methodology

  • �� Use a shared feature extraction backbone to predict 3D Gaussian primitives and camera poses.
  • �� Introduce a masked attention mechanism to ensure Gaussian reconstruction is unaffected by target view information.
  • �� Enhance geometric constraints through reprojection loss to improve training stability.

Experiments

Experiments were conducted on multiple datasets, including synthetic and real-world scenes. Baseline methods included pose-dependent 3D reconstruction methods. Key metrics included the quality of novel view synthesis and the accuracy of relative pose estimation.

Results

Experimental results show that SPFSplatV2 excels in novel view synthesis tasks, especially under extreme viewpoint changes and limited image overlap, outperforming many geometry-supervised methods. The accuracy of relative pose estimation also significantly improved.

Applications

SPFSplatV2 can be applied in scenarios requiring efficient 3D reconstruction, such as virtual reality, augmented reality, and autonomous driving. Its pose-free nature makes it advantageous for large-scale unannotated datasets.

Limitations & Outlook

Despite SPFSplatV2's excellent performance in multiple scenarios, its performance in extremely sparse views and high-noise images still requires improvement. Additionally, the model's computational efficiency needs further optimization.

Plain Language Accessible to non-experts

Imagine you are building a LEGO model without instructions. SPFSplatV2 acts like a smart assistant that can infer the model's appearance based on the pieces you have. Even if you only have a few pieces, it can provide a decent model. This is because it doesn't need to know the exact position of each piece, but rather infers the overall shape and structure. It's like a puzzle game where, even without the complete picture, you can guess the overall image based on the existing pieces.

ELI14 Explained like you're 14

Hey there! Did you know? SPFSplatV2 is like a super-smart puzzle master! Imagine you have a bunch of puzzle pieces but no picture on the box. SPFSplatV2 can guess what the whole picture looks like based on these scattered pieces! It doesn't need to know the exact position of each piece, just the overall shape and structure. Isn't that cool? It's like playing a puzzle game where, even without the complete picture, you can guess the overall image based on the pieces you have!

Glossary

3D Gaussian Splatting

A method for 3D reconstruction that represents points in 3D space using Gaussian distributions.

Used in the paper to represent 3D structures generated from sparse views.

Self-Supervised Learning

A machine learning approach that does not rely on manually labeled data for training.

Used to train the SPFSplatV2 model to avoid reliance on ground-truth poses.

Masked Attention

An attention mechanism that controls information flow through masking.

Ensures Gaussian reconstruction is unaffected by target view information.

Reprojection Loss

A loss function that optimizes the model by comparing predicted and real image pixel alignment.

Enhances geometric constraints and improves training stability.

Canonical Space

A unified coordinate system used to simplify multi-view geometric problems.

SPFSplatV2 trains in canonical space to achieve pose-free 3D reconstruction.

Open Questions Unanswered questions from this research

  • 1 How to improve reconstruction quality in extremely sparse views? Existing methods perform poorly with insufficient information, requiring new strategies to enhance model robustness.
  • 2 How to improve pose estimation accuracy in high-noise or low-resolution images? Stronger noise resistance and finer feature extraction methods are needed.

Applications

Immediate Applications

Virtual Reality

SPFSplatV2 can be used to generate high-quality 3D models in virtual environments, enhancing user experience. Its pose-free nature is advantageous for large-scale scenarios.

Augmented Reality

In augmented reality applications, SPFSplatV2 can be used to generate 3D models in real-time, improving the realism and immersion of interactions.

Long-term Vision

Autonomous Driving

SPFSplatV2 can be used for environmental perception in autonomous driving, providing efficient 3D reconstruction capabilities to advance driverless technology.

Abstract

We introduce SPFSplatV2, an efficient feed-forward framework for 3D Gaussian splatting from sparse multi-view images, requiring no ground-truth poses during training or inference. The framework employs a shared feature extraction backbone to jointly predict 3D Gaussian primitives and camera poses in a canonical space from unposed inputs. To enable efficient and accurate pose estimation, we introduce a masked attention mechanism for target-view pose prediction and a reprojection loss that enforces pixel-aligned Gaussian primitives, providing stronger geometric constraints. We further demonstrate the compatibility of our training framework with different reconstruction architectures, resulting in two model variants. Remarkably, despite the absence of pose supervision, our method achieves state-of-the-art performance in both in-domain and out-of-domain novel view synthesis, even under extreme viewpoint changes and limited image overlap. It also surpasses many methods that rely on geometric supervision in relative pose estimation. By eliminating dependence on ground-truth poses, our method offers the scalability to leverage larger and more diverse datasets. Code and pretrained models will be available on our project page: https://ranrhuang.github.io/spfsplatv2/.

cs.CV