LGAIJan 1

Deep Networks Learn Deep Hierarchical Models

arXiv:2601.00455v1h-index: 1
Originality Highly original
AI Analysis

This work addresses a foundational problem in machine learning by providing theoretical insights into the learnability of hierarchical structures, which could help explain the success of deep learning in domains where it excels.

The paper tackles the problem of understanding why deep networks can efficiently learn complex hierarchical models, showing that layerwise SGD on residual networks can learn a class of hierarchical models that surpass previous learnable models by reaching the depth limit of efficient learnability, with some models requiring polynomial depth to express.

We consider supervised learning with $n$ labels and show that layerwise SGD on residual networks can efficiently learn a class of hierarchical models. This model class assumes the existence of an (unknown) label hierarchy $L_1 \subseteq L_2 \subseteq \dots \subseteq L_r = [n]$, where labels in $L_1$ are simple functions of the input, while for $i > 1$, labels in $L_i$ are simple functions of simpler labels. Our class surpasses models that were previously shown to be learnable by deep learning algorithms, in the sense that it reaches the depth limit of efficient learnability. That is, there are models in this class that require polynomial depth to express, whereas previous models can be computed by log-depth circuits. Furthermore, we suggest that learnability of such hierarchical models might eventually form a basis for understanding deep learning. Beyond their natural fit for domains where deep learning excels, we argue that the mere existence of human ``teachers" supports the hypothesis that hierarchical structures are inherently available. By providing granular labels, teachers effectively reveal ``hints'' or ``snippets'' of the internal algorithms used by the brain. We formalize this intuition, showing that in a simplified model where a teacher is partially aware of their internal logic, a hierarchical structure emerges that facilitates efficient learnability.

Foundations

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

Your Notes