paper-with-me

Papers

XGrad: Boosting Gradient-Based Optimizers With Weight Prediction

2023-05-26 · Lei Guan, Dongsheng Li, Yanqi Shi, Jian Meng

In this paper, we propose a general deep learning training framework XGrad which introduces weight prediction into the popular gradient-based optimizers to boost their convergence and generalization when training the deep neural network (DNN) models. In particular, ahead of each mini-batch training, the future weights are predicted according to the update rule of the used optimizer and are then applied to both the forward pass and backward propagation. In this way, during the whole training period, the optimizer always utilizes the gradients w.r.t. the future weights to update the DNN parameters, making the gradient-based optimizer achieve better convergence and generalization compared to the original optimizer without weight prediction. XGrad is rather straightforward to implement yet pretty effective in boosting the convergence of gradient-based optimizers and the accuracy of DNN models. Empirical results concerning five popular optimizers including SGD with momentum, Adam, AdamW, AdaBelief, and AdaM3 demonstrate the effectiveness of our proposal. The experimental results validate that XGrad can attain higher model accuracy than the baseline optimizers when training the DNN models. The code of XGrad will be available at: https://github.com/guanleics/XGrad.

📄 PDF Abstract BibTeX arXiv:2305.18240

Code (1)

guanleics/xgrad 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…

Similar Papers 제목 키워드 기반

Gradient-Based Algorithms for Machine Teaching

2021-06-19 · CVPR 2021 1 · Pei Wang, Kabir Nagrecha, Nuno Vasconcelos

The problem of machine teaching is considered. A new formulation is proposed under the assumption of an optimal student, where optimality is defined in the usual machine learning sense of empirical risk minimization.…

BIG-bench Machine Learning

DS FedProxGrad: Asymptotic Stationarity Without Noise Floor in Fair Federated Learning

2025-12-09 · Huzaifa Arif arxiv

Recent work \cite{arifgroup} introduced Federated Proximal Gradient \textbf{(\texttt{FedProxGrad})} for solving non-convex composite optimization problems in group fair federated learning. However, the original analysis …

Federated Learning

ReXGradient-160K: A Large-Scale Publicly Available Dataset of Chest Radiographs with Free-text Reports

2025-05-01 · Xiaoman Zhang, Julián N. Acosta, Josh Miller, Ouwen Huang 외

We present ReXGradient-160K, representing the largest publicly available chest X-ray dataset to date in terms of the number of patients. This dataset contains 160,000 chest X-ray studies with paired radiological reports …

Adaptive Friction in Deep Learning: Enhancing Optimizers with Sigmoid and Tanh Function

2024-08-07 · Hongye Zheng, Bingxing Wang, Minheng Xiao, Honglin Qin 외

Adaptive optimizers are pivotal in guiding the weight updates of deep neural networks, yet they often face challenges such as poor generalization and oscillation issues. To counter these, we introduce sigSignGrad and tan…

Friction

Instance-based Explanations for Gradient Boosting Machine Predictions with AXIL Weights

2023-01-05 · Paul Geertsema, Helen Lu

We show that regression predictions from linear and tree-based models can be represented as linear combinations of target instances in the training data. This also holds for models constructed as ensembles of trees, incl…

Feature Importanceregression