gradient-descent

Tag

Cards List
#gradient-descent

REAL-Q: E2E LLM Quantization via Dynamic Gradient Descent

arXiv cs.LG · 6d ago Cached

The paper proposes REAL-Q, a novel end-to-end aligned post-training quantization method for large language models that uses dynamic gradient descent to mitigate quantization errors, achieving significant improvements in KL divergence reduction over state-of-the-art methods.

0 favorites 0 likes
#gradient-descent

The Road Taken: The Role of Optimizers at the Edge of Stability

arXiv cs.LG · 2026-08-20 Cached

This paper re-examines the edge of stability in deep learning optimization, proposing a new formulation based on directional Hessian and gradient-alignment score for more accurate predictions and diagnostic tools.

0 favorites 0 likes
#gradient-descent

Universality of Gradient Descent Neural Network Training

Hacker News Top · 2026-08-20 Cached

The paper explores whether any neural network can be redesigned to train effectively with gradient descent, proving a universality result that for any network, there exists an extension that reproduces given weights and outputs via gradient descent.

0 favorites 0 likes
#gradient-descent

Convergence Guarantees of Gradient Descent for Neural Networks via Generalized Lipschitz Smoothness

arXiv cs.LG · 2026-08-13 Cached

This paper establishes convergence guarantees for gradient descent on general feedforward neural networks of arbitrary width/depth, using a novel generalized Lipschitz smoothness condition that holds for common activations and mean-squared error, without special initialization or dataset requirements.

0 favorites 0 likes
#gradient-descent

Adaptive Hybrid Particle Swarm Optimization with Gradient Descent

arXiv cs.AI · 2026-08-13 Cached

This paper proposes Adaptive Hybrid PSO (AHPSO), which uses a sigmoid function on swarm diversity to automatically modulate gradient influence during search. Results show it outperforms standard PSO and rivals CMA-ES on certain problem classes, but the advantage is not universal.

0 favorites 0 likes
#gradient-descent

Decoupled Descent: Enforcing Exact Train-Test Error Tracking Via AMP Onsager Corrections [R]

Reddit r/MachineLearning · 2026-08-11

A theory paper introducing Decoupled Descent (DD), a training method that uses approximate message passing Onsager corrections to enforce asymptotic equality between training and test error during gradient descent, potentially enabling better stopping and hyperparameter tuning.

0 favorites 0 likes
#gradient-descent

Hidden Gauge Controls Feature Specialization in ReLU Networks

arXiv cs.LG · 2026-08-10 Cached

A theoretical study shows that in overparameterized ReLU networks, a positive-homogeneous scaling gauge hidden in the initial parameters can deterministically control which duplicate neuron learns a teacher feature, affecting specialization time and pruning trajectories.

0 favorites 0 likes
#gradient-descent

Non-asymptotic implicit bias of logistic regression at early-stage gradient descent dynamics

arXiv cs.LG · 2026-08-06 Cached

This theoretical paper studies the non-asymptotic implicit bias of logistic regression under gradient descent, proving that the parameter vector weakly aligns with the max-margin direction quickly, within a doubly exponential number of iterations in the alignment error.

0 favorites 0 likes
#gradient-descent

The Loss Does Not See the Basis, but Adam Does

Hugging Face Daily Papers · 2026-08-05 Cached

This paper investigates why Adam does not exhibit gradient descent's implicit low-rank bias in factored models, showing that coordinate-wise preconditioning breaks the relevant symmetry, while shared-scalar methods like Muon and Shampoo preserve it.

0 favorites 0 likes
#gradient-descent

Regularity-Aware Stochastic MGDA with Adaptive Conflict-Avoidant Update Direction Control

arXiv cs.LG · 2026-07-20 Cached

This paper proposes a regularity-aware stochastic multi-gradient descent method (MoRe) that adaptively switches between conflict-avoidant and scalarization updates. The method achieves improved convergence rates from O~T^{-1/4} to O~T^{-1/2} in nonconvex settings while maintaining per-iterate conflict avoidance.

