ML: Optimizer

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

747 ideas found

Unverified 2026

Cycle-breaking BB optimizer

Use BB1 for inexpensive curvature adaptation, but monitor the projective gradient state for the periodic behavior identified in the paper. When the normalized gradient and scalar step size approximately repeat after seven iterations, temporarily switch to BB2 or a damped gradient step to destroy the attracting cycle, then return to BB1.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Barzilai-Borwein Fails Superlinear Convergence on an Open Set of Quadratics for Every Dimension $n\geq 4$ arXiv:2607.21579
Unverified 2026

Information-aware finite-horizon optimizer

Replace a fixed learning-rate schedule by a finite-horizon feedback controller whose action depends on a noisy estimate of the current optimization state and its uncertainty. The controller takes larger corrective steps when uncertainty is informative, but increasingly enforces the endpoint as the horizon closes, while charging an explicit cost for every intervention.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Optimal feedback control under stepwise equilibration and partial observation arXiv:2607.21523
Unverified 2026

Schur-complement block optimizer

Partition network parameters or output-head parameters into two coupled groups, C and D, and use a Schur-complement preconditioner rather than one shared scalar learning rate. The update approximately accounts for the response of group C before applying the curvature seen by group D, reducing the effect of cross-group gradient coupling and large condition numbers.

Useful6/10
Difficulty6/10
Novelty5/10
Paper: Double screening in the training dynamics of variational physics-informed neural networks for heterogeneous coupled parabolic systems arXiv:2607.21352
Unverified 2026

Gaussian Cubic Zeroth-Order Saddle Escaper

Replace occasional gradient updates in a neural-network optimizer with a Gaussian-smoothed cubic-regularization step estimated entirely from loss evaluations. The cubic term stabilizes steps under uncertain curvature, while the Goldstein neighborhood interpretation makes the method robust to discontinuous or rapidly varying Hessians and gives it an explicit negative-curvature escape mechanism.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: A Gaussian smoothing-based zeroth-order method for Goldstein second-order stationarity arXiv:2607.21258
Unverified 2026

Degree-Capped Simplicial Residual Step

Set the residual propagation coefficient of a simplicial neural layer from a cheap upper bound on the operator spectrum instead of tuning it blindly. The degree-majorization theorem supplies a bound on the largest eigenvalue, while the Brouwer-type inequality supplies a topology-count-based bound on sums of the top eigenvalues.

Useful6/10
Difficulty3/10
Novelty6/10
Paper: Degree Majorization and Laplacian Eigenvalue Sums for Simplicial Complexes arXiv:2607.20910
Unverified 2026

Nonreciprocal Two-Replica Optimizer

Represent a trainable parameter block by a center state \(c\) and an auxiliary separation state \(r\), and couple them asymmetrically so that the auxiliary state can transiently push the parameter center in useful directions. Bound the auxiliary control using either hard clipping or smooth saturation. This tests whether the paper's distinct transition mechanisms can regulate exploratory optimizer motion without destabilizing training.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Optimal Finite-Time Control of Nonreciprocal Brownian Dimers: Thermodynamic Anomaly and Multiple Transitions arXiv:2607.20420
Unverified 2026

Projected Memory Optimizer

Replace the assumption of independent gradient noise with a projected generalized Langevin update containing a short finite-memory correction. The correction models correlations caused by data reuse, augmentation pipelines, momentum, or distributed-worker synchronization, and is switched off only after the measured correlation time is negligible compared with the parameter-relaxation time.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Derivation of the Boltzmann equation with no "molecular chaos"-type approximation arXiv:2607.20134
Unverified 2026

Residual-authority policy shield

Augment a neural controller with a differentiable residual-authority margin that measures the distance between the requested task wrench and the boundary of the actuator-feasible wrench polytope. During training, penalize commands with small margin; during deployment, project the policy output onto the largest-margin feasible wrench that remains close to the requested output. This should reduce saturation-induced failures during sustained contact and improve robustness to disturbances that…

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Contact-Persistent Full Actuation for Aerial Physical Interaction arXiv:2607.19708
Unverified 2026

Phase-Repulsive Worker Throttling

