SAfER: Layer-Level Sensitivity Assessment for Efficient and Robust Neural Network Inference
Edouard Yvinec, Arnaud Dapogny, Kevin Bailly, Xavier Fischer

TL;DR
This paper introduces a layer-level sensitivity assessment method for neural networks to improve efficiency and robustness, providing a new dataset and benchmarking criteria for evaluating layer importance in pruning, quantization, and hardware failure resilience.
Contribution
It proposes a novel approach to estimate layer importance based on sensitivity analysis, addressing limitations of existing attribution methods by considering inter-layer criticality.
Findings
Layer importance varies significantly across different criteria.
The proposed method effectively identifies critical layers for pruning and robustness.
Benchmark results guide better layer budgeting for efficiency and fault tolerance.
Abstract
Deep neural networks (DNNs) demonstrate outstanding performance across most computer vision tasks. Some critical applications, such as autonomous driving or medical imaging, also require investigation into their behavior and the reasons behind the decisions they make. In this vein, DNN attribution consists in studying the relationship between the predictions of a DNN and its inputs. Attribution methods have been adapted to highlight the most relevant weights or neurons in a DNN, allowing to more efficiently select which weights or neurons can be pruned. However, a limitation of these approaches is that weights are typically compared within each layer separately, while some layers might appear as more critical than others. In this work, we propose to investigate DNN layer importance, i.e. to estimate the sensitivity of the accuracy w.r.t. perturbations applied at the layer level. To do…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
MethodsPruning
