Related Experiment Video
Updated: Oct 2, 2025

05:47
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
Published on: June 13, 2025
644
Improving Performance of the PRYSTINE Traffic Sign Classification by Using a Perturbation-Based Explainability
Kaspars Sudars1, Ivars Namatēvs1, Kaspars Ozols1
1Institute of Electronics and Computer Science, Dzerbenes Str.14, LV-1006 Riga, Latvia.
Journal of Imaging
|February 24, 2022
Summary
Explainable AI (XAI) methods help understand complex models. Compressing convolutional neural networks (CNNs) using XAI for traffic sign classification resulted in a minor precision loss, improving efficiency.
Area of Science:
- Artificial Intelligence
- Computer Vision
- Machine Learning
Background:
- Model interpretability is crucial for high-stakes applications like autonomous driving.
- Explainable AI (XAI) methods are vital for understanding black-box models, including Convolutional Neural Networks (CNNs).
Purpose of the Study:
- To evaluate the explainability of a traffic sign classifier developed by the PRYSTINE project.
- To use XAI insights for compressing the CNN classifier by removing less impactful kernels.
- To assess the impact of kernel compression on classification precision.
Main Methods:
- Implemented a post-hoc, local, perturbation-based forward explainability method to identify high- and low-impact kernels in the CNN.
- Excluded 'vague' kernels from the layer preceding the fully connected layer.
- Evaluated classifier precision across various kernel compression levels.
Main Results:
- Successfully distinguished between high- and low-impact kernels using the XAI method.
- Pruning 5% of kernels, guided by XAI, resulted in a 2% decrease in traffic sign and traffic light classification precision.
- Demonstrated a trade-off between model compression and classification accuracy.
Conclusions:
- The proposed methodology effectively uses XAI for CNN compression in traffic sign classification.
- This approach is valuable for applications where processing power and execution time are critical constraints.
- XAI-driven compression offers a viable strategy for optimizing deep learning models in resource-constrained environments.
Related Concept Videos
Survival Tree
173
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
173
Classification of Signals
991
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
991
Time-Domain Interpretation of PD Control
191
Proportional-Derivative (PD) control is a widely used control method in various engineering systems to enhance stability and performance. In a system with only proportional control, common issues include high maximum overshoot and oscillation, observed in both the error signal and its rate of change. This behavior can be divided into three distinct phases: initial overshoot, subsequent undershoot, and gradual stabilization.
Consider the example of control of motor torque. Initially, a positive...
Consider the example of control of motor torque. Initially, a positive...
191