Treat periodic update bursts from distributed training workers or parameter blocks as oscillator phases, and use a shared adaptive compute or learning-rate cap to create deliberately phase-repulsive coupling. When aggregate demand is high, throttle workers currently near their compute peak and preferentially release workers in low-demand phases, spreading communication and gradient-update bursts instead of allowing them to lock together. The controller should be disabled or retuned when its…

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Do Co-Located AI Training Jobs Synchronize? Load-Dependent Throttling as a Coupling Mechanism for Phase-Locking Behind a Shared Power Cap arXiv:2607.19638
Unverified 2026

Discrete-Stable Routing Renormalization

Add a scale-consistency regularizer to stochastic MoE or adaptive-computation routing counts. The router is trained so that aggregating independently routed microbatches produces the same normalized count law predicted by the discrete-stable renormalization fixed point, reducing sensitivity to batch size and stream length while allowing heavy-tailed but controlled expert demand.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Discrete distributions and statistical mechanics of small systems arXiv:2607.18968
Unverified 2026

Relaxed proximal message passing

Use the paper's prediction-relaxation decomposition to build a pipelined optimizer in which workers compute local proximal or gradient predictions as soon as parent messages arrive, then apply independently tunable relaxation to primal and dual states. This provides a controlled alternative to undamped stale updates and can overlap communication with local computation.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: A frugal primal-dual splitting with minimal lifting over arbitrary rooted trees arXiv:2607.18932
Unverified 2026

Discrete-Scale Bistable Feature Relaxation

Replace one-shot spatial feature activation with an iterative bistable reaction-diffusion layer whose pixels or tokens settle into two metastable states while diffusive coupling removes small domains. Keep the dynamics near the pinned-to-cascade regime so inference proceeds through a small number of collective flips instead of many expensive smooth updates. This is especially suitable for segmentation, denoising, cellular neural networks, and binary latent representations.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Deterministic cascade coarsening in a Bistable Gene Toggle model arXiv:2607.18891
Unverified 2026

Capacity-Triggered Hybrid Optimizer

Replace a continuously tuned optimizer schedule with a three-regime hybrid controller driven by a training-load signal such as an exponential moving average of gradient norm, curvature, loss, or update norm. Below capacity, use the normal optimizer; after a threshold, increase damping or reduce the learning rate; beyond capacity, apply a constrained update such as gradient clipping, step rejection, or gradient accumulation. This imports the paper's finite-capacity and threshold-switching…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Mathematical Model of Dengue Transmission Incorporating Hospital Capacity and Threshold-Based Fogging Interventions arXiv:2607.18140
Unverified 2026

Confidence-Calibrated Contractive Fixed-Point Block

Replace an unconstrained recurrent or deep-equilibrium update with a stochastic approximation step whose learned map is contractive in a selected norm. Use the paper's affine multiplicative-noise viewpoint to calibrate the update rate from observed minibatch noise and a desired failure probability, targeting uniformly bounded iterates rather than only good average behavior. This is especially appropriate for equilibrium layers, recurrent state updates, target-network tracking, and iterative…

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Concentration and Mean-Square Bounds for Contractive Stochastic Approximation: A Unified Elementary Approach arXiv:2607.17595
Unverified 2026

Mean-Scaled Tail Retention Controller

Apply the paper's dynamic truncation rule to per-example gradient norms or activation magnitudes: at each update, retain or downweight only samples whose score is below a threshold proportional to the current mean score, while explicitly compensating for the resulting selection bias. This creates a controllable tail-removal process whose fixed point and sensitivity to score variance can be measured before committing to large experiments.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: Adverse Selection with Quality Variance: A Maximum-Entropy Approach arXiv:2607.17239
Unverified 2026

Cubature-Embedded Digital-Net Minibatches

Replace ordinary random draws of auxiliary variables in an expectation-based neural loss by a transformed digital-net batch. For each coordinate, use the first p digital-net bits to select one of 2^p equal-weight quadrature nodes, preserving high-dimensional digital-net structure while making smooth low-dimensional projections behave like product cubature. This should reduce minibatch gradient variance when the loss depends smoothly on a few augmentation, noise, or latent coordinates.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Digital Nets on Cubature Nodes: Inheriting Cubature Accuracy on Low-Dimensional Projections arXiv:2607.17080
Unverified 2026

Condensation-Controlled Hierarchical Routing

