Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unmasking Anomalies in Road-Scene Segmentation

About

Anomaly segmentation is a critical task for driving applications, and it is approached traditionally as a per-pixel classification problem. However, reasoning individually about each pixel without considering their contextual semantics results in high uncertainty around the objects' boundaries and numerous false positives. We propose a paradigm change by shifting from a per-pixel classification to a mask classification. Our mask-based method, Mask2Anomaly, demonstrates the feasibility of integrating an anomaly detection method in a mask-classification architecture. Mask2Anomaly includes several technical novelties that are designed to improve the detection of anomalies in masks: i) a global masked attention module to focus individually on the foreground and background regions; ii) a mask contrastive learning that maximizes the margin between an anomaly and known classes; and iii) a mask refinement solution to reduce false positives. Mask2Anomaly achieves new state-of-the-art results across a range of benchmarks, both in the per-pixel and component-level evaluations. In particular, Mask2Anomaly reduces the average false positives rate by 60% wrt the previous state-of-the-art. Github page: https://github.com/shyam671/Mask2Anomaly-Unmasking-Anomalies-in-Road-Scene-Segmentation.

Shyam Nandan Rai, Fabio Cermelli, Dario Fontanel, Carlo Masone, Barbara Caputo• 2023

Related benchmarks

TaskDatasetResultRank
Anomaly SegmentationFishyscapes Lost & Found (val)
FPR959.46
53
Anomaly SegmentationRoad Anomaly (test)
FPR9513.45
47
Anomaly SegmentationFishyscapes Static (val)
FPR950.0198
43
Anomaly SegmentationFishyscapes Static v1 (test)
FPR950.82
18
Anomaly SegmentationFishyscapes Lost & Found v1 (test)
FPR954.36
18
Anomaly SegmentationSMIYC Road Anomaly 2021
sIoU60.4
15
Anomaly SegmentationSMIYC Road Obstacle 2021
sIoU61.4
15
Anomaly SegmentationSMIYC-RO21 v1 (test)
AP93.3
14
Anomaly SegmentationSMIYC-RA21 v1 (test)
AP88.7
14
Anomaly SegmentationSMIYC RA 2021 (test)
AuPRC88.7
12
Showing 10 of 18 rows

Other info

Code

Follow for update