AdaFamily: A family of Adam-like adaptive gradient methods
Hannes Fassold

TL;DR
AdaFamily introduces a new family of adaptive gradient methods that blend features of Adam, AdaBelief, and AdaMomentum, demonstrating improved performance in deep neural network training.
Contribution
It presents a novel family of adaptive gradient algorithms that unify and extend existing methods like Adam, AdaBelief, and AdaMomentum.
Findings
Outperforms existing algorithms on standard image classification datasets
Demonstrates improved training stability and accuracy
Validates effectiveness across multiple neural network architectures
Abstract
We propose AdaFamily, a novel method for training deep neural networks. It is a family of adaptive gradient methods and can be interpreted as sort of a blend of the optimization algorithms Adam, AdaBelief and AdaMomentum. We perform experiments on standard datasets for image classification, demonstrating that our proposed method outperforms these algorithms.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Stochastic Gradient Optimization Techniques · Human Pose and Action Recognition
MethodsAdam · Adabelief
