paper-with-me

Papers

Estimating Implicit Regularization in Deep Learning

2026-05-06 · Joseph H. Rudoler, Kevin Tan, Giles Hooker, Konrad P. Kording arxiv

Deep learning systems are known to exhibit implicit regularization (alt. implicit bias), favoring simple solutions instead of merely minimizing the loss function. In some cases, we can analytically derive the implicit regularization -- connecting it to an equivalent penalty that augments the learning objective. However, modern deep learning systems are complex, carrying modifications to the training procedure and architecture (e.g. early stopping, minibatching, dropout) whose effects are not always directly interpretable. Although estimating the resulting implicit regularization could aid theorists in algorithm design and practitioners in interpreting their hyperparameter choices, this problem has received little direct attention. It is also tractable: regularization makes weight updates deviate from loss gradients, promising a signal for identifying implicit bias. Here we provide gradient matching methods that can be used to empirically estimate the implicit regularization. Our method works on networks with known regularization, recovering popular explicit penalties like $\ell_1$ and $\ell_2$. It also replicates known implicit effects, like the quadratic weight penalty induced by early stopping in gradient descent, demonstrating that it can be used to test theories of implicit regularization. Crucially, because our method is empirical, it can handle implicit regularization in arbitrary networks. We demonstrate this use by characterizing the effects of dropout in deep networks, showing implicit $\ell_2$ effects in this popular method. Our work shows that practitioners can use gradient matching to understand regularization in networks with implicit biases that are too complicated to derive analytically.

📄 PDF Abstract BibTeX arXiv:2605.05436

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Uncertainty in Deep State Space Models for Model-Based Reinforcement Learning

2022-10-17 · Philipp Becker, Gerhard Neumann

Improved state space models, such as Recurrent State Space Models (RSSMs), are a key factor behind recent advances in model-based reinforcement learning (RL). Yet, despite their empirical success, many of the underlying …

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Sensor Fusion+1

Few-Shot Multi-Human Neural Rendering Using Geometry Constraints

2025-02-11 · Qian Li, Victoria Fernàndez Abrevaya, Franck Multon, Adnane Boukhayma

We present a method for recovering the shape and radiance of a scene consisting of multiple people given solely a few images. Multi-human scenes are complex due to additional occlusion and clutter. For single-human setti…

Neural Rendering

Limitation of Characterizing Implicit Regularization by Data-independent Functions

2022-01-28 · Leyang Zhang, Zhi-Qin John Xu, Tao Luo, Yaoyu Zhang

In recent years, understanding the implicit regularization of neural networks (NNs) has become a central task in deep learning theory. However, implicit regularization is itself not completely defined and well understood…

Learning Theory

Implicit Bias of Large Depth Networks: a Notion of Rank for Nonlinear Functions

2022-09-29 · Arthur Jacot

We show that the representation cost of fully connected neural networks with homogeneous nonlinearities - which describes the implicit bias in function space of networks with $L_2$-regularization or with losses such as t…

Denoising

Adaptive and Implicit Regularization for Matrix Completion

2022-08-11 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix Completion