ML: Optimizer

Machine-learning ideas tagged Optimizer in the ML taxonomy of the Math2NN corpus.

753 ideas found

Unverified 2026

Pair-monotone implicit optimizer

Replace the explicit parameter update \(\theta_{k+1}=\theta_k-\eta\nabla L(\theta_k)\) with an approximate generalized proximal step defined by a simple map \(v\). The map is chosen so that the gradient operator and v satisfy an empirical pair-monotonicity condition, allowing larger stable outer steps and reducing oscillations in stiff or highly curved neural-network training.

Useful5/10
Difficulty7/10
Novelty6/10
Paper: Convergence and Stability Analysis of a Generalized Proximal Point Algorithm and Its Inexact Version arXiv:2608.01584
Unverified 2026

Quantile-Winsorized Gradient Updates

Replace the ordinary minibatch mean gradient by a coordinatewise quantile-winsorized mean. Each parameter-gradient coordinate is clipped to empirical lower and upper quantiles before aggregation, limiting the influence of adversarial examples while retaining all samples and avoiding the discontinuity of hard trimming.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: Robust Instrumental Variables: Sharp Rates and Inference under Adversarial Contamination arXiv:2607.29532
Unverified 2026

Leader-Directed Differential Evolution for Adapter Training

Use differential evolution over adapter or prompt parameters, combining attraction to the current best parameter vector with a population-difference direction. Binomial crossover supplies coordinate-level exploration, while the operator-selection separation makes it possible to measure raw proposal geometry independently from parameter repair and noisy fitness selection.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Linear Proposal Operators and Stochastic Search Geometry in SOMA and Differential Evolution arXiv:2607.29228
Unverified 2026

Curvature-Density Monitor for Optimization Transitions

Build a two-dimensional local metric from the neural-network loss along a pair of controlled parameter directions, such as the optimizer velocity and a stochastic-gradient fluctuation direction. Compute both scalar curvature R and curvature density mathcal R = sqrt(|g|) R, then use their different peaks or scaling laws to detect sharp optimization transitions and trigger learning-rate or regularization changes.

Useful5/10
Difficulty7/10
Novelty8/10
Paper: Scalar curvature density as a new invariant in thermodynamic geometry: metric dependence and critical exponents arXiv:2607.29170
Unverified 2026

Division-free adaptive learning-rate ladder

Convert unknown optimizer scales into a small parallel ladder of learning rates and training horizons whose values differ only by powers of two. Each worker runs stochastic gradient descent for a geometrically increasing budget, allowing one worker to land near both the correct step-size scale and the useful horizon without explicitly estimating smoothness or gradient variance.

Useful5/10
Difficulty3/10
Novelty4/10
Paper: Adaptivity via a Parallel Architecture for Stochastic Gradient Methods arXiv:2607.28902
Unverified 2026

Melnikov-Calibrated Momentum Escape

Replace an empirically chosen momentum or learning-rate modulation by a forcing amplitude calibrated to the homoclinic energy balance of a reduced optimizer mode. The controller deliberately operates below the separatrix-crossing threshold when stable refinement is desired, or slightly above it when the optimizer must escape a basin. This creates a falsifiable transition prediction rather than merely adding noise or tuning a schedule.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Determining Critical Temperature Differences of Low-Temperature-Differential Stirling Engines: Nonlinear Dynamics Approach arXiv:2607.26539
Unverified 2026

Brjuno Resonance Curriculum

Train Fourier or state-space neural models by eliminating well-conditioned spectral modes first and retaining near-resonant modes until a later stage. The schedule is determined by the small-divisor geometry of a reference transport vector, with a cumulative Brjuno-like budget controlling how aggressively spectral corrections may be applied. This should prevent rare nearly resonant modes from producing disproportionately large gradients or unstable long-horizon rollouts.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Brjuno condition through best approximations and the linearization problem arXiv:2607.25610
Unverified 2026

Fast Feedback-Constrained Optimizer

Replace penalty-based equality-constrained training with a two-timescale optimizer. A fast variable tracks the normal correction that drives constraint residuals toward zero, while the slow parameter update follows the task gradient projected onto the local constraint tangent space. This should reduce sensitivity to very large penalty weights and preserve feasibility more accurately during training.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Distributed Nonlinear Equality-Constrained Optimization via Feedback Linearization and Singular Perturbation arXiv:2607.25193
Unverified 2026

