paper-with-me

홈 › Papers

Efficient 3D Deep LiDAR Odometry

2021-11-03 · Guangming Wang, Xinrui Wu, Shuyang Jiang, Zhe Liu, Hesheng Wang

An efficient 3D point cloud learning architecture, named EfficientLO-Net, for LiDAR odometry is first proposed in this paper. In this architecture, the projection-aware representation of the 3D point cloud is proposed to organize the raw 3D point cloud into an ordered data form to achieve efficiency. The Pyramid, Warping, and Cost volume (PWC) structure for the LiDAR odometry task is built to estimate and refine the pose in a coarse-to-fine approach. A projection-aware attentive cost volume is built to directly associate two discrete point clouds and obtain embedding motion patterns. Then, a trainable embedding mask is proposed to weigh the local motion patterns to regress the overall pose and filter outlier points. The trainable pose warp-refinement module is iteratively used with embedding mask optimized hierarchically to make the pose estimation more robust for outliers. The entire architecture is holistically optimized end-to-end to achieve adaptive learning of cost volume and mask, and all operations involving point cloud sampling and grouping are accelerated by projection-aware 3D feature learning methods. The superior performance and effectiveness of our LiDAR odometry architecture are demonstrated on KITTI, M2DGR, and Argoverse datasets. Our method outperforms all recent learning-based methods and even the geometry-based approach, LOAM with mapping optimization, on most sequences of KITTI odometry dataset. We open sourced our codes at: https://github.com/IRMVLab/EfficientLO-Net.

📄 PDF Abstract BibTeX arXiv:2111.02135

Code (1)

irmvlab/efficientlo-net 공식 구현 tf

Tasks

Pose Estimation

Similar Papers 제목 키워드 기반

Pseudo-LiDAR for Visual Odometry

2022-09-04 · Huiying Deng, Guangming Wang, Zhiheng Feng, Chaokang Jiang 외

In the existing methods, LiDAR odometry shows superior performance, but visual odometry is still widely used for its price advantage. Conventionally, the task of visual odometry mainly rely on the input of continuous ima…

Stereo MatchingVisual Odometry

A Tightly Coupled LiDAR-IMU Odometry through Iterated Point-Level Undistortion

2022-09-25 · Keke Liu, Hao Ma, Zemin Wang

Scan undistortion is a key module for LiDAR odometry in high dynamic environment with high rotation and translation speed. The existing line of studies mostly focuses on one pass undistortion, which means undistortion fo…

Translation

PaGO-LOAM: Robust Ground-Optimized LiDAR Odometry

2022-06-01 · Dong-Uk Seo, Hyungtae Lim, Seungjae Lee, Hyun Myung

Numerous researchers have conducted studies to achieve fast and robust ground-optimized LiDAR odometry methods for terrestrial mobile platforms. In particular, ground-optimized LiDAR odometry usually employs ground segme…

Segmentation

Visual-LiDAR Odometry and Mapping with Monocular Scale Correction and Visual Bootstrapping

2023-04-18 · Hanyu Cai, Ni Ou, Junzheng Wang

This paper presents a novel visual-LiDAR odometry and mapping method with low-drift characteristics. The proposed method is based on two popular approaches, ORB-SLAM and A-LOAM, with monocular scale correction and visual…

Motion CompensationVisual Odometry

A visual study of ICP variants for Lidar Odometry

2025-11-18 · Sebastian Dingler, Hannes Burrichter arxiv

Odometry with lidar sensors is a state-of-the-art method to estimate the ego pose of a moving vehicle. Many implementations of lidar odometry use variants of the Iterative Closest Point (ICP) algorithm. Real-world effect…