CVLGNov 18, 2020

Semantic Scene Completion using Local Deep Implicit Functions on LiDAR Data

arXiv:2011.09141v3115 citations
AI Analysis

This work provides a novel method for autonomous driving and robotics, improving 3D scene understanding from LiDAR data by offering a continuous representation.

The paper addresses semantic scene completion from sparse and occluded LiDAR data by proposing a scene segmentation network based on local Deep Implicit Functions. This method generates a continuous scene representation from raw point clouds, avoiding voxelization and its associated trade-offs, and surpasses state-of-the-art performance on the Semantic KITTI Scene Completion Benchmark in geometric completion IoU.

Semantic scene completion is the task of jointly estimating 3D geometry and semantics of objects and surfaces within a given extent. This is a particularly challenging task on real-world data that is sparse and occluded. We propose a scene segmentation network based on local Deep Implicit Functions as a novel learning-based method for scene completion. Unlike previous work on scene completion, our method produces a continuous scene representation that is not based on voxelization. We encode raw point clouds into a latent space locally and at multiple spatial resolutions. A global scene completion function is subsequently assembled from the localized function patches. We show that this continuous representation is suitable to encode geometric and semantic properties of extensive outdoor scenes without the need for spatial discretization (thus avoiding the trade-off between level of scene detail and the scene extent that can be covered). We train and evaluate our method on semantically annotated LiDAR scans from the Semantic KITTI dataset. Our experiments verify that our method generates a powerful representation that can be decoded into a dense 3D description of a given scene. The performance of our method surpasses the state of the art on the Semantic KITTI Scene Completion Benchmark in terms of geometric completion intersection-over-union (IoU).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes