paper-with-me

홈 › Papers

SurfelWarp: Efficient Non-Volumetric Single View Dynamic Reconstruction

2019-04-30 · Wei Gao, Russ Tedrake

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.

📄 PDF Abstract BibTeX arXiv:1904.13073

Code (1)

weigao95/surfelwarp 공식 구현 tf

Tasks

Dynamic ReconstructionGPU

Similar Papers 제목 키워드 기반

Dream-to-Recon: Monocular 3D Reconstruction with Diffusion-Depth Distillation from Single Images

2025-08-04 · Philipp Wulff, Felix Wimbauer, Dominik Muhle, Daniel Cremers arxiv

Volumetric scene reconstruction from a single image is crucial for a broad range of applications like autonomous driving and robotics. Recent volumetric reconstruction methods achieve impressive results, but generally re…

Autonomous Driving3D Reconstruction

Light Transport-aware Diffusion Posterior Sampling for Single-View Reconstruction of 3D Volumes

2025-01-09 · CVPR 2025 1 · Ludwic Leonard, Nils Thuerey, Ruediger Westermann

We introduce a single-view reconstruction technique of volumetric fields in which multiple light scattering effects are omnipresent, such as in clouds. We model the unknown distribution of volumetric fields using an unco…

NeRF

POSEFusion: Pose-guided Selective Fusion for Single-view Human Volumetric Capture

2021-03-29 · CVPR 2021 1 · Zhe Li, Tao Yu, Zerong Zheng, Kaiwen Guo 외

We propose POse-guided SElective Fusion (POSEFusion), a single-view human volumetric capture method that leverages tracking-based methods and tracking-free inference to achieve high-fidelity and dynamic 3D reconstruction…

3D Reconstruction

EasyVolcap: Accelerating Neural Volumetric Video Research

2023-12-11 · Zhen Xu, Tao Xie, Sida Peng, Haotong Lin 외

Volumetric video is a technology that digitally records dynamic events such as artistic performances, sporting events, and remote conversations. When acquired, such volumography can be viewed from any viewpoint and times…

Color-Encoded Illumination for High-Speed Volumetric Scene Reconstruction

2026-04-29 · David Novikov, Eilon Vaknin, Narek Tumanyan, Mark Sheinin arxiv

The task of capturing and rendering 3D dynamic scenes from 2D images has become increasingly popular in recent years. However, most conventional cameras are bandwidth-limited to 30-60 FPS, restricting these methods to st…