Christoffel Event Scheduler

Use a Christoffel word as a periodic binary gate for an expensive training operation: activate the operation exactly r times in every N-step period, but distribute those activations as uniformly as possible rather than in blocks or independent Bernoulli trials. Candidate operations include SAM perturbation steps, Hessian-vector preconditioning, gradient clipping, EMA teacher refreshes, or an auxiliary MoE expert. The intended benefit is lower burst-induced gradient variance at the same average…

Useful5/10
Difficulty3/10
Novelty7/10
Paper: Christoffel words as extremal structures in Collatz dynamics arXiv:2607.24844
Unverified 2026

Phase-aware Oja preconditioner

Use Oja's streaming eigenvector estimate on a parameter block's incoming gradient stream, but activate its rank-one preconditioning correction only after the mathematically predicted d log d sample threshold. Before that point, the estimate is treated as unreliable and the optimizer remains close to AdamW or SGD. This prevents early noisy spectral directions from destabilizing training while retaining an O(d)-memory alternative to storing a full gradient covariance matrix.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: The Phase Transition in Online PCA Depends on $n/d\log(d)$, not $n/d$ arXiv:2607.23914
Unverified 2026

Perspective Proximal Fine-Tuning Solver

Replace ordinary projected-gradient updates for a convex neural subproblem with a homogeneous perspective formulation and Douglas-Rachford splitting. The additional scale variable makes the update less sensitive to large variations in loss or parameter scale and can expose infeasible combinations of constraints instead of producing unstable iterates.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Homogeneous Self-Dual Embedding via Perspective Functions arXiv:2607.22278
Unverified 2026

Constitutive coupling preconditioner

Use the paper's effective operator 𝒢 = (I + K⁻¹L)⁻¹ as a learned, geometry-aware preconditioner for momentum or latent-state updates. The coupling matrix L changes the response of momentum variables without changing coordinate components, providing a controlled mechanism for mixing fast and slow latent channels.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: The two momenta of an elastic rod: a Hamiltonian picture on framed Lie groups arXiv:2607.21813
Unverified 2026

Three-Class Fuzzy Multi-Loss Scalarizer

Replace a fixed weighted sum of normalized neural-network objectives with a differentiable fuzzy scalarizer that assigns every criterion to desirable, tolerable, and undesirable regions. Explicit output consequents turn these semantic classes into a scalar training loss, while localized memberships reduce flat plateaus and make the optimizer distinguish genuine preference minima from arbitrary ties.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Rule-Induced Behavior of Fuzzy Scalar Objective Functions for Reliable Multi-Criteria Decision Making arXiv:2607.20731
Unverified 2026

Residual-Histogram Block Coordinate Fine-Tuning

Use the cluster-state construction to schedule which groups of trainable parameters receive an expensive update at each optimizer micro-step. Instead of updating every LoRA block, expert group, or layer uniformly, select the block whose local error histogram predicts the largest loss reduction per unit compute.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Learning to Decode Quantum LDPC Codes via Cluster-Based Sequential Belief Propagation arXiv:2607.20130
Unverified 2026

Casimir-Preserving Matrix Optimizer

Introduce an auxiliary matrix-valued optimizer state whose update is a Lie–Poisson flow discretized by similarity transforms rather than additive Euler steps. Because similarity transforms preserve $\operatorname{tr}(Z^k)$ and the full eigenvalue multiset, long training runs avoid spectral drift in the optimizer state; the state can then generate a preconditioned update for ordinary neural-network parameters.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Vakonomic Fluids arXiv:2607.18312
Unverified 2026

Curvature-Certified Frank–Wolfe Routing

Replace an unconstrained simplex router or differentiable mixture layer with a resource-cost-aware router whose learned costs satisfy the paper's monotonicity curvature condition. Use a Euclidean-regularized Frank–Wolfe oracle to update routing probabilities, which should reduce cycling and sensitivity when several examples or agents compete for the same experts.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Monotonicity and Frank-Wolfe Dynamics in Atomic Splittable Congestion Games arXiv:2607.17684
Unverified 2026

