CVNov 28, 2019

xMUDA: Cross-Modal Unsupervised Domain Adaptation for 3D Semantic Segmentation

arXiv:1911.12676v2240 citationsHas Code
Originality Highly original
AI Analysis

This addresses the lack of annotations in new domains for autonomous driving applications, offering a novel multi-modal approach that is complementary to existing techniques.

The paper tackles the problem of unsupervised domain adaptation for 3D semantic segmentation by leveraging multi-modal data (2D images and 3D point clouds), proposing xMUDA to enable modalities to learn from each other through mutual mimicking, resulting in large improvements over uni-modal UDA across various scenarios like day-to-night and country-to-country.

Unsupervised Domain Adaptation (UDA) is crucial to tackle the lack of annotations in a new domain. There are many multi-modal datasets, but most UDA approaches are uni-modal. In this work, we explore how to learn from multi-modality and propose cross-modal UDA (xMUDA) where we assume the presence of 2D images and 3D point clouds for 3D semantic segmentation. This is challenging as the two input spaces are heterogeneous and can be impacted differently by domain shift. In xMUDA, modalities learn from each other through mutual mimicking, disentangled from the segmentation objective, to prevent the stronger modality from adopting false predictions from the weaker one. We evaluate on new UDA scenarios including day-to-night, country-to-country and dataset-to-dataset, leveraging recent autonomous driving datasets. xMUDA brings large improvements over uni-modal UDA on all tested scenarios, and is complementary to state-of-the-art UDA techniques. Code is available at https://github.com/valeoai/xmuda.

Code Implementations1 repo
Foundations

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

Your Notes