Have We Scene It All? Scene Graph-Aware Deep Point Cloud Compression
Nikolaos Stathoulopoulos, Christoforos Kanellakis, George Nikolakopoulos
TL;DR
This work tackles the expensive transmission of 3D point clouds for robotic systems by introducing a semantic scene graph–driven compression framework. It decomposes LiDAR scans into semantically coherent patches, encodes each patch with a FiLM-conditioned transformer to produce compact latent vectors, and uses a folding-based decoder guided by graph attributes to reconstruct high-fidelity geometry and semantics. The approach achieves state-of-the-art compression (up to 98% data reduction) while preserving downstream task performance such as pose graph optimization and map merging, even under strict bandwidth constraints. The method demonstrates strong generalization across datasets (SemanticKITTI to nuScenes) and highlights the value of integrating relational structure into compression for robust, task-aware 3D data handling.
Abstract
Efficient transmission of 3D point cloud data is critical for advanced perception in centralized and decentralized multi-agent robotic systems, especially nowadays with the growing reliance on edge and cloud-based processing. However, the large and complex nature of point clouds creates challenges under bandwidth constraints and intermittent connectivity, often degrading system performance. We propose a deep compression framework based on semantic scene graphs. The method decomposes point clouds into semantically coherent patches and encodes them into compact latent representations with semantic-aware encoders conditioned by Feature-wise Linear Modulation (FiLM). A folding-based decoder, guided by latent features and graph node attributes, enables structurally accurate reconstruction. Experiments on the SemanticKITTI and nuScenes datasets show that the framework achieves state-of-the-art compression rates, reducing data size by up to 98% while preserving both structural and semantic fidelity. In addition, it supports downstream applications such as multi-robot pose graph optimization and map merging, achieving trajectory accuracy and map alignment comparable to those obtained with raw LiDAR scans.
