CVAug 20, 2021

Geometry-Aware Self-Training for Unsupervised Domain Adaptationon Object Point Clouds

arXiv:2108.09169v175 citations
Originality Incremental advance
AI Analysis

This work addresses domain adaptation for point cloud classification, an incremental advancement in a domain-specific area of computer vision.

The paper tackles domain discrepancy in object point cloud classification by proposing a geometry-aware self-training method, which achieves significant performance improvements over state-of-the-art methods on the PointDA-10 dataset.

The point cloud representation of an object can have a large geometric variation in view of inconsistent data acquisition procedure, which thus leads to domain discrepancy due to diverse and uncontrollable shape representation cross datasets. To improve discrimination on unseen distribution of point-based geometries in a practical and feasible perspective, this paper proposes a new method of geometry-aware self-training (GAST) for unsupervised domain adaptation of object point cloud classification. Specifically, this paper aims to learn a domain-shared representation of semantic categories, via two novel self-supervised geometric learning tasks as feature regularization. On one hand, the representation learning is empowered by a linear mixup of point cloud samples with their self-generated rotation labels, to capture a global topological configuration of local geometries. On the other hand, a diverse point distribution across datasets can be normalized with a novel curvature-aware distortion localization. Experiments on the PointDA-10 dataset show that our GAST method can significantly outperform the state-of-the-art methods.

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