0 favorites 0 likes
#gradient-descent

Learning in Curved Weight Space:Exponential-Linear Weight Reparameterization for Improved Optimization

arXiv cs.LG · 2026-07-14 Cached

Introduces SymExpLin (SEL), a weight reparameterization that combines symmetric-exponential and linear pathways to improve optimization in neural networks, reducing training steps by up to 1.49x on transformers.

0 favorites 0 likes
#gradient-descent

Understanding Schedule-Free Methods in Nonconvex Optimization: Rate Guarantees and Escaping Saddles

arXiv cs.LG · 2026-07-13 Cached

This paper provides worst-case convergence analyses for Schedule-Free gradient descent and stochastic gradient descent in nonconvex optimization, establishing optimal rates and strict-saddle avoidance, thus theoretically justifying their empirical success.

0 favorites 0 likes
#gradient-descent

@TensorTonic: 7 math ideas every ML engineer uses daily and almost nobody has actually derived: 1. Why gradient descent moves in the …

X AI KOLs Timeline · 2026-07-11 Cached

This tweet lists 7 fundamental math ideas used daily by ML engineers, with brief explanations emphasizing the underlying derivations, such as why gradient descent moves in the steepest direction and why softmax plus cross-entropy yields a clean gradient.

0 favorites 0 likes
#gradient-descent

Optimal Learning Rate Scaling Depends on Data in Deep Scalar Linear Networks

arXiv cs.LG · 2026-07-10 Cached

This paper demonstrates that optimal learning rate scaling in deep scalar linear networks is inherently data-dependent, contradicting prior data-agnostic scaling rules. It shows that with data-dependent scaling, convergence becomes depth-independent, including at infinite depth.

0 favorites 0 likes
#gradient-descent

Hybrid Least Squares/Gradient Descent Methods for MIONets

arXiv cs.LG · 2026-07-09 Cached

Proposes a hybrid least squares/gradient descent method for MIONets to accelerate training by using alternating least squares for the last layer parameters of multiple branch networks, leveraging Kronecker and Khatri-Rao products.

0 favorites 0 likes
#gradient-descent

@0x0SojalSec: Want to truly stand out in AI/ML not just use the tools, but understand and improve them? understand why gradient desce…

X AI KOLs Timeline · 2026-06-30 Cached

A tweet promoting a curated collection of math and deep learning resources for understanding the foundations behind models like Claude, including linear algebra, real analysis, optimization, and representation theory.

0 favorites 0 likes
#gradient-descent

Reflecting to optimise

Hacker News Top · 2026-06-26 Cached

A blog post discussing optimization techniques for constrained categorical probability distributions, using softmax reparameterization and log barrier methods, applied to protein binder design.

0 favorites 0 likes
#gradient-descent

I made a gradient descent visualization for different optimizers.[P]

Reddit r/ArtificialInteligence · 2026-06-17

A project that visualizes gradient descent for different optimization algorithms, useful for understanding how optimizers work in machine learning.

0 favorites 0 likes
#gradient-descent

FastMix: Fast Data Mixture Optimization via Gradient Descent

arXiv cs.LG · 2026-06-16 Cached

FastMix is a novel framework that automates data mixture discovery for training large models using a single proxy model and bilevel optimization, achieving state-of-the-art performance with significant efficiency gains.

0 favorites 0 likes
#gradient-descent

Uniform Stability and Generalization Error of GD and SGD on Fixed-Point Parameters

arXiv cs.LG · 2026-06-08 Cached

This paper analyzes generalization error, uniform stability, and uniform argument stability of gradient descent (GD) and stochastic gradient descent (SGD) over discrete parameter spaces with deterministic or stochastic rounding, showing that rounding degrades generalization for GD and introduces dimension-dependent errors for stochastic rounding.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback