arXiv:2410.08107cs.CV2024-10CVPR被引 27

用单个事件相机实现无需姿态的3D高斯点云增量重建。

IncEventGS: Pose-Free Gaussian Splatting from a Single Event Camera

  • 基于SLAM框架,利用事件流逐步构建3D场景表示。
  • 无需真实相机位姿,在多个数据集上优于现有NeRF方法。
  • 适合动态场景重建,对高帧率、低延迟场景效果更佳。

隐式神经表示和显式3D高斯点云(3D-GS)在基于帧的相机(如RGB和RGB-D相机)上已取得显著进展。与之相比,生物启发式事件相机具有高时间分辨率、高动态范围、低功耗和低延迟的优势。由于其异步且不规则的数据采集特性,针对事件相机的神经表示或3D高斯点云研究仍有限。本文提出IncEventGS,一种基于单个事件相机的增量式3D高斯点云重建算法。为实现3D场景的增量恢复,我们借鉴传统SLAM流水线中的跟踪与建图范式:追踪器基于先前重建的3D-GS场景表示,估计初始相机运动;映射器则联合优化3D场景表示与相机运动,基于追踪器提供的运动轨迹。实验表明,即便没有真实相机位姿,IncEventGS在性能上仍优于以往基于NeRF的方法及其他基线。此外,在相机运动估计方面,其表现也优于当前最先进的事件视觉里程计方法。代码已公开于:https://github.com/wu-cvgl/IncEventGS。

原文摘要 · Abstract (English)

Implicit neural representation and explicit 3D Gaussian Splatting (3D-GS) for novel view synthesis have achieved remarkable progress with frame-based camera (e.g. RGB and RGB-D cameras) recently. Compared to frame-based camera, a novel type of bio-inspired visual sensor, i.e. event camera, has demonstrated advantages in high temporal resolution, high dynamic range, low power consumption and low latency. Due to its unique asynchronous and irregular data capturing process, limited work has been proposed to apply neural representation or 3D Gaussian splatting for an event camera. In this work, we present IncEventGS, an incremental 3D Gaussian Splatting reconstruction algorithm with a single event camera. To recover the 3D scene representation incrementally, we exploit the tracking and mapping paradigm of conventional SLAM pipelines for IncEventGS. Given the incoming event stream, the tracker firstly estimates an initial camera motion based on prior reconstructed 3D-GS scene representation. The mapper then jointly refines both the 3D scene representation and camera motion based on the previously estimated motion trajectory from the tracker. The experimental results demonstrate that IncEventGS delivers superior performance compared to prior NeRF-based methods and other related baselines, even we do not have the ground-truth camera poses. Furthermore, our method can also deliver better performance compared to state-of-the-art event visual odometry methods in terms of camera motion estimation. Code is publicly available at: https://github.com/wu-cvgl/IncEventGS.

3D重建事件相机高斯点云增量建图

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。