paper-with-me

홈 › Papers

Detecting Anomalies in Semantic Segmentation with Prototypes

2021-06-01 · Dario Fontanel, Fabio Cermelli, Massimiliano Mancini, Barbara Caputo

Traditional semantic segmentation methods can recognize at test time only the classes that are present in the training set. This is a significant limitation, especially for semantic segmentation algorithms mounted on intelligent autonomous systems, deployed in realistic settings. Regardless of how many classes the system has seen at training time, it is inevitable that unexpected, unknown objects will appear at test time. The failure in identifying such anomalies may lead to incorrect, even dangerous behaviors of the autonomous agent equipped with such segmentation model when deployed in the real world. Current state of the art of anomaly segmentation uses generative models, exploiting their incapability to reconstruct patterns unseen during training. However, training these models is expensive, and their generated artifacts may create false anomalies. In this paper we take a different route and we propose to address anomaly segmentation through prototype learning. Our intuition is that anomalous pixels are those that are dissimilar to all class prototypes known by the model. We extract class prototypes from the training data in a lightweight manner using a cosine similarity-based classifier. Experiments on StreetHazards show that our approach achieves the new state of the art, with a significant margin over previous works, despite the reduced computational overhead. Code is available at https://github.com/DarioFontanel/PAnS.

📄 PDF Abstract BibTeX arXiv:2106.00472

Code (1)

DarioFontanel/PAnS 공식 구현 pytorch

Tasks

Anomaly SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Detecting and Learning the Unknown in Semantic Segmentation

2022-02-17 · Robin Chan, Svenja Uhlemeyer, Matthias Rottmann, Hanno Gottschalk

Semantic segmentation is a crucial component for perception in automated driving. Deep neural networks (DNNs) are commonly used for this task and they are usually trained on a closed set of object classes appearing in a …

Semantic Segmentation

Synthesize then Compare: Detecting Failures and Anomalies for Semantic Segmentation

2020-03-18 · ECCV 2020 8 · Yingda Xia, Yi Zhang, Fengze Liu, Wei Shen 외

The ability to detect failures and anomalies are fundamental requirements for building reliable systems for computer vision applications, especially safety-critical applications of semantic segmentation, such as autonomo…

Anomaly DetectionAnomaly SegmentationAutonomous DrivingImage Generation+4

Detecting Anomalies in Image Classification by Means of Semantic Relationships

2019-06-01 · IEEE AIKE 2019 6 · Andrea Pasini, Elena Baralis

This paper presents a semantic anomaly detection method (SAD) to detect anomalies in the predictions of any pixelwise semantic segmentation algorithm. This semantic information (e.g., relative positions and sizes of all…

Anomaly DetectionGeneral Classificationimage-classificationImage Classification+1

DABL: Detecting Semantic Anomalies in Business Processes Using Large Language Models

2024-06-22 · Wei Guan, Jian Cao, Jianqi Gao, Haiyan Zhao 외

Detecting anomalies in business processes is crucial for ensuring operational success. While many existing methods rely on statistical frequency to detect anomalies, it's important to note that infrequent behavior doesn'…

Anomaly Detection

Prototype Guided Network for Anomaly Segmentation

2022-01-15 · Yiqing Hao, Yi Jin, Gaoyun An

Semantic segmentation methods can not directly identify abnormal objects in images. Anomaly Segmentation algorithm from this realistic setting can distinguish between in-distribution objects and Out-Of-Distribution (OOD)…

Anomaly SegmentationSegmentationSemantic Segmentation