Harnessing the Power of Explanations for Incremental Training: A LIME-Based Approach
Arnab Neelim Mazumder, Niall Lyons, Ashutosh Pandey, Avik Santra, and, Tinoosh Mohsenin

TL;DR
This paper introduces a LIME-based feedback mechanism integrated into neural network training to improve incremental learning performance, especially in scenarios with sequential data and limited access to previous data.
Contribution
It proposes a novel weighted loss based on LIME explanations combined with Elastic Weight Consolidation to enhance incremental training of neural networks.
Findings
Achieved 0.5% to 1.5% accuracy improvement in keyword spotting.
Demonstrated effective model generalization with explanation-guided training.
Validated approach on Google Speech Commands dataset.
Abstract
Explainability of neural network prediction is essential to understand feature importance and gain interpretable insight into neural network performance. However, explanations of neural network outcomes are mostly limited to visualization, and there is scarce work that looks to use these explanations as feedback to improve model performance. In this work, model explanations are fed back to the feed-forward training to help the model generalize better. To this extent, a custom weighted loss where the weights are generated by considering the Euclidean distances between true LIME (Local Interpretable Model-Agnostic Explanations) explanations and model-predicted LIME explanations is proposed. Also, in practical training scenarios, developing a solution that can help the model learn sequentially without losing information on previous data distribution is imperative due to the unavailability…
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
MethodsLocal Interpretable Model-Agnostic Explanations · Elastic Weight Consolidation
