PIN-SLAM

Pan (Bonn) 2024 · Paper

One-line summary — PIN-SLAM replaces the explicit point-cloud map with a sparse set of optimizable neural points encoding a local implicit SDF, enabling correspondence-free registration and — crucially — a map that deforms elastically when loop closures correct the trajectory.

Problem

Classical LiDAR maps — point clouds, voxel grids, surfels, TSDF volumes — are rigid: when a loop closure corrects accumulated drift, the already-built map cannot be smoothly re-shaped to match the corrected trajectory, so systems either rebuild it, use submaps, or live with duplicated structures. Neural implicit maps are compact and continuous, but earlier neural SLAM systems targeted room-scale RGB-D input and were far too slow for outdoor LiDAR rates (Nerf-LOAM: > 4 s per frame). PIN-SLAM brings implicit neural mapping to LiDAR scale while making global consistency a first-class property of the map itself.

Method & architecture

Per frame: (1) deskew and voxel-downsample the scan into a registration cloud Pr\mathcal{P}_r and a mapping cloud Pm\mathcal{P}_m; (2) register Pr\mathcal{P}_r to the local map’s SDF; (3) update the map by incremental learning; (4) detect loops with a neural-point descriptor; (5) optimize the pose graph and deform the map.

Results

Why it matters for SLAM

Neural implicit SLAM (iMAP, NICE-SLAM) began as a slow, room-scale RGB-D affair; PIN-SLAM is the demonstration that implicit maps scale to outdoor LiDAR SLAM with global consistency — the first system to make the neural map itself loop-closure-aware through elastic deformation. It marks the credible entry of learned map representations into the LiDAR domain that FAST-LIO2 and LOAM dominated with classical structures, and it points toward maps that are simultaneously compact, dense-reconstructable, and globally consistent.

Hands-on