中文
相关论文

相关论文: Avoiding Bias in Clipped SGD for Overparameterized…

200 篇论文

Stochastic gradient descent (SGD) is the optimization algorithm of choice in many machine learning applications such as regularized empirical risk minimization and training deep neural networks. The classical convergence analysis of SGD is…

Commonly used optimization algorithms often show a trade-off between good generalization and fast training times. For instance, stochastic gradient descent (SGD) tends to have good generalization; however, adaptive gradient methods have…

机器学习 · 计算机科学 2023-06-14 Aditya Cowsik , Tankut Can , Paolo Glorioso

Stochastic gradient descent (SGD) is a popular and efficient method with wide applications in training deep neural nets and other nonconvex models. While the behavior of SGD is well understood in the convex learning setting, the existing…

机器学习 · 计算机科学 2019-12-16 Yunwen Lei , Ting Hu , Guiying Li , Ke Tang

The growing prevalence of nonsmooth optimization problems in machine learning has spurred significant interest in generalized smoothness assumptions. Among these, the (L0, L1)-smoothness assumption has emerged as one of the most prominent.…

最优化与控制 · 数学 2026-02-24 Zhirayr Tovmasyan , Grigory Malinovsky , Laurent Condat , Peter Richtárik

In this work, we reveal a strong implicit bias of stochastic gradient descent (SGD) that drives overly expressive networks to much simpler subnetworks, thereby dramatically reducing the number of independent parameters, and improving…

机器学习 · 计算机科学 2024-05-30 Feng Chen , Daniel Kunin , Atsushi Yamamura , Surya Ganguli

In machine learning, stochastic gradient descent (SGD) is widely deployed to train models using highly non-convex objectives with equally complex noise models. Unfortunately, SGD theory often makes restrictive assumptions that fail to…

机器学习 · 计算机科学 2022-10-11 Vivak Patel , Shushu Zhang , Bowen Tian

Neural networks trained with SGD were recently shown to rely preferentially on linearly-predictive features and can ignore complex, equally-predictive ones. This simplicity bias can explain their lack of robustness out of distribution…

机器学习 · 计算机科学 2022-09-13 Damien Teney , Ehsan Abbasnejad , Simon Lucey , Anton van den Hengel

Large over-parametrized models learned via stochastic gradient descent (SGD) methods have become a key element in modern machine learning. Although SGD methods are very effective in practice, most theoretical analyses of SGD suggest slower…

最优化与控制 · 数学 2018-11-08 Raef Bassily , Mikhail Belkin , Siyuan Ma

Modern machine learning architectures are often highly expressive. They are usually over-parameterized and can interpolate the data by driving the empirical loss close to zero. We analyze the convergence of Local SGD (or FedAvg) for such…

机器学习 · 计算机科学 2024-06-11 Tiancheng Qin , S. Rasoul Etesami , César A. Uribe

Stochastic descent methods (of the gradient and mirror varieties) have become increasingly popular in optimization. In fact, it is now widely recognized that the success of deep learning is not only due to the special deep architecture of…

机器学习 · 计算机科学 2019-01-21 Navid Azizan , Babak Hassibi

In recent years, machine learning models have achieved success based on the independently and identically distributed assumption. However, this assumption can be easily violated in real-world applications, leading to the Out-of-Distribution…

机器学习 · 计算机科学 2024-03-27 Yifan Hao , Yong Lin , Difan Zou , Tong Zhang

Deep neural networks with remarkably strong generalization performances are usually over-parameterized. Despite explicit regularization strategies are used for practitioners to avoid over-fitting, the impacts are often small. Some…

计算与语言 · 计算机科学 2018-11-05 Deren Lei , Zichen Sun , Yijun Xiao , William Yang Wang

We give a new separation result between the generalization performance of stochastic gradient descent (SGD) and of full-batch gradient descent (GD) in the fundamental stochastic convex optimization model. While for SGD it is well-known that…

机器学习 · 计算机科学 2021-07-01 Idan Amir , Tomer Koren , Roi Livni

Recent empirical work on stochastic gradient descent (SGD) applied to over-parameterized deep learning has shown that most gradient components over epochs are quite small. Inspired by such observations, we rigorously study properties of…

机器学习 · 计算机科学 2021-10-19 Yingxue Zhou , Xinyan Li , Arindam Banerjee

Stochastic gradient descent (SGD) is almost ubiquitously used for training non-convex optimization tasks. Recently, a hypothesis proposed by Keskar et al. [2017] that large batch methods tend to converge to sharp minimizers has received…

机器学习 · 统计学 2018-12-04 Xiaowu Dai , Yuhua Zhu

Gradient Descent (GD) is a powerful workhorse of modern machine learning thanks to its scalability and efficiency in high-dimensional spaces. Its ability to find local minimisers is only guaranteed for losses with Lipschitz gradients, where…

机器学习 · 计算机科学 2023-07-27 Lei Chen , Joan Bruna

Machine learning, especially deep neural networks, has been rapidly developed in fields including computer vision, speech recognition and reinforcement learning. Although Mini-batch SGD is one of the most popular stochastic optimization…

机器学习 · 计算机科学 2019-03-12 Xinyu Peng , Li Li , Fei-Yue Wang

Neural network compression has been an increasingly important subject, not only due to its practical relevance, but also due to its theoretical implications, as there is an explicit connection between compressibility and generalization…

机器学习 · 统计学 2024-02-13 Yijun Wan , Melih Barsbey , Abdellatif Zaidi , Umut Simsekli

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice, which has been hypothesized to play an important role in the generalization of modern machine learning approaches. In this work, we seek to…

机器学习 · 计算机科学 2022-07-12 Difan Zou , Jingfeng Wu , Vladimir Braverman , Quanquan Gu , Dean P. Foster , Sham M. Kakade

Implicit bias induced by gradient-based algorithms is essential to the generalization of overparameterized models, yet its mechanisms can be subtle. This work leverages the Normalized Steepest Descent} (NSD) framework to investigate how…

机器学习 · 计算机科学 2026-03-25 Shengping Xie , Zekun Wu , Quan Chen , Kaixu Tang