REVIEW 96 cited by
ADADELTA: An Adaptive Learning Rate Method
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
Signed reviews
read the original abstract
We present a novel per-dimension learning rate method for gradient descent called ADADELTA. The method dynamically adapts over time using only first order information and has minimal computational overhead beyond vanilla stochastic gradient descent. The method requires no manual tuning of a learning rate and appears robust to noisy gradient information, different model architecture choices, various data modalities and selection of hyperparameters. We show promising results compared to other methods on the MNIST digit classification task using a single machine and on a large scale voice dataset in a distributed cluster environment.
Forward citations
Showing 60 of 96 Pith papers that cite this
-
On the Provable Suboptimality of Momentum SGD in Nonstationary Stochastic Optimization
Momentum SGD pays a provable tracking penalty under distribution shift — lag growing as (1−β)⁻¹ and tracking floors worse than vanilla SGD in drift-dominated regimes.
-
Interior-Point Vanishing Problem in Semidefinite Relaxations for Neural Network Verification
Semidefinite relaxation for deep ReLU verification suffers from 'interior-point vanishing' as depth increases, and removing layer-wise bound constraints mitigates it.
-
Rethinking Attribute Representation and Injection for Sentiment Classification
The paper proposes CHIM, a chunk-wise importance matrix for representing user and product attributes, and reports that injecting attributes into attention is generally the worst of four locations in a BiLSTM sentiment...
-
Decoding the Micromagnetic Hamiltonian from Magnetic Fingerprints
Independent CNNs plus an Alice–Bob uncertainty pair extract Aex, Ku, D, and Npin from FORC images and recreate the input magnetometry in closed loop.
-
OmniOpt: Taxonomy, Geometry, and Benchmarking of Modern Optimizers
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.
-
bAdag: an adaptive block coordinate gradient method for smooth nonconvex functions
Introduces bAdag, an AdaGrad-based block coordinate gradient method with ergodic sublinear convergence proofs for smooth nonconvex objectives under block Lipschitz gradient assumptions, covering cyclic, uniform random...
-
A stochastic gradient algorithm for non-separable optimization with convergence guarantee
Presents a stochastic gradient algorithm for non-separable optimization with local convergence guarantees under smoothness assumptions.
-
Voronoi-Elitism Genetic Algorithm: A Generic Derivative-Free Routine With Theory and Implementation for Statistical Optimization
VEGA is a derivative-free genetic algorithm that constructs Voronoi neighborhoods around retained elite candidates to balance exploitation and exploration in high-dimensional statistical optimization.
-
De-risking solutions to optimization problems
A softmax-based cutting-plane method de-risks solutions of generic optimization problems by reducing an impact metric with limited cost increase, or certifies impossibility.
-
Global Convergence of Sampling-Based Nonconvex Optimization through Diffusion-Style Smoothing
Recasts sampling-based nonconvex optimization as smoothed gradient descent to obtain non-asymptotic convergence guarantees and introduces the DIDA annealed algorithm that converges to the global optimum.
-
Auto-Conditioned Frank-Wolfe Algorithms
The paper proposes an auto-conditioned framework for Frank-Wolfe algorithms that replaces global smoothness constants with local estimators computed from first-order information, achieving convergence to stationary po...
-
Sketched Gaussian Mechanism for Private Federated Learning
A sketched Gaussian mechanism is shown to have privacy loss that shrinks as the sketch dimension grows, giving communication-efficient federated learning with stronger privacy per noise budget.
-
Dynamic Low-rank Approximation of Full-Matrix Preconditioner for Training Generalized Linear Models
AdaGram applies a dynamical low-rank integrator to the preconditioner of adaptive gradient methods, achieving full-matrix-like updates with rank 1-5 approximations at low cost on small GLM benchmarks.
-
Dynamic Domain Information Modulation Algorithm for Multi-domain Sentiment Analysis
A new algorithm (DAMA) learns a per-domain scalar step size that modulates the input's domain information via gradients, yielding a modest 0.3% average accuracy improvement over a multi-task baseline.
-
Structural Alignment in Link Prediction
Knowledge graph link prediction and KGEM hyperparameter preference can be modelled from graph structural features alone; TWIG and TWIG-I demonstrate this and enable cross-KG transfer.
-
Revisiting Transformers through the Lens of Low Entropy and Dynamic Sparsity
In controlled toy experiments, Transformers converge to lower-entropy distributions than the target, an effect driven by the FFN and linked to dynamic sparsity patterns.
-
prunAdag: an adaptive pruning-aware gradient method
prunAdag separates parameters into optimisable and decreasable sets, updates them with Adagrad-like rules, and provably drives the average gradient norm to zero at rate O(log(k)/sqrt(k+1)).
-
First-Passage Approach to Optimizing Perturbations for Improved Training of Machine Learning Models
The authors show that when unperturbed neural network training reaches a quasi-steady state, the mean time to a target test accuracy under periodic perturbations can be predicted from a single perturbation experiment.
-
Expert-Free Online Transfer Learning in Multi-Agent Reinforcement Learning
EF-OnTL lets teams of imperfect RL agents share selected experience online, guided by uncertainty and surprise, and is reported to match or beat expert-based advice baselines in four testbeds.
-
Skeleton and Font Generation Network for Zero-shot Chinese Character Generation
SFGN generates Chinese characters from radical and stroke captions and transfers style via a transitive-attention mechanism, improving zero-shot generation and error-correction augmentation.
-
Dynamic Learning Rate Decay for Stochastic Variational Inference
The paper introduces DLRD, an adaptive learning-rate decay rule for SVI based on the signal-to-noise ratio of the variational parameter trajectory.
-
Complexities of Armijo-like algorithms in Deep Learning context
Armijo backtracking variants are shown to achieve optimal first-order complexity under (L0,L1) smoothness and on analytic functions, with no hyperparameter tuning required.
-
COAP: Memory-Efficient Training with Correlation-Aware Gradient Projection
COAP compresses optimizer states via a correlation-aware, occasionally recalibrated low-rank projection, matching AdamW performance while cutting optimizer memory by up to 81%.
-
ExpTest: Automating Learning Rate Searching and Tuning with Insights from Linearized Neural Networks
ExpTest auto-selects and tunes the learning rate by testing whether the training loss decays exponentially, without needing an initial learning rate choice.
-
Probe-Me-Not: Protecting Pre-trained Encoders from Malicious Probing
EncoderLock modifies a small set of pre-trained encoder weights so that linear probing succeeds on authorized domains while failing on prohibited domains, in supervised, unsupervised, and zero-shot data scenarios.
-
MARS: Unleashing the Power of Variance Reduction for Training Large Models
MARS combines STORM-style variance reduction with preconditioned updates and reports improved token efficiency over AdamW on GPT-2 pretraining, though the analyzed and evaluated variants differ.
-
Few-Shot Generalization for Single-Image 3D Reconstruction via Priors
A single-view 3D reconstruction network that refines a category-averaged prior shape achieves few-shot generalization to novel object classes without retraining or novel-class images.
-
One Model to Learn Both: Zero Pronoun Prediction and Translation
By jointly predicting and translating zero pronouns in one model, the authors improve Chinese-English BLEU by 5.3 points and Japanese-English BLEU by 2.1 points over a strong baseline.
-
Rethinking Irregular Scene Text Recognition
Curved synthetic training data, aspect-ratio-preserving resizing, and rotation augmentation push rectification-based scene text recognizers to state-of-the-art accuracy on curved text benchmarks.
-
Defeating Misclassification Attacks Against Transfer Learning
An ensemble of five pruned two-class differentiators rejects over 90% of targeted and non-targeted misclassification attacks in transfer learning with less than 10% accuracy loss, under a black-box attack model.
-
Controllable Video Captioning with POS Sequence Guidance Based on Gated Fusion Network
A video captioning model with cross-gated feature fusion and predicted part-of-speech sequence guidance improves caption scores and enables syntactic control.
-
Adaptive Embedding Gate for Attention-Based Scene Text Recognition
A gating module that modulates the previous-prediction embedding by estimated character-pair correlations improves attention-based scene text recognition accuracy and noise robustness.
-
Spatio-temporal Manifold Learning for Human Motions via Long-horizon Modeling
STRNN, a spatio-temporal recurrent network with part-based skeleton encoding and long-horizon prediction, generates stable human motions for up to 20,000 frames in open-loop mode.
-
Demystifying Learning Rate Policies for High Accuracy Training of Deep Neural Networks
A systematic empirical study with a new tool, LRBench, evaluates 13 learning rate policies and finds that tuned cyclic schedules can beat framework defaults in accuracy and cost.
-
End-to-End Multi-Speaker Speech Recognition using Speaker Embeddings and Transfer Learning
Conditioning a hybrid CTC/attention ASR on speaker embeddings and adding transfer learning from clean speech reduces word error rate on overlapped two-speaker speech to 14.6%, from a prior best of 25.4%.
-
On the Variance of the Adaptive Learning Rate and Beyond
The paper identifies high early variance in Adam's adaptive learning rate as the reason warmup helps, and introduces RAdam, which rectifies that variance without needing a warmup schedule.
-
AttentionBoost: Learning What to Attend by Boosting Fully Convolutional Networks
Per-pixel loss reweighting across stages, inspired by AdaBoost, improves gland segmentation accuracy over fixed-attention and non-boosted multi-stage baselines on a private dataset.
-
Symmetry-constrained Rectification Network for Scene Text Recognition
A symmetry-constrained rectification network that predicts per-character geometry improves scene text recognition on regular and irregular text, achieving state-of-the-art on CUTE80, SVTP, and ICDAR 2015.
-
How Does Learning Rate Decay Help Modern Neural Networks?
Learning rate decay works because large learning rates suppress memorization of noisy data, while smaller learning rates enable learning of more complex patterns.
-
Cross-Attention End-to-End ASR for Two-Party Conversations
End-to-end ASR model with speaker-specific cross-attention for two-party conversations outperforms standard models on the Switchboard corpus.
-
Gated Embeddings in End-to-End Speech Recognition for Conversational-Context Fusion
Gated fusion of fastText and BERT embeddings into an end-to-end ASR model captures multi-sentence conversational context and lowers word error rate on the Switchboard corpus.
-
Adaptive Hybrid Particle Swarm Optimization with Gradient Descent
A diversity-gated sigmoid that blends PSO with gradient descent helps only on smooth-basin problems; with equal evaluation budgets, standard PSO wins most comparisons.
-
Adaptivity via a Parallel Architecture for Stochastic Gradient Methods
Parallel geometric search over the iteration budget converts static SGD into an adaptive method with approximation factor α_p = (1+1/p)(p+1)^{1/p}.
-
NeuralChaos: Optimal Adapted Approximation of Square Integrable Predictable Processes
A finite-sampling neural architecture is dense in the Hilbert space of square-integrable predictable processes and attains best-N-term chaoslet rates for compressible or Malliavin-regular processes.
-
PAPA: Online Personalized Active Preference Alignment
PAPA directly optimizes diffusion models via real-time user feedback for personalized preference alignment, drawing from variational inference, with an efficiency-enhanced variant EPAPA.
-
Zero-order Parameter-free Optimization for LMO-based Methods: Novel Approach for Efficient Fine-tuning
AdaNAGED combines zeroth-order gradient-free training, automatic parameter adaptation, and LMO-based non-Euclidean geometry with claimed convergence guarantees, demonstrated on OPT-1.3B fine-tuning.
-
Pareto-Guided Teacher Alignment for Fair Personalized Text Generation
Fairness mitigation in personalized text generation is objective-dependent with methods occupying different regions of the fairness-personalization Pareto frontier rather than any single strategy dominating all objectives.
-
Objective-Function Free Multi-Objective Optimization: Rate of Convergence and Performance of an Adagrad-like algorithm
MO-Adagrad finds Pareto critical points at rate O(1/√k) in the squared norm of a common descent direction while evaluating no objective function.
-
Low-rank Orthogonalization for Large-scale Matrix Optimization with Applications to Foundation Model Training
Proposes low-rank orthogonalization and derives low-rank Muon and MSGD variants that outperform standard Muon on GPT-2 and LLaMA pretraining while providing iteration complexity bounds.
-
Fishers for Free? Approximating the Fisher Information Matrix by Recycling the Squared Gradient Accumulator
The squared gradient accumulator from Adam can serve as a free, drop-in approximation of the empirical Fisher diagonal across model merging, pruning, task embedding, and continual learning, with comparable performance.
-
Fast Variational Bayes for Large Spatial Data
New variational Bayes algorithms for NNGP spatial models achieve accuracy close to MCMC while being faster, and improve on existing variational approaches.
-
SoftSignSGD(S3): An Enhanced Optimizer for Practical DNN Training and Loss Spikes Minimization Beyond Adam
S3, an optimizer with a p-th order momentum denominator, equal EMA coefficients, and Nesterov acceleration, is claimed to match AdamW's 100k-step perplexity at 50k steps while avoiding loss spikes.
-
Subspace-based Approximate Hessian Method for Zeroth-Order Optimization
ZO-SAH accelerates zeroth-order optimization by estimating and using subspace Hessians via quadratic fitting with evaluation reuse, achieving faster convergence on logistic regression and neural network benchmarks.
-
Fractional-order Jacobian Matrix Differentiation and Its Application in Artificial Neural Networks
The authors introduce a fractional-order Jacobian matrix differentiation method for Autograd, implement it as FLinear in PyTorch, and claim improved performance on DJI and ETTh1 for fractional orders near 0.9.
-
Learning by solving differential equations
Runge-Kutta optimizers adapted with momentum, preconditioning, or adaptive learning rates can close the large-batch generalization gap and match Adam on small MLP workloads.
-
HessFormer: Hessians at Foundation Scale
HessFormer delivers distributed Hessian-vector products for 70B-parameter models and reports the first spectral-density plots, including large negative eigenvalues, for DeepSeek-LLM-70B.
-
FAD: Frequency Adaptation and Diversion for Cross-domain Few-shot Learning
A frequency-splitting adapter (FAD) improves Meta-Dataset few-shot accuracy by about half a point over strong baselines, though the evaluation protocol is compromised by test-set hyperparameter selection.
-
Block Circulant Adapter for Large Language Models
Block Circulant Adapter (BCA) fine-tunes LLMs with block circulant weight matrices, matching LoRA/FourierFT task performance while using fewer parameters than LoRA and fewer FLOPs than FourierFT.
-
SemiHMER: Semi-supervised Handwritten Mathematical Expression Recognition using pseudo-labels
SemiHMER combines dual-branch pseudo-supervision, weak-to-strong augmentation, and a dynamic counting module to improve handwritten math formula recognition on CROHME benchmarks.
-
A Parameter-Free and Near-Optimal Zeroth-Order Algorithm for Stochastic Convex Optimization
POEM is a parameter-free stochastic zeroth-order method that adapts both step size and smoothing automatically and reaches near-optimal oracle complexity.
Discussion (0). Continue with ORCID to comment.