Replace purely instantaneous routing in a balanced hierarchical MoE or adaptive-computation tree with a sublinear visit-count reinforcement term. Small reinforcement produces broad exploration of experts, whereas reinforcement above the condensation threshold deliberately creates a persistent core of frequently used experts while retaining slow discovery of new experts.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Occupation-condensation transition of a sublinearly vertex-reinforced random walk on regular tree arXiv:2607.16971
Unverified 2026

De-floored low-rank feature preconditioner

Replace the usual inverse-eigenvalue weights in a low-rank feature-covariance preconditioner by inverse weights with an estimated isotropic floor subtracted. Retain only the top r eigendirections and require every corrected denominator to exceed a margin, preventing the shifted inverse from approaching a pole. This should undo systematic under-updating of predictive directions when many weak feature directions inflate the empirical covariance.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: De-floored Principal Component Regression: When Rank Selection Alone Is Insufficient for Prediction arXiv:2607.16638
Unverified 2026

Hysteretic Continuation Controller

Use the external field H as a slowly swept control variable for a neural module, loss coefficient, or optimizer gain, and deliberately retain the resulting branch memory instead of replacing it with an instantaneous equilibrium update. Forward and backward sweeps produce a hysteresis loop whose shape diagnoses first-order-like training transitions, while controlled disorder changes the loop area and can suppress harmful branch dependence. This supplies a continuation-based curriculum or…

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Glauber dynamics phase transitions in athermal random field Blume-Capel and Blume-Emery-Grifitths models arXiv:2607.16561
Unverified 2026

Barrier-Ultrametric Trust Regions

Construct a barrier metric between neural-network checkpoints or low-loss states using transition rates on a sparse neighbor graph, and use its induced single-linkage hierarchy to restrict updates within the current basin before permitting cross-basin moves. In the large barrier-spread regime, the metric is controlled by the largest barrier along the best path, producing an ultrametric hierarchy that can replace unreliable Euclidean distance for trust-region and replay decisions.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Ultrametric organization of energy landscapes on random Erdős--Rényi graphs: topological origin of barrier hierarchy arXiv:2607.15902
Unverified 2026

Singular-perturbation continuation schedule

Use the paper's fast-layer/reduced-problem decomposition as a training schedule: first optimize a cheap reduced neural dynamics on the critical manifold, then gradually restore the fast dynamics by increasing the stiffness parameter. This provides a continuation path from an easy slow problem to the intended recurrent or implicit model and supplies a concrete stopping criterion based on normal-hyperbolicity loss.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Constructing far-from-equilibrium patterns in a cross-diffusion vegetation-autotoxicity model arXiv:2607.15692
Unverified 2026

Two-budget Newton continuation for max-affine adapters

Represent a small vector of neural control variables as a two-objective max-affine feasibility problem, such as clean-loss budget versus corruption-loss budget or task-performance budget versus activation-range budget. Rather than launching many independent weighted-sum optimizations, construct the active linear boundary and jump from breakpoint to breakpoint with the paper's Newton continuation step. This is intended for frozen-backbone calibration, LoRA gain tuning, activation clipping, or…

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Tropical Bi-Objective Pseudolinear Optimization as Parametric Mean-Payoff Games arXiv:2607.15481
Unverified 2026

Perron-Weighted Cluster Consensus Optimizer

Partition parallel neural-network replicas, experts, or parameter blocks into clusters and communicate their parameters through a directed nonnegative weight matrix whose dominant eigenvector is constant within each cluster. The optimizer contracts within-cluster disagreement while retaining separate cluster-level parameter states, providing controlled specialization instead of destructive global averaging.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Distributed Cluster Economic Dispatch Scheme for Cross-regional Microgrids Induced by Well-designed Communication Weights arXiv:2607.15322
Unverified 2026

Augmented-Lagrangian Evolution for Constrained Neural Policies

Replace a hand-tuned reward penalty in black-box policy optimization with the paper's clipped augmented Lagrangian, using separate adaptive multipliers and penalty coefficients for safety, robustness, and performance constraints. This is especially suitable for neural policies optimized with evolutionary strategies when simulator gradients are unavailable or unreliable.

Useful6/10
Difficulty4/10
Novelty4/10
Paper: SMC-ES: Automated synthesis of formally verified control policies arXiv:2607.15003