CVApr 30, 2019

SurfelWarp: Efficient Non-Volumetric Single View Dynamic Reconstruction

arXiv:1904.13073v181 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enabling robots to interact with dynamic environments by providing a more efficient reconstruction method, though it is incremental as it builds on existing SLAM and surfel-based techniques.

The authors tackled the problem of real-time non-rigid dynamic scene reconstruction from depth images by introducing SurfelWarp, which uses a surfel-based representation to avoid volumetric data structures, achieving significantly improved performance in terms of speed and memory efficiency.

We contribute a dense SLAM system that takes a live stream of depth images as input and reconstructs non-rigid deforming scenes in real time, without templates or prior models. In contrast to existing approaches, we do not maintain any volumetric data structures, such as truncated signed distance function (TSDF) fields or deformation fields, which are performance and memory intensive. Our system works with a flat point (surfel) based representation of geometry, which can be directly acquired from commodity depth sensors. Standard graphics pipelines and general purpose GPU (GPGPU) computing are leveraged for all central operations: i.e., nearest neighbor maintenance, non-rigid deformation field estimation and fusion of depth measurements. Our pipeline inherently avoids expensive volumetric operations such as marching cubes, volumetric fusion and dense deformation field update, leading to significantly improved performance. Furthermore, the explicit and flexible surfel based geometry representation enables efficient tackling of topology changes and tracking failures, which makes our reconstructions consistent with updated depth observations. Our system allows robots to maintain a scene description with non-rigidly deformed objects that potentially enables interactions with dynamic working environments.

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