LGCVSPMay 29, 2023

A Rainbow in Deep Network Black Boxes

arXiv:2305.18512v324 citations
Originality Incremental advance
AI Analysis

This provides theoretical insights into deep learning for researchers, though it is incremental as it builds on prior work on shallow networks.

The paper tackles the problem of understanding the functions learned by deep networks by extending random feature models to deep networks, proving that they define deterministic kernels in the infinite-width limit and showing that sampled networks achieve similar performance to trained ones, with numerical verification on deep CNNs for image classification.

A central question in deep learning is to understand the functions learned by deep networks. What is their approximation class? Do the learned weights and representations depend on initialization? Previous empirical work has evidenced that kernels defined by network activations are similar across initializations. For shallow networks, this has been theoretically studied with random feature models, but an extension to deep networks has remained elusive. Here, we provide a deep extension of such random feature models, which we call the rainbow model. We prove that rainbow networks define deterministic (hierarchical) kernels in the infinite-width limit. The resulting functions thus belong to a data-dependent RKHS which does not depend on the weight randomness. We also verify numerically our modeling assumptions on deep CNNs trained on image classification tasks, and show that the trained networks approximately satisfy the rainbow hypothesis. In particular, rainbow networks sampled from the corresponding random feature model achieve similar performance as the trained networks. Our results highlight the central role played by the covariances of network weights at each layer, which are observed to be low-rank as a result of feature learning.

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