LoD-Structured 3D Gaussian Splatting for Streaming Video Reconstruction

TL;DR

Proposes StreamLoD-GS, a hierarchical LoD-based 3D Gaussian Splatting framework for real-time sparse-view video reconstruction, achieving PSNR 22.73dB with 0.2MB storage.

cs.GR πŸ”΄ Advanced 2026-01-26 64 views
Xinhui Liu Can Wang Lei Liu Zhenghao Chen Wei Jiang Wei Wang Dong Xu
3D reconstruction streaming video Gaussian splatting multi-resolution LoD sparse views

Key Findings

Methodology

StreamLoD-GS integrates a multi-layer LoD structure with anchor points and octree organization to efficiently represent 3D Gaussian primitives. It employs hierarchical Gaussian Dropout to prevent overfitting during training, especially under sparse views. The framework incorporates GMM-based motion segmentation to distinguish dynamic and static regions, refining dynamic details while maintaining background stability. A quantized residual refinement compresses dynamic scene changes, reducing storage and bandwidth. The process involves multi-view initialization, dynamic region identification, residual quantization, and per-frame optimization, enabling high-quality, real-time streaming reconstruction.

Key Results

  • On the Meet Room dataset with 5 training views, StreamLoD-GS achieves a PSNR of 22.73dB, SSIM of 0.861, LPIPS of 0.310, with a storage footprint of 0.205MB and rendering speed of 608FPS, outperforming existing methods in quality and efficiency.
  • Across different view counts (3-6), the model consistently surpasses baselines in PSNR and SSIM, especially in extremely sparse conditions (≀4 views), demonstrating robustness against multi-view inconsistency and artifacts.
  • Ablation studies confirm that the hierarchical LoD structure, GMM segmentation, and residual quantization each significantly contribute to the overall performance, validating the design choices.

Significance

This work addresses the critical challenge of real-time, high-fidelity 3D scene reconstruction from sparse views under bandwidth constraints. By leveraging multi-resolution LoD hierarchies and dynamic region segmentation, it enables scalable, efficient streaming applications in VR, AR, remote surveillance, and telepresence, bridging the gap between dense offline methods and practical real-time systems.

Technical Contribution

The paper introduces a novel hierarchical LoD Gaussian representation combined with anchor-based octree organization, hierarchical Gaussian Dropout for stable training, and GMM-driven dynamic/static segmentation. The residual quantization further compresses dynamic scene updates, resulting in a compact, fast, and robust framework tailored for sparse-view streaming scenarios, advancing the state-of-the-art in efficiency and fidelity.

Novelty

This is the first work to unify LoD hierarchies with Gaussian splatting for streaming, employing a multi-level dropout and GMM segmentation specifically designed for sparse-view reconstruction. The residual quantization approach for dynamic scene compression is a key innovation, setting it apart from prior dense or static methods.

Limitations

  • The method relies on accurate initial point cloud estimation; poor initializations can degrade subsequent quality.
  • Extreme sparsity (less than 3 views) still challenges the model's ability to reconstruct complex scenes accurately.
  • Training complexity and computational cost remain significant, especially for high-resolution, multi-layer LoD structures; future work should focus on efficiency improvements.

Future Work

Future directions include integrating multi-modal cues like depth and optical flow for better dynamic segmentation, optimizing quantization schemes for even lower storage, and developing hardware-accelerated implementations to enhance real-time performance in resource-constrained environments.

AI Executive Summary

The rapid growth of virtual and augmented reality applications demands efficient, high-quality 3D scene reconstruction from limited data sources. Traditional dense multi-view methods, while accurate, are often impractical for real-time streaming due to high computational and storage costs. Addressing this challenge, the paper introduces StreamLoD-GS, a hierarchical LoD-based Gaussian Splatting framework tailored for sparse-view streaming scenarios.

StreamLoD-GS organizes 3D Gaussian primitives into multi-resolution layers using anchor points and octree structures, enabling scalable and efficient rendering. To combat overfitting caused by limited viewpoints, a hierarchical Gaussian Dropout mechanism dynamically suppresses redundant primitives during training, ensuring stable convergence. Recognizing the importance of temporal coherence, the framework employs GMM-based segmentation to distinguish between static background and dynamic foreground regions, allowing targeted refinement of moving parts.

A key innovation is the residual quantization scheme, which compresses the dynamic scene changes into low-bit residuals, significantly reducing storage and bandwidth requirements. This approach allows the system to perform real-time, high-fidelity reconstructions even with sparse input views. Extensive experiments on datasets like Meet Room and N3DV demonstrate that StreamLoD-GS surpasses existing methods in both quality and efficiency, achieving PSNR over 22.7dB with a storage footprint below 0.2MB and rendering speeds exceeding 600FPS.

The proposed framework opens new avenues for scalable, bandwidth-efficient free-viewpoint video streaming, with broad implications for VR, AR, remote communication, and immersive media. Despite its strengths, challenges remain in initial point cloud accuracy, extreme sparsity scenarios, and computational costs, guiding future research towards further optimization and broader applicability.

Deep Dive

Abstract

Free-Viewpoint Video (FVV) reconstruction enables photorealistic and interactive 3D scene visualization; however, real-time streaming is often bottlenecked by sparse-view inputs, prohibitive training costs, and bandwidth constraints. While recent 3D Gaussian Splatting (3DGS) has advanced FVV due to its superior rendering speed, Streaming Free-Viewpoint Video (SFVV) introduces additional demands for rapid optimization, high-fidelity reconstruction under sparse constraints, and minimal storage footprints. To bridge this gap, we propose StreamLoD-GS, an LoD-based Gaussian Splatting framework designed specifically for SFVV. Our approach integrates three core innovations: 1) an Anchor- and Octree-based LoD-structured 3DGS with a hierarchical Gaussian dropout technique to ensure efficient and stable optimization while maintaining high-quality rendering; 2) a GMM-based motion partitioning mechanism that separates dynamic and static content, refining dynamic regions while preserving background stability; and 3) a quantized residual refinement framework that significantly reduces storage requirements without compromising visual fidelity. Extensive experiments demonstrate that StreamLoD-GS achieves competitive or state-of-the-art performance in terms of quality, efficiency, and storage.

cs.GR cs.CV