Research Analyzer
← Back ICRA 2026

PDLNet: Learning Point Cloud Distortion for Unsupervised Cross-Domain Point Cloud Segmentation in Adverse Weather

Shuhua Dong, Minxian Li, Haofeng Zhang

PDF

AI summary

Key figure (auto-extracted from paper)
PDLNet achieves state-of-the-art unsupervised point cloud segmentation in adverse weather by explicitly learning and simulating position and intensity distortions.
Point cloud segmentation Unsupervised domain adaptation Adverse weather LiDAR distortion Cross-domain learning

Problem

Existing point cloud segmentation models suffer severe performance degradation under adverse weather due to unmodeled LiDAR distortions, while current domain adaptation methods fail to accurately simulate these target domain shifts.

Approach

The method introduces a Point Distortion Learning module to simulate target feature shifts on source data, a Cross-domain Feature Association module for domain-invariant representations, and a knowledge distillation module to enable efficient target-only inference.

Key results

  • Categorization of adverse weather point cloud distortions into position, intensity, and quantity types
  • Development of PDLNet with distortion learning and cross-domain association modules
  • State-of-the-art 40.6% mIoU on SemanticKITTI-to-SemanticSTF benchmark
  • State-of-the-art 27.7% mIoU on SynLiDAR-to-SemanticSTF benchmark

Why it matters

Enables robust 3D perception for autonomous systems in rain, snow, and fog without requiring costly target domain annotations.

Abstract

Existing point cloud semantic segmentation mod- els are usually trained and evaluated using data collected under clear weather conditions. Under adverse weather conditions such as rain, snow and fog, point clouds are usually distorted and significant degradation of existing model performance occurs. Many domain adaptation methods try to address this issue by simulating adverse weather or using data augmentation techniques during training. However, they cannot accurately model the actual distortion in the target domain. By analyz- ing the visualization and statistical information of the target domain data and referring to existing studies, we categorize the distortion of point cloud data into position distortion, intensity distortion, and quantity distortion. To address these distortions of the target domain data, we propose a Point Distortion Learning Network (PDLNet) to integrate the Point Distortion Learning (PDL) module to learn the feature dis- tortion of target domain data due to the adverse weather. Moreover, we also integrate the Cross-domain Feature Associ- ation (CFA) module to assist the model learn domain-invariant feature representations to improve the model’s adaptability to the target domain. In addition, PDLNet introduces the Point Semantic Knowledge Distillation (PSKD) module, which ensures that only the target domain data is used efficiently in the inference phase while preserving the learned cross- domain knowledge. To further improve the model performance, we also iteratively optimize the model by introducing the curriculum learning module. Our approach establishes a new state-of-the-art level by achieving 40.6% mIoU and 27.7% mIoU in the SemanticKITTI-to-SemanticSTF and SynLiDAR- to-SemanticSTF benchmarks, respectively. Source code will be released at https://github.com/JerryD233/PDLNet.

Index terms

Robotics and Automation in Construction Object Detection Segmentation and Categorization Deep Learning for Visual Perception

Related papers