CVApr 23, 2023

You Never Get a Second Chance To Make a Good First Impression: Seeding Active Learning for 3D Semantic Segmentation

arXiv:2304.11762v29 citationsh-index: 75Has Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient annotation in 3D point cloud segmentation, offering a domain-specific improvement for computer vision applications.

The paper tackles the problem of selecting an initial annotated seed for active learning in 3D semantic segmentation, showing that seed choice significantly impacts performance and proposing SeedAL, which uses unsupervised image features to optimize diversity under a budget, achieving effectiveness on S3DIS and SemanticKitti datasets.

We propose SeedAL, a method to seed active learning for efficient annotation of 3D point clouds for semantic segmentation. Active Learning (AL) iteratively selects relevant data fractions to annotate within a given budget, but requires a first fraction of the dataset (a 'seed') to be already annotated to estimate the benefit of annotating other data fractions. We first show that the choice of the seed can significantly affect the performance of many AL methods. We then propose a method for automatically constructing a seed that will ensure good performance for AL. Assuming that images of the point clouds are available, which is common, our method relies on powerful unsupervised image features to measure the diversity of the point clouds. It selects the point clouds for the seed by optimizing the diversity under an annotation budget, which can be done by solving a linear optimization problem. Our experiments demonstrate the effectiveness of our approach compared to random seeding and existing methods on both the S3DIS and SemanticKitti datasets. Code is available at https://github.com/nerminsamet/seedal.

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