CVLGROAug 29, 2023

3D Adversarial Augmentations for Robust Out-of-Domain Predictions

arXiv:2308.15479v18 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the issue of generalization to rare or unseen scenarios in autonomous driving and robotics, though it is incremental as it builds on existing adversarial augmentation methods.

The paper tackles the problem of poor model performance on out-of-domain data in 3D vision tasks by augmenting training sets with adversarial examples, resulting in substantial improvements in robustness and generalization for 3D object detection and semantic segmentation across multiple datasets.

Since real-world training datasets cannot properly sample the long tail of the underlying data distribution, corner cases and rare out-of-domain samples can severely hinder the performance of state-of-the-art models. This problem becomes even more severe for dense tasks, such as 3D semantic segmentation, where points of non-standard objects can be confidently associated to the wrong class. In this work, we focus on improving the generalization to out-of-domain data. We achieve this by augmenting the training set with adversarial examples. First, we learn a set of vectors that deform the objects in an adversarial fashion. To prevent the adversarial examples from being too far from the existing data distribution, we preserve their plausibility through a series of constraints, ensuring sensor-awareness and shapes smoothness. Then, we perform adversarial augmentation by applying the learned sample-independent vectors to the available objects when training a model. We conduct extensive experiments across a variety of scenarios on data from KITTI, Waymo, and CrashD for 3D object detection, and on data from SemanticKITTI, Waymo, and nuScenes for 3D semantic segmentation. Despite training on a standard single dataset, our approach substantially improves the robustness and generalization of both 3D object detection and 3D semantic segmentation methods to out-of-domain data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes