paper-with-me

Papers

DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds

2018-11-28 · CVPR 2019 6 · Li Ding, Chen Feng

We propose DeepMapping, a novel registration framework using deep neural networks (DNNs) as auxiliary functions to align multiple point clouds from scratch to a globally consistent frame. We use DNNs to model the highly non-convex mapping process that traditionally involves hand-crafted data association, sensor pose initialization, and global refinement. Our key novelty is that "training" these DNNs with properly defined unsupervised losses is equivalent to solving the underlying registration problem, but less sensitive to good initialization than ICP. Our framework contains two DNNs: a localization network that estimates the poses for input point clouds, and a map network that models the scene structure by estimating the occupancy status of global coordinates. This allows us to convert the registration problem to a binary occupancy classification, which can be solved efficiently using gradient-based optimization. We further show that DeepMapping can be readily extended to address the problem of Lidar SLAM by imposing geometric constraints between consecutive point clouds. Experiments are conducted on both simulated and real datasets. Qualitative and quantitative comparisons demonstrate that DeepMapping often enables more robust and accurate global registration of multiple point clouds than existing techniques. Our code is available at https://ai4ce.github.io/DeepMapping/.

📄 PDF Abstract BibTeX arXiv:1811.11397

Code (1)

ai4ce/DeepMapping 공식 구현 pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

DeepMapping2: Self-Supervised Large-Scale LiDAR Map Optimization

2022-12-13 · CVPR 2023 1 · Chao Chen, Xinhao Liu, Yiming Li, Li Ding 외

LiDAR mapping is important yet challenging in self-driving and mobile robotics. To tackle such a global point cloud registration problem, DeepMapping converts the complex map estimation into a self-supervised training of…

Point Cloud Registration

Unsupervised UAV 3D Trajectories Estimation with Sparse Point Clouds

2024-12-17 · Hanfang Liang, Yizhuo Yang, Jinming Hu, Jianfei Yang 외

Compact UAV systems, while advancing delivery and surveillance, pose significant security challenges due to their small size, which hinders detection by traditional methods. This paper presents a cost-effective, unsuperv…

UnPWC-SVDLO: Multi-SVD on PointPWC for Unsupervised Lidar Odometry

2022-05-17 · Yiming Tu

High-precision lidar odomety is an essential part of autonomous driving. In recent years, deep learning methods have been widely used in lidar odomety tasks, but most of the current methods only extract the global featur…

Autonomous DrivingPose EstimationScene Flow Estimation

3DSFLabelling: Boosting 3D Scene Flow Estimation by Pseudo Auto-labelling

2024-02-28 · CVPR 2024 1 · Chaokang Jiang, Guangming Wang, Jiuming Liu, Hesheng Wang 외

Learning 3D scene flow from LiDAR point clouds presents significant difficulties, including poor generalization from synthetic datasets to real scenes, scarcity of real-world 3D labels, and poor performance on real spars…

Autonomous DrivingData AugmentationScene Flow Estimation

3D Scene Flow Estimation on Pseudo-LiDAR: Bridging the Gap on Estimating Point Motion

2022-09-27 · Chaokang Jiang, Guangming Wang, Yanzi Miao, Hesheng Wang

3D scene flow characterizes how the points at the current time flow to the next time in the 3D Euclidean space, which possesses the capacity to infer autonomously the non-rigid motion of all objects in the scene. The pre…

Optical Flow EstimationScene Flow EstimationSelf-Supervised Learning