paper-with-me

Papers

AdamNODEs: When Neural ODE Meets Adaptive Moment Estimation

2022-07-13 · Suneghyeon Cho, Sanghyun Hong, Kookjin Lee, Noseong Park

Recent work by Xia et al. leveraged the continuous-limit of the classical momentum accelerated gradient descent and proposed heavy-ball neural ODEs. While this model offers computational efficiency and high utility over vanilla neural ODEs, this approach often causes the overshooting of internal dynamics, leading to unstable training of a model. Prior work addresses this issue by using ad-hoc approaches, e.g., bounding the internal dynamics using specific activation functions, but the resulting models do not satisfy the exact heavy-ball ODE. In this work, we propose adaptive momentum estimation neural ODEs (AdamNODEs) that adaptively control the acceleration of the classical momentum-based approach. We find that its adjoint states also satisfy AdamODE and do not require ad-hoc solutions that the prior work employs. In evaluation, we show that AdamNODEs achieve the lowest training loss and efficacy over existing neural ODEs. We also show that AdamNODEs have better training stability than classical momentum-based neural ODEs. This result sheds some light on adapting the techniques proposed in the optimization community to improving the training and inference of neural ODEs further. Our code is available at https://github.com/pmcsh04/AdamNODE.

📄 PDF Abstract BibTeX arXiv:2207.06066

Code (1)

pmcsh04/adamnode 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Signal Processing Meets SGD: From Momentum to Filter

2023-11-06 · Zhipeng Yao, Rui Yu, Guisong Chang, Ying Li 외

In deep learning, stochastic gradient descent (SGD) and its momentum-based variants are widely used for optimization. However, the internal dynamics of these methods remain underexplored. In this paper, we analyze gradie…

Acutum: When Generalization Meets Adaptability

2019-09-25 · Xunpeng Huang, Zhengyang Liu, Zhe Wang, Yue Yu 외

In spite of the slow convergence, stochastic gradient descent (SGD) is still the most practical optimization method due to its outstanding generalization ability and simplicity. On the other hand, adaptive methods have a…

BIG-bench Machine Learning

Adaptive Moment Estimation Optimization Algorithm Using Projection Gradient for Deep Learning

2025-03-13 · Yongqi Li, Xiaowei Zhang

Training deep neural networks is challenging. To accelerate training and enhance performance, we propose PadamP, a novel optimization algorithm. PadamP is derived by applying the adaptive estimation of the p-th power of …

GENERALIZED ADAPTIVE MOMENT ESTIMATION

2018-09-27 · Guoqiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

Adaptive gradient methods have experienced great success in training deep neural networks (DNNs). The basic idea of the methods is to track and properly make use of the first and/or second moments of the gradient for mod…

Revisiting the Initial Steps in Adaptive Gradient Descent Optimization

2024-12-03 · Abulikemu Abuduweili, Changliu Liu

Adaptive gradient optimization methods, such as Adam, are prevalent in training deep neural networks across diverse machine learning tasks due to their ability to achieve faster convergence. However, these methods often …