2021/11/24 by Yu Tian, Yuyuan Liu, Tian, Yu +9 · 19 citations
Computer Science · Engineering · Mathematics · #Anomaly (physics) #Anomaly Detection Techniques and Applications #Anomaly detection #Artificial intelligence #Autonomous Vehicle Technology and Safety #Code (set theory) #Computer Vision and Pattern Recognition (cs.CV) #Computer science #Computer vision #Energy (signal processing) #FOS: Computer and information sciences #Mathematics #Outlier #Pattern recognition (psychology) #Pixel #Segmentation #Statistics #Video Surveillance and Tracking Methods #cs.CV
paper · pdf · doi:10.48550/arxiv.2111.12264
published in arXiv (Cornell University) (Cornell University) · ECCV 2022 Oral
openalex publication_date 2021/11/24 · arxiv created 2022/09/05 · arxiv updated 2022/09/07 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/04
State-of-the-art (SOTA) anomaly segmentation approaches on complex urban driving scenes explore pixel-wise classification uncertainty learned from outlier exposure, or external reconstruction models. However, previous uncertainty approaches that directly associate high uncertainty to anomaly may sometimes lead to incorrect anomaly predictions, and external reconstruction models tend to be too inefficient for real-time self-driving embedded systems. In this paper, we propose a new anomaly segmentation method, named pixel-wise energy-biased abstention learning (PEBAL), that explores pixel-wise abstention learning (AL) with a model that learns an adaptive pixel-level anomaly class, and an energy-based model (EBM) that learns inlier pixel distribution. More specifically, PEBAL is based on a non-trivial joint training of EBM and AL, where EBM is trained to output high-energy for anomaly pixels (from outlier exposure) and AL is trained such that these high-energy pixels receive adaptive low penalty for being included to the anomaly class. We extensively evaluate PEBAL against the SOTA and show that it achieves the best performance across four benchmarks. Code is available at https://github.com/tianyu0207/PEBAL.