paper-with-me

홈 › Papers

HVOFusion: Incremental Mesh Reconstruction Using Hybrid Voxel Octree

2024-04-27 · Shaofan Liu, Junbo Chen, Jianke Zhu

Incremental scene reconstruction is essential to the navigation in robotics. Most of the conventional methods typically make use of either TSDF (truncated signed distance functions) volume or neural networks to implicitly represent the surface. Due to the voxel representation or involving with time-consuming sampling, they have difficulty in balancing speed, memory storage, and surface quality. In this paper, we propose a novel hybrid voxel-octree approach to effectively fuse octree with voxel structures so that we can take advantage of both implicit surface and explicit triangular mesh representation. Such sparse structure preserves triangular faces in the leaf nodes and produces partial meshes sequentially for incremental reconstruction. This storage scheme allows us to naturally optimize the mesh in explicit 3D space to achieve higher surface quality. We iteratively deform the mesh towards the target and recovers vertex colors by optimizing a shading model. Experimental results on several datasets show that our proposed approach is capable of quickly and accurately reconstructing a scene with realistic colors.

📄 PDF Abstract BibTeX arXiv:2404.17974

Code (1)

frankuzi/hvofusion 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

+ ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881||How do I resolve a dispute on Expedia? How do I resolve a dispute on Expedia contact their support at + ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 or + ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056. Provide booking details and explain the issue…

Similar Papers 제목 키워드 기반

ImMesh: An Immediate LiDAR Localization and Meshing Framework

2023-01-12 · Jiarong Lin, Chongjiang Yuan, Yixi Cai, Haotian Li 외

In this paper, we propose a novel LiDAR(-inertial) odometry and mapping framework to achieve the goal of simultaneous localization and meshing in real-time. This proposed framework termed ImMesh comprises four tightly-co…

CPUDimensionality ReductionGPU

PlanarMesh: Building Compact 3D Meshes from LiDAR using Incremental Adaptive Resolution Reconstruction

2025-10-15 · Jiahao Wang, Nived Chebrolu, Yifu Tao, Lintong Zhang 외 arxiv

Building an online 3D LiDAR mapping system that produces a detailed surface reconstruction while remaining computationally efficient is a challenging task. In this paper, we present PlanarMesh, a novel incremental, mesh-…

PSDF Fusion: Probabilistic Signed Distance Function for On-the-fly 3D Data Fusion and Scene Reconstruction

2018-07-29 · ECCV 2018 9 · Wei Dong, Qiuyuan Wang, Xin Wang, Hongbin Zha

We propose a novel 3D spatial representation for data fusion and scene reconstruction. Probabilistic Signed Distance Function (Probabilistic SDF, PSDF) is proposed to depict uncertainties in the 3D space. It is modeled b…

Voxel-Mesh Hybrid Representation for Real-Time View Synthesis

2024-03-11 · Chenhao Zhang, Yongyang Zhou, Lei Zhang

The neural radiance fields (NeRF) have emerged as a prominent methodology for synthesizing realistic images of novel views. While neural radiance representations based on voxels or mesh individually offer distinct advant…

NeRFNeural Rendering

Voxel Structure-based Mesh Reconstruction from a 3D Point Cloud

2021-04-21 · Chenlei Lv, Weisi Lin, Baoquan Zhao

Mesh reconstruction from a 3D point cloud is an important topic in the fields of computer graphic, computer vision, and multimedia analysis. In this paper, we propose a voxel structure-based mesh reconstruction framework…