LGMLJul 20, 2023

Addressing caveats of neural persistence with deep graph persistence

arXiv:2307.10865v31 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific problem in topological data analysis for deep learning researchers, offering an incremental improvement over existing methods.

The authors tackled the limitations of Neural Persistence, a measure for quantifying neural network complexity, by identifying that it is heavily influenced by weight variance and lacks spatial structure in deep networks, leading to the proposal of Deep Graph Persistence, which extends the filtration to the whole network and incorporates persistent paths, resulting in a more robust measure.

Neural Persistence is a prominent measure for quantifying neural network complexity, proposed in the emerging field of topological data analysis in deep learning. In this work, however, we find both theoretically and empirically that the variance of network weights and spatial concentration of large weights are the main factors that impact neural persistence. Whilst this captures useful information for linear classifiers, we find that no relevant spatial structure is present in later layers of deep neural networks, making neural persistence roughly equivalent to the variance of weights. Additionally, the proposed averaging procedure across layers for deep neural networks does not consider interaction between layers. Based on our analysis, we propose an extension of the filtration underlying neural persistence to the whole neural network instead of single layers, which is equivalent to calculating neural persistence on one particular matrix. This yields our deep graph persistence measure, which implicitly incorporates persistent paths through the network and alleviates variance-related issues through standardisation. Code is available at https://github.com/ExplainableML/Deep-Graph-Persistence .

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