LGOct 11, 2021

NFT-K: Non-Fungible Tangent Kernels

arXiv:2110.04945v1
Originality Synthesis-oriented
AI Analysis

This work addresses interpretability for safety-critical applications like medical imaging, but it is incremental as it builds on existing neural tangent kernel methods.

The authors tackled the problem of interpretability in deep neural networks by developing a new model that combines multiple neural tangent kernels, one for each layer, to better understand layer interactions and predictions. They demonstrated its interpretability on two datasets, though no concrete performance numbers were provided.

Deep neural networks have become essential for numerous applications due to their strong empirical performance such as vision, RL, and classification. Unfortunately, these networks are quite difficult to interpret, and this limits their applicability in settings where interpretability is important for safety, such as medical imaging. One type of deep neural network is neural tangent kernel that is similar to a kernel machine that provides some aspect of interpretability. To further contribute interpretability with respect to classification and the layers, we develop a new network as a combination of multiple neural tangent kernels, one to model each layer of the deep neural network individually as opposed to past work which attempts to represent the entire network via a single neural tangent kernel. We demonstrate the interpretability of this model on two datasets, showing that the multiple kernels model elucidates the interplay between the layers and predictions.

Code Implementations1 repo
Foundations

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

Your Notes