paper-with-me

Papers

HyperAdam: A Learnable Task-Adaptive Adam for Network Training

2018-11-22 · Shipeng Wang, Jian Sun, Zongben Xu

Deep neural networks are traditionally trained using human-designed stochastic optimization algorithms, such as SGD and Adam. Recently, the approach of learning to optimize network parameters has emerged as a promising research topic. However, these learned black-box optimizers sometimes do not fully utilize the experience in human-designed optimizers, therefore have limitation in generalization ability. In this paper, a new optimizer, dubbed as \textit{HyperAdam}, is proposed that combines the idea of "learning to optimize" and traditional Adam optimizer. Given a network for training, its parameter update in each iteration generated by HyperAdam is an adaptive combination of multiple updates generated by Adam with varying decay rates. The combination weights and decay rates in HyperAdam are adaptively learned depending on the task. HyperAdam is modeled as a recurrent neural network with AdamCell, WeightCell and StateCell. It is justified to be state-of-the-art for various network training, such as multilayer perceptron, CNN and LSTM.

📄 PDF Abstract BibTeX arXiv:1811.08996

Code (2)

ShipengWang/HyperAdam tf
ShipengWang/HyperAdam-Tensorflow tf

Tasks

Stochastic Optimization

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
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…

Similar Papers 제목 키워드 기반

Accelerating Training with Neuron Interaction and Nowcasting Networks

2024-09-06 · Boris Knyazev, Abhinav Moudgil, Guillaume Lajoie, Eugene Belilovsky 외

Neural network training can be accelerated when a learnable update rule is used in lieu of classic adaptive optimizers (e.g. Adam). However, learnable update rules can be costly and unstable to train and use. Recently, J…

AdaMS: Deep Metric Learning with Adaptive Margin and Adaptive Scale for Acoustic Word Discrimination

2022-10-26 · Myunghun Jung, Hoirin Kim

Many recent loss functions in deep metric learning are expressed with logarithmic and exponential forms, and they involve margin and scale as essential hyper-parameters. Since each data class has an intrinsic characteris…

Metric Learning

WarpAdam: A new Adam optimizer based on Meta-Learning approach

2024-09-06 · Chengxi Pan, Junshang Chen, Jingrui Ye

Optimal selection of optimization algorithms is crucial for training deep learning models. The Adam optimizer has gained significant attention due to its efficiency and wide applicability. However, to enhance the adaptab…

Meta-Learning

AdaMixer: A Fast-Converging Query-Based Object Detector

2022-03-30 · CVPR 2022 1 · Ziteng Gao, LiMin Wang, Bing Han, Sheng Guo

Traditional object detectors employ the dense paradigm of scanning over locations and scales in an image. The recent query-based object detectors break this convention by decoding image features with a set of learnable q…

ObjectObject Detection

HARP: Hadamard-Preconditioned Adaptive Rotation Processor for Extreme LLM Quantization

2026-05-28 · Artur Zagitov, Gleb Molodtsov, Aleksandr Beznosikov arxiv

Post-training quantization (PTQ) is essential for deploying LLMs under memory and bandwidth constraints. However, extreme low-bit quantization remains highly sensitive to activation outliers and anisotropic weight curvat…