LGMLSep 19, 2022

Lazy vs hasty: linearization in deep networks impacts learning schedule based on example difficulty

arXiv:2209.09658v28 citationsh-index: 21
Originality Incremental advance
AI Analysis

This provides a new understanding of resource allocation in deep learning, which is incremental but offers insights for optimizing training schedules.

The paper investigates how deep neural networks in lazy (linear) versus feature learning (non-linear) regimes prioritize training based on example difficulty, showing that easier examples are weighted more heavily in feature learning mode, leading to faster training compared to difficult ones.

Among attempts at giving a theoretical account of the success of deep neural networks, a recent line of work has identified a so-called lazy training regime in which the network can be well approximated by its linearization around initialization. Here we investigate the comparative effect of the lazy (linear) and feature learning (non-linear) regimes on subgroups of examples based on their difficulty. Specifically, we show that easier examples are given more weight in feature learning mode, resulting in faster training compared to more difficult ones. In other words, the non-linear dynamics tends to sequentialize the learning of examples of increasing difficulty. We illustrate this phenomenon across different ways to quantify example difficulty, including c-score, label noise, and in the presence of easy-to-learn spurious correlations. Our results reveal a new understanding of how deep networks prioritize resources across example difficulty.

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