LGAINov 25, 2020

Right for the Right Concept: Revising Neuro-Symbolic Concepts by Interacting with their Explanations

arXiv:2011.12854v6136 citations
AI Analysis

This work addresses the problem of effectively intervening on deep learning models for researchers and practitioners by enabling semantic-level model revision, moving beyond the limitations of visual explanations.

The authors propose a neuro-symbolic scene representation to enable semantic-level model revision, addressing the limitations of visual explanations in deep learning. They demonstrate that their compositional explanations can identify confounders on the CLEVR-Hans dataset, which are not identifiable with visual explanations alone, and allow for model revision to mitigate focus on these factors.

Most explanation methods in deep learning map importance estimates for a model's prediction back to the original input space. These "visual" explanations are often insufficient, as the model's actual concept remains elusive. Moreover, without insights into the model's semantic concept, it is difficult -- if not impossible -- to intervene on the model's behavior via its explanations, called Explanatory Interactive Learning. Consequently, we propose to intervene on a Neuro-Symbolic scene representation, which allows one to revise the model on the semantic level, e.g. "never focus on the color to make your decision". We compiled a novel confounded visual scene data set, the CLEVR-Hans data set, capturing complex compositions of different objects. The results of our experiments on CLEVR-Hans demonstrate that our semantic explanations, i.e. compositional explanations at a per-object level, can identify confounders that are not identifiable using "visual" explanations only. More importantly, feedback on this semantic level makes it possible to revise the model from focusing on these factors.

Code Implementations3 repos
Foundations

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

Your Notes