CVFeb 15, 2021

Ada-SISE: Adaptive Semantic Input Sampling for Efficient Explanation of Convolutional Neural Networks

arXiv:2102.07799v112 citations
Originality Incremental advance
AI Analysis

This work addresses the need for faster and reliable explanations in AI systems, but it is incremental as it builds on existing hybrid methods.

The paper tackled the problem of efficiently explaining convolutional neural networks by combining perturbation-based and backpropagation approaches, resulting in up to 30% faster execution while maintaining competitive interpretability.

Explainable AI (XAI) is an active research area to interpret a neural network's decision by ensuring transparency and trust in the task-specified learned models. Recently, perturbation-based model analysis has shown better interpretation, but backpropagation techniques are still prevailing because of their computational efficiency. In this work, we combine both approaches as a hybrid visual explanation algorithm and propose an efficient interpretation method for convolutional neural networks. Our method adaptively selects the most critical features that mainly contribute towards a prediction to probe the model by finding the activated features. Experimental results show that the proposed method can reduce the execution time up to 30% while enhancing competitive interpretability without compromising the quality of explanation generated.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes