CVNov 29, 2021

Anomaly-Aware Semantic Segmentation by Leveraging Synthetic-Unknown Data

arXiv:2111.14343v11 citations
Originality Incremental advance
AI Analysis

This addresses a critical safety need in autonomous systems by improving anomaly detection in segmentation, though it is incremental as it builds on existing anomaly detection methods.

The paper tackles the problem of anomaly-aware semantic segmentation for safety-critical applications like autonomous driving by proposing a novel Synthetic-Unknown Data Generation method, achieving state-of-the-art performance on two anomaly segmentation datasets.

Anomaly awareness is an essential capability for safety-critical applications such as autonomous driving. While recent progress of robotics and computer vision has enabled anomaly detection for image classification, anomaly detection on semantic segmentation is less explored. Conventional anomaly-aware systems assuming other existing classes as out-of-distribution (pseudo-unknown) classes for training a model will result in two drawbacks. (1) Unknown classes, which applications need to cope with, might not actually exist during training time. (2) Model performance would strongly rely on the class selection. Observing this, we propose a novel Synthetic-Unknown Data Generation, intending to tackle the anomaly-aware semantic segmentation task. We design a new Masked Gradient Update (MGU) module to generate auxiliary data along the boundary of in-distribution data points. In addition, we modify the traditional cross-entropy loss to emphasize the border data points. We reach the state-of-the-art performance on two anomaly segmentation datasets. Ablation studies also demonstrate the effectiveness of proposed modules.

Foundations

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

Your Notes