CVAILGMar 18, 2023

ExplainFix: Explainable Spatially Fixed Deep Networks

arXiv:2303.10408v13 citationsh-index: 136
Originality Incremental advance
AI Analysis

This work addresses the efficiency and interpretability of convolutional neural networks, particularly for medical image datasets, though it is incremental as it builds on existing architectures.

The paper tackled the problem of reducing the need for learning in deep networks by fixing all spatial filter weights at initialization, resulting in models with up to 100x fewer spatial filter kernels and matching or improved accuracy while training up to 17% faster.

Is there an initialization for deep networks that requires no learning? ExplainFix adopts two design principles: the "fixed filters" principle that all spatial filter weights of convolutional neural networks can be fixed at initialization and never learned, and the "nimbleness" principle that only few network parameters suffice. We contribute (a) visual model-based explanations, (b) speed and accuracy gains, and (c) novel tools for deep convolutional neural networks. ExplainFix gives key insights that spatially fixed networks should have a steered initialization, that spatial convolution layers tend to prioritize low frequencies, and that most network parameters are not necessary in spatially fixed models. ExplainFix models have up to 100x fewer spatial filter kernels than fully learned models and matching or improved accuracy. Our extensive empirical analysis confirms that ExplainFix guarantees nimbler models (train up to 17\% faster with channel pruning), matching or improved predictive performance (spanning 13 distinct baseline models, four architectures and two medical image datasets), improved robustness to larger learning rate, and robustness to varying model size. We are first to demonstrate that all spatial filters in state-of-the-art convolutional deep networks can be fixed at initialization, not learned.

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