[ECCV 2024 Oral] Rethinking Data Augmentation for Robust LiDAR Semantic Segmentation in Adverse Weather

KAIST1, Yonsei University2
ECCV 2024, Oral Presentation

Abstract

Existing LiDAR semantic segmentation methods often struggle with performance declines in adverse weather conditions. Previous work has addressed this issue by simulating adverse weather or employing universal data augmentation during training. However, these methods lack a detailed analysis and understanding of how adverse weather negatively affects LiDAR semantic segmentation performance. Motivated by this issue, we identified key factors of adverse weather and conducted a toy experiment to pinpoint the main causes of performance degradation: (1) Geometric perturbation due to refraction caused by fog or droplets in the air and (2) Point drop due to energy absorption and occlusions. Based on these findings, we propose new strategic data augmentation techniques. First, we introduced a Selective Jittering (SJ) that jitters points in the random range of depth (or angle) to mimic geometric perturbation. Additionally, we developed a Learnable Point Drop (LPD) to learn vulnerable erase patterns with a Deep Q-Learning Network to approximate the point drop phenomenon from adverse weather conditions. Without precise weather simulation, these techniques strengthen the LiDAR semantic segmentation model by exposing it to vulnerable conditions identified by our data-centric analysis. Experimental results confirmed the suitability of the proposed data augmentation methods for enhancing robustness against adverse weather conditions. Our method achieves a notable 39.5 mIoU on the SemanticKITTI-to-SemanticSTF benchmark, improving the baseline by 8.1%p and establishing a new state-of-the-art.

Key Contributions

  • ⏩ Identifying the main factors causing performance degradation in adverse weather through a data-centric analysis: geometric perturbation and point drop.
  • ⏩ Introducing two novel data augmentations tailored to each identified distortion type: Selective Jittering (SJ) to mimic geometric perturbation and Learnable Point Drop (LPD) using a Deep Q-Learning Network to simulate point drop scenarios.
  • ⏩ Setting new state-of-the-art benchmarks on the SemanticKITTI to SemanticSTF benchmark, achieving a remarkable 39.5 mIoU, surpassing the previous state-of-the-art by over 5.4%p mIoU without relying on precise simulations of adverse weather in LiDAR point inputs.

Overall Methods

Overall Methods

Qualitative Results

Qualitative Results

BibTeX

@article{park2024rethinking,
          title={Rethinking Data Augmentation for Robust LiDAR Semantic Segmentation in Adverse Weather},
          author={Park, Junsung and Kim, Kyungmin and Shim, Hyunjung},
          journal={arXiv preprint arXiv:2407.02286},
          year={2024}
        }