Cross-view Domain Generalization via Geometric Consistency for LiDAR Semantic Segmentation
Jindong Zhao, Yuan Gao, Yang Xia, Sheng Nie, Jun Yue, Weiwei Sun, Shaobo Xia
TL;DR
Cross-view differences in LiDAR acquisition create severe domain gaps for semantic segmentation. The authors introduce CVGC, combining Cross-view Geometric Augmentation (CGA) and Geometric Consistency Regularization (GCR) to enforce viewpoint-invariant semantics and occupancy across multiple cross-view variants generated from a single source. They validate on six public LiDAR datasets spanning airborne, UAV, and vehicle-mounted platforms, establishing the first cross-view DG benchmark and demonstrating consistent gains over existing methods. The work highlights the importance of modeling viewpoint-dependent density and visibility and provides a practical, sensor-agnostic approach with publicly available code.
Abstract
Domain-generalized LiDAR semantic segmentation (LSS) seeks to train models on source-domain point clouds that generalize reliably to multiple unseen target domains, which is essential for real-world LiDAR applications. However, existing approaches assume similar acquisition views (e.g., vehicle-mounted) and struggle in cross-view scenarios, where observations differ substantially due to viewpoint-dependent structural incompleteness and non-uniform point density. Accordingly, we formulate cross-view domain generalization for LiDAR semantic segmentation and propose a novel framework, termed CVGC (Cross-View Geometric Consistency). Specifically, we introduce a cross-view geometric augmentation module that models viewpoint-induced variations in visibility and sampling density, generating multiple cross-view observations of the same scene. Subsequently, a geometric consistency module enforces consistent semantic and occupancy predictions across geometrically augmented point clouds of the same scene. Extensive experiments on six public LiDAR datasets establish the first systematic evaluation of cross-view domain generalization for LiDAR semantic segmentation, demonstrating that CVGC consistently outperforms state-of-the-art methods when generalizing from a single source domain to multiple target domains with heterogeneous acquisition viewpoints. The source code will be publicly available at https://github.com/KintomZi/CVGC-DG
