Pith. sign in

REVIEW 15 cited by

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 1712.07628 v1 pith:R3KV3QAS submitted 2017-12-20 cs.LG math.OC

Improving Generalization Performance by Switching from Adam to SGD

classification cs.LG math.OC
keywords adamtrainingconditiondatastrategyadaptivegeneralizationgradient
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Despite superior training outcomes, adaptive optimization methods such as Adam, Adagrad or RMSprop have been found to generalize poorly compared to Stochastic gradient descent (SGD). These methods tend to perform well in the initial portion of training but are outperformed by SGD at later stages of training. We investigate a hybrid strategy that begins training with an adaptive method and switches to SGD when appropriate. Concretely, we propose SWATS, a simple strategy which switches from Adam to SGD when a triggering condition is satisfied. The condition we propose relates to the projection of Adam steps on the gradient subspace. By design, the monitoring process for this condition adds very little overhead and does not increase the number of hyperparameters in the optimizer. We report experiments on several standard benchmarks such as: ResNet, SENet, DenseNet and PyramidNet for the CIFAR-10 and CIFAR-100 data sets, ResNet on the tiny-ImageNet data set and language modeling with recurrent networks on the PTB and WT2 data sets. The results show that our strategy is capable of closing the generalization gap between SGD and Adam on a majority of the tasks.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 15 Pith papers

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

  1. Efficient Temporal Point Processes via Monotone Alternating Splines

    cs.LG 2026-07 unverdicted novelty 7.0

    MAS is proposed as a new parameterization for CCIFs in TPPs using distinct interpolation and extrapolation spline components to overcome convexity, saturation, and modeling requirement issues of MNNs.

  2. Towards Understanding the Power and Limits of the Muon Optimizer: A River-Valley Perspective

    cs.LG 2026-06 unverdicted novelty 7.0

    Muon moves faster along signal river directions early but converges slower or oscillates near optima than GD due to orthogonal updates removing scale information, supporting two-stage optimization.

  3. Large Spikes in Stochastic Gradient Descent: A Large-Deviations View

    cs.LG 2026-03 unverdicted novelty 7.0

    Large loss spikes in SGD are polynomially likely and serve as the dominant mechanism for escaping sharp minima toward flatter solutions in the NTK regime.

  4. LionMuon: Alternating Spectral and Sign Descent for Efficient Training

    cs.LG 2026-05 unverdicted novelty 6.0

    LionMuon alternates Lion and Muon steps with shared dual-EMA buffer to Pareto-dominate existing optimizers in loss and compute on models up to 720M parameters.

  5. LionMuon: Alternating Spectral and Sign Descent for Efficient Training

    cs.LG 2026-05 unverdicted novelty 6.0

    LionMuon alternates Lion sign steps and Muon spectral steps with shared dual-EMA momentum to match Lion memory while outperforming both at P=2 on 124M-720M models, backed by heavy-tailed complexity bounds that predict...

  6. Revisiting the Adam-SGD Gap in LLM Pre-Training: The Role of Large Effective Learning Rates

    cs.LG 2026-05 unverdicted novelty 6.0

    The Adam-SGD gap in large-batch LLM pre-training arises mainly from SGD's restricted effective learning rates caused by small gradients and output-layer spikes; clipping lets SGD recover nearly all of Adam's performance.

  7. Nonperturbative Leakage Elimination Operator-Based Quantum Control Pulse Design Beyond the High Frequency Driving Regime

    quant-ph 2026-06 unverdicted novelty 5.0

    Recasts LEO quantum control in nonperturbative Floquet-Magnus framework to derive low-frequency pulse conditions, proves equivalence to prior zero-order results, and validates on spin-chain state transfer and two-leve...

  8. Muon Learns More Robust and Transferable Features than Adam

    cs.LG 2026-06 unverdicted novelty 5.0

    Muon learns more robust and transferable features than Adam and SGD, shown via corruption robustness tests, transfer experiments, layer-wise probes, effective rank measurements, and a theoretical proof on margins in a...

  9. Nonreversible Gauge Fields in Fokker--Planck Dynamics: Supersymmetric Hamiltonians and Learned Finite Forces

    cond-mat.dis-nn 2026-06 unverdicted novelty 5.0

    Nonreversible gauge fields are introduced for Fokker-Planck dynamics, mapped to supersymmetric Hamiltonians via similarity transformations, and optimized via finite-time actor-critic learning on Gaussian and double-we...

  10. Softsign: Smooth Sign in Your Optimizer For Better Parameter Heterogeneity Handling

    cs.LG 2026-05 unverdicted novelty 5.0

    SoftSignum replaces hard sign with soft-sign in optimizers via temperature control and quantile scheduling, extends to SoftMuon, provides a convergence proof for stochastic non-convex settings, and reports better perf...

  11. Ada2MS: A Hybrid Optimization Algorithm Based on Exponential Mixing of Elementwise and Global Second-Moment Estimates

    cs.LG 2026-05 unverdicted novelty 5.0

    Ada2MS is a new optimizer that exponentially mixes elementwise and global second-moment estimates to interpolate between AdamW and momentum-SGD behaviors and reports competitive results on visual tasks under a unified...

  12. Margin-Adaptive Confidence Ranking for Reliable LLM Judgement

    cs.LG 2026-05 unverdicted novelty 5.0

    Introduces a margin-adaptive confidence ranking method that learns an estimator from simulated diversity and derives margin-dependent generalization bounds for use in fixed-sequence testing of LLM-human agreement.

  13. Enhancing SignSGD: Small-Batch Convergence Analysis and a Hybrid Switching Strategy

    cs.LG 2026-04 unverdicted novelty 5.0

    SignSGD with pre-sign dithering and a calibrated hybrid switch to SGD achieves 92.18% accuracy on CIFAR-10 with ResNet-18, outperforming pure SGD and SignSGD, plus better results than Adam on CIFAR-100.

  14. Margin-Adaptive Confidence Ranking for Reliable LLM Judgement

    cs.LG 2026-05 unverdicted novelty 4.0

    Develops a margin-adaptive learned confidence estimator for LLMs with generalization guarantees to improve agreement rates with human judgments over heuristic baselines.

  15. Neural Network Optimization Reimagined: Decoupled Techniques for Scratch and Fine-Tuning

    cs.CV 2026-04 unverdicted novelty 3.0

    DualOpt decouples optimization by using real-time layer-wise weight decay for scratch training and weight rollback for fine-tuning to improve convergence, generalization, and reduce knowledge forgetting.