Topology-Guided Knowledge Distillation for Efficient Point Cloud Processing
Luu Tung Hai, Thinh D. Le, Zhicheng Ding, Qing Tian, Truong-Son Hy
TL;DR
This work tackles efficient point cloud processing by distilling a high-capacity teacher (Point Transformer V3) into a lightweight student through topology-aware representations and gradient-guided learning. It introduces a topology-based regularizer using Vietoris-Rips filtrations and persistence diagrams, combined with a gradient-driven feature alignment loss, and a distribution-level KL divergence term to guide knowledge transfer. The composite distillation objective preserves global geometric structure while emphasizing task-relevant local features, enabling a 16-fold reduction in parameters and ~$1.9\times$ faster inference with only modest accuracy loss on LiDAR semantic segmentation tasks across Nuscenes, SemanticKITTI, and Waymo. The approach achieves state-of-the-art KD performance on NuScenes and demonstrates strong generalization and practicality for edge deployments, with a public implementation available for reproducibility.
Abstract
Point cloud processing has gained significant attention due to its critical role in applications such as autonomous driving and 3D object recognition. However, deploying high-performance models like Point Transformer V3 in resource-constrained environments remains challenging due to their high computational and memory demands. This work introduces a novel distillation framework that leverages topology-aware representations and gradient-guided knowledge distillation to effectively transfer knowledge from a high-capacity teacher to a lightweight student model. Our approach captures the underlying geometric structures of point clouds while selectively guiding the student model's learning process through gradient-based feature alignment. Experimental results in the Nuscenes, SemanticKITTI, and Waymo datasets demonstrate that the proposed method achieves competitive performance, with an approximately 16x reduction in model size and a nearly 1.9x decrease in inference time compared to its teacher model. Notably, on NuScenes, our method achieves state-of-the-art performance among knowledge distillation techniques trained solely on LiDAR data, surpassing prior knowledge distillation baselines in segmentation performance. Our implementation is available publicly at: https://github.com/HySonLab/PointDistill
