paper-with-me

Papers

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

2023-02-14 · Yuanpeng Tu, Yuxi Li, Boshen Zhang, Liang Liu, Jiangning Zhang, Yabiao Wang, Cai Rong Zhao

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 to properly generate training samples of anomaly data? Classical effort in anomaly detection usually resorts to pixel-wise uncertainty or sample synthesis, which ignores the contextual information and sometimes requires auxiliary data with fine-grained annotations. On the contrary, in this paper, we exploit the strong context-dependent nature of the segmentation task and design an energy-guided self-supervised framework for anomaly segmentation, which optimizes an anomaly head by maximizing the likelihood of self-generated anomaly pixels. For this purpose, we design two estimators to model anomaly likelihood, one is a task-agnostic binary estimator and the other depicts the likelihood as residual of task-oriented joint energy. Based on the proposed estimators, we devise an adaptive self-supervised training framework, which exploits the contextual reliance and estimated likelihood to refine mask annotations in anomaly areas. We conduct extensive experiments on challenging Fishyscapes and Road Anomaly benchmarks, demonstrating that without any auxiliary data or synthetic models, our method can still achieve comparable performance to supervised competitors. Code is available at https://github.com/yuanpengtu/SLEEG..

📄 PDF Abstract BibTeX arXiv:2302.06815

Code (1)

yuanpengtu/sleeg 공식 구현 pytorch

Tasks

Anomaly DetectionAnomaly SegmentationAutonomous Driving

Similar Papers 제목 키워드 기반

Energy-based Domain-Adaptive Segmentation with Depth Guidance

2024-02-06 · Jinjing Zhu, Zhedong Hu, Tae-Kyun Kim, Lin Wang

Recent endeavors have been made to leverage self-supervised depth estimation as guidance in unsupervised domain adaptation (UDA) for semantic segmentation. Prior arts, however, overlook the discrepancy between semantic a…

Depth EstimationDomain AdaptationSegmentationSemantic Segmentation+1

EBMs Trained with Maximum Likelihood are Generator Models Trained with a Self-adverserial Loss

2021-02-23 · ICLR Workshop EBM 2021 5 · Zhisheng Xiao, Qing Yan, Yali Amit

Maximum likelihood estimation is widely used in training Energy-based models (EBMs). Training requires samples from an unnormalized distribution, which is usually intractable, and in practice, these are obtained by MCMC …

Learning Energy-Based Models by Self-normalising the Likelihood

2025-03-10 · Hugo Senetaire, Paul Jeha, Pierre-Alexandre Mattei, Jes Frellsen

Training an energy-based model (EBM) with maximum likelihood is challenging due to the intractable normalisation constant. Traditional methods rely on expensive Markov chain Monte Carlo (MCMC) sampling to estimate the gr…

Density Estimation

Flow-based Self-supervised Density Estimation for Anomalous Sound Detection

2021-03-16 · Kota Dohi, Takashi Endo, Harsh Purohit, Ryo Tanabe 외

To develop a machine sound monitoring system, a method for detecting anomalous sound is proposed. Exact likelihood estimation using Normalizing Flows is a promising technique for unsupervised anomaly detection, but it ca…

Anomaly DetectionDensity EstimationOut-of-Distribution DetectionUnsupervised Anomaly Detection

Self-Supervised Monocular Depth Estimation: Solving the Dynamic Object Problem by Semantic Guidance

2020-07-14 · ECCV 2020 8 · Marvin Klingner, Jan-Aike Termöhlen, Jonas Mikolajczyk, Tim Fingscheidt

Self-supervised monocular depth estimation presents a powerful method to obtain 3D scene information from single camera images, which is trainable on arbitrary image sequences without requiring depth labels, e.g., from a…

Depth EstimationMonocular Depth EstimationSemantic Segmentation