CVAIMay 2, 2022

Open-Set Semi-Supervised Learning for 3D Point Cloud Understanding

Cambridge
arXiv:2205.01006v16 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses a practical issue in 3D point cloud analysis for applications like robotics or autonomous driving, but it is incremental as it builds on existing SSL methods with specific improvements.

The paper tackles the problem of semi-supervised learning for 3D point cloud understanding when unlabeled data includes out-of-distribution samples, proposing a sample weighting method with bi-level optimization and regularization to selectively use conducive data, achieving effectiveness verified in classification and segmentation tasks.

Semantic understanding of 3D point cloud relies on learning models with massively annotated data, which, in many cases, are expensive or difficult to collect. This has led to an emerging research interest in semi-supervised learning (SSL) for 3D point cloud. It is commonly assumed in SSL that the unlabeled data are drawn from the same distribution as that of the labeled ones; This assumption, however, rarely holds true in realistic environments. Blindly using out-of-distribution (OOD) unlabeled data could harm SSL performance. In this work, we propose to selectively utilize unlabeled data through sample weighting, so that only conducive unlabeled data would be prioritized. To estimate the weights, we adopt a bi-level optimization framework which iteratively optimizes a metaobjective on a held-out validation set and a task-objective on a training set. Faced with the instability of efficient bi-level optimizers, we further propose three regularization techniques to enhance the training stability. Extensive experiments on 3D point cloud classification and segmentation tasks verify the effectiveness of our proposed method. We also demonstrate the feasibility of a more efficient training strategy.

Foundations

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

Your Notes