paper-with-me

Papers

Benchmarking Safety Monitors for Image Classifiers with Machine Learning

2021-10-04 · Raul Sena Ferreira, Jean Arlat, Jeremie Guiochet, Hélène Waeselynck

High-accurate machine learning (ML) image classifiers cannot guarantee that they will not fail at operation. Thus, their deployment in safety-critical applications such as autonomous vehicles is still an open issue. The use of fault tolerance mechanisms such as safety monitors is a promising direction to keep the system in a safe state despite errors of the ML classifier. As the prediction from the ML is the core information directly impacting safety, many works are focusing on monitoring the ML model itself. Checking the efficiency of such monitors in the context of safety-critical applications is thus a significant challenge. Therefore, this paper aims at establishing a baseline framework for benchmarking monitors for ML image classifiers. Furthermore, we propose a framework covering the entire pipeline, from data generation to evaluation. Our approach measures monitor performance with a broader set of metrics than usually proposed in the literature. Moreover, we benchmark three different monitor approaches in 79 benchmark datasets containing five categories of out-of-distribution data for image classifiers: class novelty, noise, anomalies, distributional shifts, and adversarial attacks. Our results indicate that these monitors are no more accurate than a random monitor. We also release the code of all experiments for reproducibility.

📄 PDF Abstract BibTeX arXiv:2110.01232

Code (1)

raulsenaferreira/prdc_2021_sut_module 공식 구현 pytorch

Tasks

Autonomous VehiclesBenchmarkingBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Benchmarking and Improving Monitors for Out-Of-Distribution Alignment Failure in LLMs

2026-05-20 · Dylan Feng, Pragya Srivastava, Anca Dragan, Cassidy Laidlaw arxiv

Many safety and alignment failures of large language models (LLMs) occur due to out-of-distribution (OOD) situations: unusual prompt or response patterns that are unforeseen by model developers. We systematically study w…

UnsafeBench: Benchmarking Image Safety Classifiers on Real-World and AI-Generated Images

2024-05-06 · Yiting Qu, Xinyue Shen, Yixin Wu, Michael Backes 외

With the advent of text-to-image models and concerns about their misuse, developers are increasingly relying on image safety classifiers to moderate their generated unsafe images. Yet, the performance of current image sa…

Benchmarking

Neural Chameleons: Language Models Can Learn to Hide Their Thoughts from Unseen Activation Monitors

2025-12-12 · Max McGuinness, Alex Serrano, Luke Bailey, Scott Emmons arxiv

Activation monitoring, which probes a model's internal states using lightweight classifiers, is an emerging tool for AI safety. However, its worst-case robustness under a misalignment threat model--where a model might le…

Explaining Unreliable Perception in Automated Driving: A Fuzzy-based Monitoring Approach

2025-05-20 · Aniket Salvi, Gereon Weiss, Mario Trapp

Autonomous systems that rely on Machine Learning (ML) utilize online fault tolerance mechanisms, such as runtime monitors, to detect ML prediction errors and maintain safety during operation. However, the lack of human-i…

Benchmarking

Attention Masks Help Adversarial Attacks to Bypass Safety Detectors

2024-11-07 · Yunfan Shi

Despite recent research advancements in adversarial attack methods, current approaches against XAI monitors are still discoverable and slower. In this paper, we present an adaptive framework for attention mask generation…

Adversarial Attackimage-classificationImage Classification