Measuring the Effect of Background on Classification and Feature Importance in Deep Learning for AV Perception
Anne Sielemann, Valentin Barner, Stefan Wolf, Masoud Roschani, Jens Ziehn, Juergen Beyerer

TL;DR
This paper investigates how background and camera variation influence deep learning classifiers for traffic sign recognition, using synthetic datasets to quantify background feature importance and overfitting tendencies.
Contribution
It introduces a systematic synthetic dataset approach to isolate and measure the impact of background correlation and camera variation on classification and feature importance.
Findings
Background features can significantly influence classification performance.
Camera variation affects the reliance on background versus object features.
Quantitative analysis of background importance under different domain shifts.
Abstract
Common approaches to explainable AI (XAI) for deep learning focus on analyzing the importance of input features on the classification task in a given model: saliency methods like SHAP and GradCAM are used to measure the impact of spatial regions of the input image on the classification result. Combined with ground truth information about the location of the object in the input image (e.g., a binary mask), it is determined whether object pixels had a high impact on the classification result, or whether the classification focused on background pixels. The former is considered to be a sign of a healthy classifier, whereas the latter is assumed to suggest overfitting on spurious correlations. A major challenge, however, is that these intuitive interpretations are difficult to test quantitatively, and hence the output of such explanations lacks an explanation itself. One particular reason is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
