Opinion

Lightweight LiDAR Odometry Using Multi-Feature Geometric Primitive Constraints

Archive editionAlex MorganJan 15, 2025· 20,014 views

A new method represents planar surfaces as line segments to cut feature redundancy, improving efficiency and accuracy in LiDAR odometry.

In context

In early 2025, LiDAR-based SLAM remained a cornerstone for autonomous mobile robots and vehicles, yet embedded computing constraints on robots demanded lighter algorithms. Existing feature-based methods, such as LOAM and its variants, often redundantly represented planar surfaces with numerous points, increasing computational load without proportional accuracy gains.

What was reported

Researchers at Jiangsu University proposed a lightweight LiDAR odometry method that categorizes point cloud features into line segment, edge, and discrete features, representing planar, boundary, and spatial distribution information respectively. By using line segments to represent planes, the method reduces the number of features compared to point-based representations.

The system employs a non-iterative two-step weighted pose estimation algorithm for feature registration, using historical poses for motion estimation to obtain an initial pose. It also stores point clouds via keyframes, avoiding delays from large map matching.

Experiments on the KITTI dataset and self-collected datasets showed that compared to open-source LOAM-series algorithms, the proposed method achieves high-precision stable localization with significantly improved operational efficiency and effective suppression of absolute trajectory errors.

Why it mattered

This work addressed a key bottleneck in deploying LiDAR SLAM on resource-limited embedded platforms common in industrial automation, such as warehouse vehicles and agricultural robots. By reducing feature redundancy and computational complexity without sacrificing accuracy, it advanced the practicality of real-time autonomous navigation in real-world manufacturing and logistics environments.

“Line segments are used to represent planes to reduce the number of features.”

Source: 《机器人》期刊 (robot.sia.cn) · Published 2025-01-15 · “基于多特征几何基元约束的轻量化激光雷达里程计方法”