paper-with-me

Papers

ImMesh: An Immediate LiDAR Localization and Meshing Framework

2023-01-12 · Jiarong Lin, Chongjiang Yuan, Yixi Cai, Haotian Li, Yunfan Ren, Yuying Zou, Xiaoping Hong, Fu Zhang

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-coupled modules: receiver, localization, meshing, and broadcaster. The localization module utilizes the prepossessed sensor data from the receiver, estimates the sensor pose online by registering LiDAR scans to maps, and dynamically grows the map. Then, our meshing module takes the registered LiDAR scan for incrementally reconstructing the triangle mesh on the fly. Finally, the real-time odometry, map, and mesh are published via our broadcaster. The key contribution of this work is the meshing module, which represents a scene by an efficient hierarchical voxels structure, performs fast finding of voxels observed by new scans, and reconstructs triangle facets in each voxel in an incremental manner. This voxel-wise meshing operation is delicately designed for the purpose of efficiency; it first performs a dimension reduction by projecting 3D points to a 2D local plane contained in the voxel, and then executes the meshing operation with pull, commit and push steps for incremental reconstruction of triangle facets. To the best of our knowledge, this is the first work in literature that can reconstruct online the triangle mesh of large-scale scenes, just relying on a standard CPU without GPU acceleration. To share our findings and make contributions to the community, we make our code publicly available on our GitHub: https://github.com/hku-mars/ImMesh.

📄 PDF Abstract BibTeX arXiv:2301.05206

Code (1)

hku-mars/immesh 공식 구현 tf

Tasks

CPUDimensionality ReductionGPU

Similar Papers 제목 키워드 기반

Incremental Semantics-Aided Meshing from LiDAR-Inertial Odometry and RGB Direct Label Transfer

2026-04-10 · Muhammad Affan, Ville Lehtola, George Vosselman arxiv

Geometric high-fidelity mesh reconstruction from LiDAR-inertial scans remains challenging in large, complex indoor environments -- such as cultural buildings -- where point cloud sparsity, geometric drift, and fixed fusi…

Fast Geometric Surface based Segmentation of Point Cloud from Lidar Data

2020-05-06 · Aritra Mukherjee, Sourya Dipta Das, Jasorsi Ghosh, Ananda S. Chowdhury 외

Mapping the environment has been an important task for robot navigation and Simultaneous Localization And Mapping (SLAM). LIDAR provides a fast and accurate 3D point cloud map of the environment which helps in map buildi…

Point Cloud SegmentationRobot NavigationSimultaneous Localization and Mapping

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-…

Incorporating GNSS Information with LIDAR-Inertial Odometry for Accurate Land-Vehicle Localization

2025-03-29 · Jintao Cheng, Bohuan Xue, Shiyang Chen, Qiuchi Xiang 외

Currently, visual odometry and LIDAR odometry are performing well in pose estimation in some typical environments, but they still cannot recover the localization state at high speed or reduce accumulated drifts. In order…

Pose EstimationVisual Odometry

Self-supervised Geometry Reasoning for LiDAR Simultaneous Localization and Mapping

2026-06-29 · Jiwoo Kim, Jinwoo Lee, Woojae Shin, Giseop Kim 외 arxiv

LiDAR simultaneous localization and mapping (SLAM) relies on local geometric quantities such as covariances, correspondences, and surface structures. However, most existing pipelines rely on hand-crafted estimates of loc…