Source-Only Cross-Weather LiDAR via Geometry-Aware Point Drop
YoungJae Cheong, Jhonghyun An
TL;DR
The paper tackles LiDAR semantic segmentation under adverse weather by addressing boundary and sparse-region vulnerabilities through a Light Geometry-aware adapter. This module computes geometry cues via a local-window KNN with horizontal circular padding and integrates them into a region-aware regularization framework that guides region-level dropping before Learnable Point Drop. In a source-only cross-weather setup (SemanticKITTI→SemanticSTF), the approach yields substantial gains over data-centric augmentation and modest gains over class-centric regularization, validating geometry-driven regularization as a key direction for robust all-weather LiDAR segmentation. Its plug-and-play nature and negligible inference cost support practical deployment in autonomous systems facing weather-induced disturbances.
Abstract
LiDAR semantic segmentation degrades in adverse weather because refraction, scattering, and point dropouts corrupt geometry. Prior work in weather simulation, mixing-based augmentation, domain randomization, and uncertainty or boundary regularization improves robustness but still overlooks structural vulnerabilities near boundaries, corners, and sparse regions. We present a Light Geometry-aware adapter. The module aligns azimuth and applies horizontal circular padding to preserve neighbor continuity across the 0~360 degree wrap-around boundary. A local-window K-Nearest Neighbors gathers nearby points and computes simple local statistics, which are compressed into compact geometry-aware cues. During training, these cues drive region-aware regularization that stabilizes predictions in structurally fragile areas. The adapter is plug and play, complements augmentation, and can be enabled only during training with negligible inference cost. We adopt a source-only cross-weather setup where models train on SemanticKITTI and are evaluated on SemanticSTF without target labels or fine-tuning. The adapter improves mIoU by 7.9 percentage points over the data-centric augmentation baseline and by 0.6 points over the class-centric regularization baseline. These results indicate that geometry-driven regularization is a key direction for all-weather LiDAR segmentation.
