Pith. sign in

REVIEW 6 cited by

AdamP: Slowing Down the Slowdown for Momentum Optimizers on Scale-invariant Weights

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2006.08217 v3 pith:KURT36OT submitted 2020-06-15 cs.LG cs.CVstat.ML

classification cs.LGcs.CVstat.ML
keywords effectivestepoptimizerssizesweightsadampinvariancemomentum
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

Normalization techniques are a boon for modern deep learning. They let weights converge more quickly with often better generalization performances. It has been argued that the normalization-induced scale invariance among the weights provides an advantageous ground for gradient descent (GD) optimizers: the effective step sizes are automatically reduced over time, stabilizing the overall training procedure. It is often overlooked, however, that the additional introduction of momentum in GD optimizers results in a far more rapid reduction in effective step sizes for scale-invariant weights, a phenomenon that has not yet been studied and may have caused unwanted side effects in the current practice. This is a crucial issue because arguably the vast majority of modern deep neural networks consist of (1) momentum-based GD (e.g. SGD or Adam) and (2) scale-invariant parameters. In this paper, we verify that the widely-adopted combination of the two ingredients lead to the premature decay of effective step sizes and sub-optimal model performances. We propose a simple and effective remedy, SGDP and AdamP: get rid of the radial component, or the norm-increasing direction, at each optimizer step. Because of the scale invariance, this modification only alters the effective step sizes without changing the effective update directions, thus enjoying the original convergence properties of GD optimizers. Given the ubiquity of momentum GD and scale invariance in machine learning, we have evaluated our methods against the baselines on 13 benchmarks. They range from vision tasks like classification (e.g. ImageNet), retrieval (e.g. CUB and SOP), and detection (e.g. COCO) to language modelling (e.g. WikiText) and audio classification (e.g. DCASE) tasks. We verify that our solution brings about uniform gains in those benchmarks. Source code is available at https://github.com/clovaai/AdamP.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. OmniOpt: Taxonomy, Geometry, and Benchmarking of Modern Optimizers

    cs.LG 2026-07 conditional novelty 6.0 of 10

    A meta-pipeline plus LMO four-axis view yields a dual taxonomy of 108 optimizers, and a multi-objective LLM/vision benchmark shows no single family dominates the quality–cost–memory frontier.

  2. Improving Neural Network Training by Decoupling the Magnitude and Direction of Weight Vectors

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    Splitting weight matrices into a fixed-norm direction and learnable per-row/column magnitudes improves LLM training over AdamW/Muon, removes weight decay and warmup, and transfers the optimal LR across width.

  3. FauForensics: Boosting Audio-Visual Deepfake Detection with Facial Action Units

    cs.CV 2025-05 conditional novelty 5.0 of 10

    A deepfake detector that injects frozen facial-action-unit features into a frame-wise audio-visual attention model achieves state-of-the-art results on FakeAVCeleb and LAV-DF, with the largest gains in cross-dataset g...

  4. A BERT-Style Self-Supervised Learning CNN for Disease Identification from Retinal Images

    cs.CV 2025-04 conditional novelty 4.0 of 10

    Applying a SparK-style masked autoencoder to a lightweight CNN improves retinal disease classification, but the AD/PD gains are weakened by participant overlap between pre-training and evaluation sets.

  5. AmCLR: Unified Augmented Learning for Cross-Modal Representations

    cs.LG 2024-12 conditional novelty 3.0 of 10

    AmCLR and xAmCLR combine SogCLR's global contrastive objective with image and text augmentations, reporting small accuracy gains over SogCLR on retrieval and zero-shot tasks.

  6. Many-MobileNet: Multi-Model Augmentation for Robust Retinal Disease Classification

    cs.CV 2024-12 reject novelty 2.0 of 10

    An ensemble of three nnMobileNet variants with different hyperparameters and augmentations ranked third in the UWF4DR retinal image quality challenge, though validation showed the ensemble underperformed single models.

Pith tools