CVAIJun 19, 2023

Hyperbolic Active Learning for Semantic Segmentation under Domain Shift

arXiv:2306.11180v519 citationsh-index: 27
Originality Highly original
AI Analysis

This addresses the problem of expensive labeling in semantic segmentation for domain adaptation applications, representing a strong incremental advance in active learning methods.

The paper tackles semantic segmentation under domain shift by introducing HALO, a hyperbolic neural network approach to pixel-level active learning that uses epistemic uncertainty for data acquisition. The method achieves state-of-the-art performance on synthetic-to-real benchmarks, surpassing supervised domain adaptation with only 1% of labels.

We introduce a hyperbolic neural network approach to pixel-level active learning for semantic segmentation. Analysis of the data statistics leads to a novel interpretation of the hyperbolic radius as an indicator of data scarcity. In HALO (Hyperbolic Active Learning Optimization), for the first time, we propose the use of epistemic uncertainty as a data acquisition strategy, following the intuition of selecting data points that are the least known. The hyperbolic radius, complemented by the widely-adopted prediction entropy, effectively approximates epistemic uncertainty. We perform extensive experimental analysis based on two established synthetic-to-real benchmarks, i.e. GTAV $\rightarrow$ Cityscapes and SYNTHIA $\rightarrow$ Cityscapes. Additionally, we test HALO on Cityscape $\rightarrow$ ACDC for domain adaptation under adverse weather conditions, and we benchmark both convolutional and attention-based backbones. HALO sets a new state-of-the-art in active learning for semantic segmentation under domain shift and it is the first active learning approach that surpasses the performance of supervised domain adaptation while using only a small portion of labels (i.e., 1%).

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