paper-with-me

홈 › Papers

Supporting DNN Safety Analysis and Retraining through Heatmap-based Unsupervised Learning

2020-02-03 · Hazem Fahmy, Fabrizio Pastore, Mojtaba Bagherzadeh, Lionel Briand

Deep neural networks (DNNs) are increasingly important in safety-critical systems, for example in their perception layer to analyze images. Unfortunately, there is a lack of methods to ensure the functional safety of DNN-based components. We observe three major challenges with existing practices regarding DNNs in safety-critical systems: (1) scenarios that are underrepresented in the test set may lead to serious safety violation risks, but may, however, remain unnoticed; (2) characterizing such high-risk scenarios is critical for safety analysis; (3) retraining DNNs to address these risks is poorly supported when causes of violations are difficult to determine. To address these problems in the context of DNNs analyzing images, we propose HUDD, an approach that automatically supports the identification of root causes for DNN errors. HUDD identifies root causes by applying a clustering algorithm to heatmaps capturing the relevance of every DNN neuron on the DNN outcome. Also, HUDD retrains DNNs with images that are automatically selected based on their relatedness to the identified image clusters. We evaluated HUDD with DNNs from the automotive domain. HUDD was able to identify all the distinct root causes of DNN errors, thus supporting safety analysis. Also, our retraining approach has shown to be more effective at improving DNN accuracy than existing approaches.

📄 PDF Abstract BibTeX arXiv:2002.00863

Code (1)

SNTSVV/HUDD-Toolset 공식 구현 pytorch

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

HUDD: A tool to debug DNNs for safety analysis

2022-10-15 · Hazem Fahmy, Fabrizio Pastore, Lionel Briand

We present HUDD, a tool that supports safety analysis practices for systems enabled by Deep Neural Networks (DNNs) by automatically identifying the root causes for DNN errors and retraining the DNN. HUDD stands for Heatm…

Supporting Safety Analysis of Image-processing DNNs through Clustering-based Approaches

2023-01-31 · Mohammed Oualid Attaoui, Hazem Fahmy, Fabrizio Pastore, Lionel Briand

The adoption of deep neural networks (DNNs) in safety-critical contexts is often prevented by the lack of effective means to explain their results, especially when they are erroneous. In our previous work, we proposed a …

ClusteringDimensionality ReductionTransfer Learning

Enhancing Road Safety Through Multi-Camera Image Segmentation with Post-Encroachment Time Analysis

2025-11-15 · Shounak Ray Chaudhuri, Arash Jahangiri, Christopher Paolini arxiv

Traffic safety analysis at signalized intersections is vital for reducing vehicle and pedestrian collisions, yet traditional crash-based studies are limited by data sparsity and latency. This paper presents a novel multi…

Image Segmentation

Inference-Time Safety For Code LLMs Via Retrieval-Augmented Revision

2026-03-02 · Manisha Mukherjee, Vincent J. Hellendoorn arxiv

Large Language Models (LLMs) are increasingly deployed for code generation in high-stakes software development, yet their limited transparency in security reasoning and brittleness to evolving vulnerability patterns rais…

Code Generation

HeatACO: A Heatmap-Guided Max--Min Ant System for Large-Scale Travelling Salesman Problems

2026-01-26 · Bo-Cheng Lin, Yi Mei, Mengjie Zhang arxiv

Non-autoregressive neural solvers predict an edge-confidence heatmap for the Travelling Salesman Problem (TSP) in one forward pass, but a decoder must still produce a feasible Hamiltonian cycle. As instance size grows, t…