paper-with-me

홈 › Papers

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

2022-09-19 · Thomas George, Guillaume Lajoie, Aristide Baratin

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.

📄 PDF Abstract BibTeX arXiv:2209.09658

Code (1)

tfjgeorge/lazy_vs_hasty 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Fast Sampling for Flows and Diffusions with Lazy and Point Mass Stochastic Interpolants

2026-02-03 · Gabriel Damsholt, Jes Frellsen, Susanne Ditlevsen arxiv

Stochastic interpolants unify flows and diffusions, popular generative modeling frameworks. A primary hyperparameter in these methods is the interpolation schedule that determines how to bridge a standard Gaussian base m…

On Lazy Training in Differentiable Programming

2018-12-19 · NeurIPS 2019 12 · Lenaic Chizat, Edouard Oyallon, Francis Bach

In a series of recent theoretical works, it was shown that strongly over-parameterized neural networks trained with gradient-based methods could converge exponentially fast to zero training loss, with their parameters ha…

Don't be lazy: CompleteP enables compute-efficient deep transformers

2025-05-02 · Nolan Dey, Bin Claire Zhang, Lorenzo Noci, Mufan Li 외

We study compute efficiency of LLM training when using different parameterizations, i.e., rules for adjusting model and optimizer hyperparameters (HPs) as model size changes. Some parameterizations fail to transfer optim…

High-Precision Bootstrapping for Approximate Homomorphic Encryption by Error Variance Minimization

2022-05-25 · Annual International Conference on the Theory and Applications of Cryptographic Techniques EUROCRYPT 2022: Advances in Cryptology – EUROCRYPT 2022 2022 5 · Yongwoo Lee, Joon-Woo Lee, Young-Sik Kim, Yongjune Kim 외

The Cheon-Kim-Kim-Song (CKKS) scheme (Asiacrypt’17) is one of the most promising homomorphic encryption (HE) schemes as it enables privacy-preserving computing over real (or complex) numbers. It is known that bootstrappi…

Privacy Preserving

On the Dynamic Regret of Following the Regularized Leader: Optimism with History Pruning

2025-05-28 · Naram Mhaisen, George Iosifidis

We revisit the Follow the Regularized Leader (FTRL) framework for Online Convex Optimization (OCO) over compact sets, focusing on achieving dynamic regret guarantees. Prior work has highlighted the framework's limitation…