Spherical Geometric-Gain Regularization

Replace or supplement spectral-norm and Frobenius penalties on neural-network weight matrices with the Hardy-type norm given by the geometric mean of their gains over uniformly sampled unit directions. This penalizes typical multiplicative amplification through a logarithmic average, while the paper's theorem guarantees that the resulting quantity is a true norm rather than an ad hoc nonconvex statistic.

Useful5/10
Difficulty3/10
Novelty6/10
Paper: Hardy-type norms of matrices arXiv:2607.17373
Unverified 2026

Renewal-reset optimizer

Replace purely deterministic training trajectories with an optimizer that periodically resets parameters to a reference checkpoint at iid random renewal times. Use the renewal equation to compare how different reset-time distributions trade off uninterrupted progress against recovery from poor regions, and trigger resets when the observed loss trajectory matches the predicted low-progress regime.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Stochastic Resetting: A Non-Equilibrium Framework for Prediction, Inference and Design arXiv:2607.16474
Unverified 2026

LU-Preconditioned Orthogonal Weight Retraction

Periodically project a rectangular neural-network weight matrix onto an approximately orthonormal-column matrix using LU-preconditioned CholeskyQR rather than ordinary QR or a polar iteration. Pivoted LU handles badly scaled and nearly dependent columns, while Householder orthogonalization of the LU factor produces a triangular preconditioner that makes the subsequent Cholesky step safer in fp16 or bfloat16.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: RCLUPPr: a new randomized CholeskyQR with LU preconditioning arXiv:2607.15561
Unverified 2026

Cheap Averaged-Gradient Adam

Use a two-gradient predictor-corrector average as the gradient supplied to Adam, retaining trajectory smoothing while avoiding the three or four gradient evaluations required by full RK3. Vary the mixing coefficient to test whether the reported regularization comes from gradient averaging itself rather than from high-order integration.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Adaptive Runge-Kutta Step Control Buys Training Loss, Not Generalization: An Honest Compute-Matched Study of RK-Adam Optimizers arXiv:2607.14516
Unverified 2026

Soft-potential collision optimizer

Maintain a small population of neural-network parameter replicas and interleave ordinary gradient steps with Boltzmann/Kac-style binary collisions. Each collision preserves the pair's mean parameter vector and relative-distance norm while randomly rotating the relative direction, with collision frequency proportional to a regularized negative power of replica distance.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Quantitative propagation of chaos for the Boltzmann equation with moderately soft potentials arXiv:2607.13825
Unverified 2026

Harvest-and-Resample Ensemble Optimizer

Maintain an ensemble of neural-network parameter vectors, evolve each member for a fixed number of stochastic-gradient steps, then remove members with poor validation scores and resample survivors with replacement. This transfers the paper's repeated density intervention while leaving each member's underlying optimizer dynamics unchanged. In reinforcement learning, the same mechanism can duplicate high-return policies and produce an effective drift toward better policies.

Useful5/10
Difficulty5/10
Novelty2/10
Paper: Harvesting Reshapes Dynamical Populations arXiv:2607.12093
Unverified 2026

Log-Corrected Continuation Schedule

Treat a scalar training control, such as task-mixture weight, weight decay, or sparsity penalty, as a parameter ramped through a sharp optimization transition. If the model starts from a highly correlated pretrained or partially trained state, compensate for the predicted marginal logarithmic memory by slowing the ramp according to a fitted logarithmic factor rather than using a pure power-law schedule.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Finite-time Scaling of the surface special transition in a 3D classical Heisenberg model arXiv:2607.11066
Unverified 2026

Lee-Yang-Gapped Quantum Neural Layer

Build a variational quantum neural network whose trainable 2-qubit Hamiltonian is projected into the Lee-Yang coupling cone and augmented by a uniform field term -h sum_i Z_i. The theorem certifies a nondegenerate ground state and a gap at least h/4, enabling imaginary-time state-preparation layers with predictable exponential suppression of excited-state error.

Useful5/10
Difficulty6/10
Novelty9/10
Paper: Spectral gap of Lee-Yang Hamiltonians arXiv:2607.10765