paper-with-me

Papers

Pixel-wise Energy-biased Abstention Learning for Anomaly Segmentation on Complex Urban Driving Scenes

2021-11-24 · Yu Tian, Yuyuan Liu, Guansong Pang, Fengbei Liu, Yuanhong Chen, Gustavo Carneiro

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.

📄 PDF Abstract BibTeX arXiv:2111.12264

Code (3)

tianyu0207/pebal 공식 구현 pytorch
gaozhitong/atta pytorch
yyliu01/rpl pytorch

Tasks

Anomaly DetectionAnomaly SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

EBM 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised anomaly localization using VAE and beta-VAE

2020-05-19 · Leixin Zhou, Wenxiang Deng, Xiaodong Wu

Variational Auto-Encoders (VAEs) have shown great potential in the unsupervised learning of data distributions. An VAE trained on normal images is expected to only be able to reconstruct normal images, allowing the local…

Anomaly Localization

Self-Supervised Likelihood Estimation with Energy Guidance for Anomaly Segmentation in Urban Scenes

2023-02-14 · Yuanpeng Tu, Yuxi Li, Boshen Zhang, Liang Liu 외

Robust autonomous driving requires agents to accurately identify unexpected areas (anomalies) in urban scenes. To this end, some critical issues remain open: how to design advisable metric to measure anomalies, and how t…

Anomaly DetectionAnomaly SegmentationAutonomous Driving

Group Anomaly Detection using Deep Generative Models

2018-04-13 · Raghavendra Chalapathy, Edward Toth, Sanjay Chawla

Unlike conventional anomaly detection research that focuses on point anomalies, our goal is to detect anomalous collections of individual data points. In particular, we perform group anomaly detection (GAD) with an empha…

Anomaly DetectionGroup Anomaly Detection

Energy Landscapes Enable Reliable Abstention in Retrieval-Augmented Large Language Models for Healthcare

2025-08-31 · Ravi Shankar, Sheng Wong, Lin Li, Magdalena Bachmann 외 arxiv

Reliable abstention is critical for retrieval-augmented generation (RAG) systems, particularly in safety-critical domains such as women's health, where incorrect answers can lead to harm. We present an energy-based model…

OoDDINO:A Multi-level Framework for Anomaly Segmentation on Complex Road Scenes

2025-07-02 · Yuxing Liu, Ji Zhang, Zhou Xuchuan, Jingzhong Xiao 외 arxiv

Anomaly segmentation aims to identify Out-of-Distribution (OoD) anomalous objects within images. Existing pixel-wise methods typically assign anomaly scores individually and employ a global thresholding strategy to segme…

Anomaly Detection