paper-with-me

Papers

Learning Gradient Descent: Better Generalization and Longer Horizons

2017-03-10 · ICML 2017 8 · Kaifeng Lv, Shunhua Jiang, Jian Li

Training deep neural networks is a highly nontrivial task, involving carefully selecting appropriate training algorithms, scheduling step sizes and tuning other hyperparameters. Trying different combinations can be quite labor-intensive and time consuming. Recently, researchers have tried to use deep learning algorithms to exploit the landscape of the loss function of the training problem of interest, and learn how to optimize over it in an automatic way. In this paper, we propose a new learning-to-learn model and some useful and practical tricks. Our optimizer outperforms generic, hand-crafted optimization algorithms and state-of-the-art learning-to-learn optimizers by DeepMind in many tasks. We demonstrate the effectiveness of our algorithms on a number of tasks, including deep MLPs, CNNs, and simple LSTMs.

📄 PDF Abstract BibTeX arXiv:1703.03633

Code (2)

vfleaking/rnnprop 공식 구현 tf
daskol/paper-reviews

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Simulated Annealing in Early Layers Leads to Better Generalization

2023-04-10 · CVPR 2023 1 · AmirMohammad Sarfi, Zahra Karimpour, Muawiz Chaudhary, Nasir M. Khalid 외

Recently, a number of iterative learning methods have been introduced to improve generalization. These typically rely on training for longer periods of time in exchange for improved generalization. LLF (later-layer-forge…

Few-Shot LearningTransfer Learning

Learning Provably Improves the Convergence of Gradient Descent

2025-01-30 · Qingyu Song, Wei Lin, Hong Xu

Learn to Optimize (L2O) trains deep neural network based solvers for optimization, achieving success in accelerating convex problems and improving non-convex solutions. However, L2O lacks rigorous theoretical backing for…

Stochasticity helps to navigate rough landscapes: comparing gradient-descent-based algorithms in the phase retrieval problem

2021-03-08 · Francesca Mignacco, Pierfrancesco Urbani, Lenka Zdeborová

In this paper we investigate how gradient-based algorithms such as gradient descent, (multi-pass) stochastic gradient descent, its persistent variant, and the Langevin algorithm navigate non-convex loss-landscapes and wh…

NavigateRetrieval

$μ$LO: Compute-Efficient Meta-Generalization of Learned Optimizers

2024-05-31 · Benjamin Thérien, Charles-Étienne Joseph, Boris Knyazev, Edouard Oyallon 외

Learned optimizers (LOs) can significantly reduce the wall-clock training time of neural networks, substantially reducing training costs. However, they often suffer from poor meta-generalization, especially when training…

GPUZero-shot Generalization

Blockwise Adaptivity: Faster Training and Better Generalization in Deep Learning

2019-05-23 · Shuai Zheng, James T. Kwok

Stochastic methods with coordinate-wise adaptive stepsize (such as RMSprop and Adam) have been widely used in training deep neural networks. Despite their fast convergence, they can generalize worse than stochastic gradi…

Deep Learning