Where We Have Arrived in Proving the Emergence of Sparse Symbolic Concepts in AI Models
Qihan Ren, Jiayang Gao, Wen Shen, Quanshi Zhang
TL;DR
The work tackles whether DNNs can be faithfully explained by symbolic primitives. It defines interaction patterns via the Harsanyi dividend and proves that, under three broad conditions—bounded higher-order derivatives, monotonic improvement with reduced occlusion, and robustness to occlusion—a DNN's outputs decompose into a small set of salient, sparse interactions. Theoretical results bound the number of nonzero k-order interactions and show these Salient interactions are transferable across samples, with empirical validation across LLMs, vision, and point-cloud models. This provides a formal foundation for explainable AI via interaction primitives and offers practical implications for robustness and generalization, complemented by code for reproducibility.
Abstract
This study aims to prove the emergence of symbolic concepts (or more precisely, sparse primitive inference patterns) in well-trained deep neural networks (DNNs). Specifically, we prove the following three conditions for the emergence. (i) The high-order derivatives of the network output with respect to the input variables are all zero. (ii) The DNN can be used on occluded samples and when the input sample is less occluded, the DNN will yield higher confidence. (iii) The confidence of the DNN does not significantly degrade on occluded samples. These conditions are quite common, and we prove that under these conditions, the DNN will only encode a relatively small number of sparse interactions between input variables. Moreover, we can consider such interactions as symbolic primitive inference patterns encoded by a DNN, because we show that inference scores of the DNN on an exponentially large number of randomly masked samples can always be well mimicked by numerical effects of just a few interactions.
