CVAug 3, 2021

Triggering Failures: Out-Of-Distribution detection by learning from local adversarial attacks in Semantic Segmentation

arXiv:2108.01634v157 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting OOD objects in real-world semantic segmentation applications, offering a solution that balances accuracy and speed, though it is incremental in improving existing methods.

The paper tackles out-of-distribution (OOD) detection in semantic segmentation by proposing ObsNet, a new architecture trained with local adversarial attacks, achieving top performance in both speed and accuracy compared to ten recent methods on three datasets.

In this paper, we tackle the detection of out-of-distribution (OOD) objects in semantic segmentation. By analyzing the literature, we found that current methods are either accurate or fast but not both which limits their usability in real world applications. To get the best of both aspects, we propose to mitigate the common shortcomings by following four design principles: decoupling the OOD detection from the segmentation task, observing the entire segmentation network instead of just its output, generating training data for the OOD detector by leveraging blind spots in the segmentation network and focusing the generated data on localized regions in the image to simulate OOD objects. Our main contribution is a new OOD detection architecture called ObsNet associated with a dedicated training scheme based on Local Adversarial Attacks (LAA). We validate the soundness of our approach across numerous ablation studies. We also show it obtains top performances both in speed and accuracy when compared to ten recent methods of the literature on three different datasets.

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