paper-with-me

Papers

Super-Convergence: Very Fast Training of Neural Networks Using Large Learning Rates

2017-08-23 · Leslie N. Smith, Nicholay Topin

In this paper, we describe a phenomenon, which we named "super-convergence", where neural networks can be trained an order of magnitude faster than with standard training methods. The existence of super-convergence is relevant to understanding why deep networks generalize well. One of the key elements of super-convergence is training with one learning rate cycle and a large maximum learning rate. A primary insight that allows super-convergence training is that large learning rates regularize the training, hence requiring a reduction of all other forms of regularization in order to preserve an optimal regularization balance. We also derive a simplification of the Hessian Free optimization method to compute an estimate of the optimal learning rate. Experiments demonstrate super-convergence for Cifar-10/100, MNIST and Imagenet datasets, and resnet, wide-resnet, densenet, and inception architectures. In addition, we show that super-convergence provides a greater boost in performance relative to standard training when the amount of labeled training data is limited. The architectures and code to replicate the figures in this paper are available at github.com/lnsmith54/super-convergence. See http://www.fast.ai/2018/04/30/dawnbench-fastai/ for an application of super-convergence to win the DAWNBench challenge (see https://dawn.cs.stanford.edu/benchmark/).

📄 PDF Abstract BibTeX arXiv:1708.07120

Code (10)

lnsmith54/super-convergence 공식 구현 caffe2
benihime91/one_cycle_lr-tensorflow tf
benihime91/tensorflow-on-steroids tf
coxy1989/superconv tf
jagatabhay/TSAI pytorch
jessefokkinga/MechanismsOfAction pytorch
johntd54/stanford_car pytorch
scaomath/fourier-transformer pytorch
scaomath/galerkin-transformer pytorch
xultaeculcis/coral-net pytorch

Similar Papers 제목 키워드 기반

Super-Convergence: Very Fast Training of Residual Networks Using Large Learning Rates

2018-01-01 · ICLR 2018 1 · Leslie N. Smith, Nicholay Topin

In this paper, we show a phenomenon, which we named ``super-convergence'', where residual networks can be trained using an order of magnitude fewer iterations than is used with standard training methods. The existence …

Improving Controllable Generation: Faster Training and Better Performance via $x_0$-Supervision

2026-04-07 · Amadou S. Sangare, Adrien Maglo, Mohamed Chaouch, Bertrand Luvison arxiv

Text-to-Image (T2I) diffusion/flow models have recently achieved remarkable progress in visual fidelity and text alignment. However, they remain limited when users need to precisely control image layouts, something that …

A Smoothing Newton Method for Rank-one Matrix Recovery

2025-07-30 · Tyler Maunu, Gabriel Abreu arxiv

We consider the phase retrieval problem, which involves recovering a rank-one positive semidefinite matrix from rank-one measurements. A recently proposed algorithm based on Bures-Wasserstein gradient descent (BWGD) exhi…

Super-convergence and Differential Privacy: Training faster with better privacy guarantees

2021-03-18 · Osvald Frisk, Friedrich Dörmann, Christian Marius Lillelund, Christian Fischer Pedersen

The combination of deep neural networks and Differential Privacy has been of increasing interest in recent years, as it offers important data protection guarantees to the individuals of the training datasets used. Howeve…

Supervised hashing with latent factor models

2014-07-03 · SIGIR 2014 7 · Peichao Zhang, Wei zhang, Wu-Jun Li, and Minyi Guo

Due to its low storage cost and fast query speed, hashing has been widely adopted for approximate nearest neighbor search in large-scale datasets. Traditional hashing methods try to learn the hash codes in an unsupervise…