paper-with-me

Papers

The Implicit Bias for Adaptive Optimization Algorithms on Homogeneous Neural Networks

2020-12-11 · Bohan Wang, Qi Meng, Wei Chen, Tie-Yan Liu

Despite their overwhelming capacity to overfit, deep neural networks trained by specific optimization algorithms tend to generalize well to unseen data. Recently, researchers explained it by investigating the implicit regularization effect of optimization algorithms. A remarkable progress is the work (Lyu&Li, 2019), which proves gradient descent (GD) maximizes the margin of homogeneous deep neural networks. Except GD, adaptive algorithms such as AdaGrad, RMSProp and Adam are popular owing to their rapid training process. However, theoretical guarantee for the generalization of adaptive optimization algorithms is still lacking. In this paper, we study the implicit regularization of adaptive optimization algorithms when they are optimizing the logistic loss on homogeneous deep neural networks. We prove that adaptive algorithms that adopt exponential moving average strategy in conditioner (such as Adam and RMSProp) can maximize the margin of the neural network, while AdaGrad that directly sums historical squared gradients in conditioner can not. It indicates superiority on generalization of exponential moving average strategy in the design of the conditioner. Technically, we provide a unified framework to analyze convergent direction of adaptive optimization algorithms by constructing novel adaptive gradient flow and surrogate margin. Our experiments can well support the theoretical findings on convergent direction of adaptive optimization algorithms.

📄 PDF Abstract BibTeX arXiv:2012.06244

Code (1)

bhwangfy/ICML-2021-Adaptive-Bias 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Flavors of Margin: Implicit Bias of Steepest Descent in Homogeneous Neural Networks

2024-10-29 · Nikolaos Tsilivis, Gal Vardi, Julia Kempe

We study the implicit bias of the general family of steepest descent algorithms with infinitesimal learning rate in deep homogeneous neural networks. We show that: (a) an algorithm-dependent geometric margin starts incre…

The Implicit Bias of Adam and Muon on Smooth Homogeneous Neural Networks

2026-02-18 · Eitan Gronich, Gal Vardi arxiv

We study the implicit bias of momentum-based optimizers on smooth homogeneous models. We show that \textit{momentum steepest descent} algorithms like Muon (spectral norm), MomentumGD ($\ell_2$ norm), and Signum ($\ell_\i…

Implicit Bias in Leaky ReLU Networks Trained on High-Dimensional Data

2022-10-13 · Spencer Frei, Gal Vardi, Peter L. Bartlett, Nathan Srebro 외

The implicit biases of gradient-based optimization algorithms are conjectured to be a major factor in the success of modern deep learning. In this work, we investigate the implicit bias of gradient flow and gradient desc…

Vocal Bursts Intensity Prediction

Implicit Bias of Gradient Descent for Non-Homogeneous Deep Networks

2025-02-22 · Yuhang Cai, Kangjie Zhou, Jingfeng Wu, Song Mei 외

We establish the asymptotic implicit bias of gradient descent (GD) for generic non-homogeneous deep networks under exponential loss. Specifically, we characterize three key properties of GD iterates starting from a suffi…

CDF Transform-and-Shift: An effective way to deal with datasets of inhomogeneous cluster densities

2018-10-05 · Ye Zhu, Kai Ming Ting, Mark Carman, Maia Angelova

The problem of inhomogeneous cluster densities has been a long-standing issue for distance-based and density-based algorithms in clustering and anomaly detection. These algorithms implicitly assume that all clusters have…

Anomaly DetectionClusteringClustering Algorithms Evaluation