ML: Optimizer

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

747 ideas found

Unverified 2026

Curvature-Controlled Transport Consensus Layer

Represent graph-node or token states as points and tangent velocities on a Riemannian latent manifold, and couple neighboring states using parallel-transported velocity discrepancies rather than subtracting coordinates in a chart. Add a bonding barrier that keeps connected states inside a prescribed radius below the injectivity radius, making the transport map unique and preventing chart or geodesic branch failures.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Geometric Control of Moving Parallel Transport in Riemannian Cucker--Smale Dynamics with Bonding Forces arXiv:2607.26748
Unverified 2026

Deadline-Adaptive Gradient Flow

Replace a constant learning rate by an adaptive prescribed-time gain calibrated to a user-specified deadline. Apply the mechanism to a nonnegative training Lyapunov error such as the loss under a local Polyak-Lojasiewicz condition, or to disagreement errors in distributed training, so that the error reaches a target tolerance by time T without using a singular learning rate.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Fully distributed singularity-free prescribed-time stabilization of the continuous-time generalized adaptive Bellman-Ford algorithm arXiv:2607.26424
Unverified 2026

Latent-Outbreak Learning-Rate Controller

Introduce two bounded state variables into training: x measures latent, reliable learning progress, while y measures the currently active population of high-gain parameter updates or difficult examples. Let x increase irreversibly when active updates are productive, while y grows through interaction with the latent pool and decays through exhaustion. Use y to gate the learning rate or curriculum intensity, producing a low-noise incubation phase followed by an endogenous acceleration phase once…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Minimal Dynamical Model for Incubation-Outbreak Transitions in Social Norm Diffusion arXiv:2607.25586
Unverified 2026

Preference-Ratio Adjacency for Distributed Multi-Objective Training

When clients optimize the same publicly known pair of losses but have private trade-offs, protect only the ratio of objective weights rather than the complete weight vector. Communicate a ratio-conditioned mixed gradient or controller statistic, with sensitivity defined over bounded ratio changes. This can reduce the required privacy noise when common rescaling of all objective weights carries no meaningful private information.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: To What Extent Can Inherent Communication Noise Guarantee Privacy in Distributed Cooperative Control? arXiv:2607.25564
Unverified 2026

Multiplicative Log-Time Update Clock

Use a multiplicative renewal clock to decide when a neural module is updated, rather than updating at every wall-clock tick or using a fixed iteration schedule. The resulting computation allocates many updates early and increasingly long intervals between later updates, while preserving a tunable stochastic distribution of update times; this is intended for anytime recurrent refinement, continual learning, or adaptive inference where late updates have diminishing marginal value.

Useful6/10
Difficulty4/10
Novelty8/10
Paper: Logarithmic Aging Diffusion from a Multiplicative Event Clock: Rare Event Statistics, Ultraslow Transport, and Ensemble-Time Inequivalence arXiv:2607.25374
Unverified 2026

Sequential Sketched Gauss-Newton

Replace a costly full-data conjugate-gradient solve for a neural-network linearized least-squares step with a sequence of progressively larger sketched solves. Each solve starts from the previous solution, so early iterations cheaply identify the useful update direction and only the final few iterations use the full training batch.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Sequential Preconditioned Conjugate Gradient Method for Linear Statistical Models arXiv:2607.25272
Unverified 2026

Double-Bracket Projector Refinement

Represent an attention or routing state as a symmetric projector or fixed-spectrum positive semidefinite matrix and refine it using the paper's double-bracket flow instead of unconstrained gradient steps. The update rotates the state toward a task-derived Hermitian cost matrix while preserving its eigenvalues, so rank, trace, and spectral diversity remain fixed by construction.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Path Integral Model of Cognition arXiv:2607.24807
Unverified 2026

Schur-Stable Second-Order Optimizer

Replace ordinary momentum SGD with a two-state position/velocity update whose damping and gradient coupling are explicitly constrained by the discrete Schur-stability region identified for the paper's linearized PSO dynamics. Estimate a conservative local maximum curvature and choose the effective gradient step so that the largest Hessian mode remains inside the stability triangle, allowing more aggressive steps without the loss spikes commonly caused by momentum overshoot.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Long-time Stability and Convergence of Particle Swarm Optimization arXiv:2607.24696
Unverified 2026

Fisher-Width-Balanced Sparse Fine-Tuning

Select the coordinates of a sparse adapter or sparse fine-tuning mask using both Fisher width and inverse-Fisher width. The mask should avoid parameter subsets that are cheap in the Fisher geometry but extremely large in the inverse-Fisher geometry, or vice versa, thereby controlling both prediction sensitivity and estimator-like uncertainty.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Fisher Widths: Local Learning Geometry and Anisotropic Recovery arXiv:2607.20578
Unverified 2026

Decoder-Side Refinement for Heavy-Tailed Gradients

Replace ordinary sign-gradient or fixed-range gradient quantization in distributed training with a non-adaptive one-bit refinement block. Workers generate all localization and multiscale residue bits using public randomness before the server knows the current aggregate gradient; after decoding a coarse center, the server chooses which stored phase and scale interpretation to use. This should reduce clipping and variance for heavy-tailed gradients without requiring a second communication round.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Universal Refinement without Interaction: Order-Optimal 1-Bit Mean Estimation arXiv:2607.24358
Unverified 2026

RG-Decaying Rotational Residual Blocks

Construct a residual network with two coupled feature streams and deliberately non-reciprocal cross-stream interactions represented by a skew-symmetric coupling matrix. Decay the coupling strength with depth according to the RG picture of an irrelevant perturbation, allowing early layers to exploit rotational mixing while forcing deep layers toward reciprocal equilibrium-like dynamics. This should preserve transient expressivity without producing depth-dependent amplification or oscillatory…

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Non-Reciprocal yet Equilibrium Critical Dynamics arXiv:2607.24252
Unverified 2026

Bound-Optimized Stochastic Preconditioner

Cast minibatch parameter optimization as a finite-horizon stochastic control problem and let a positive-semidefinite task matrix determine the covariance and control penalty of artificial parameter-space dynamics. At each adaptation interval, evaluate several candidate task matrices on the same perturbation trajectories using importance weights, then select the candidate with the smallest estimated path-integral upper bound instead of hand-tuning a fixed optimizer preconditioner.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Bound-Optimized Task Choice for Path Integral Control arXiv:2607.23866
Unverified 2026

Mean-Payoff Tropical Router

Replace the usual independently normalized MoE router scores with a small system of tropical inequalities controlling expert load, score margins, and capacity slack. Each inequality induces a local max-plus policy selecting its currently dominant expert or constraint; policy improvement detects positive-weight cycles that would cause oscillatory routing and applies the smallest bias correction that removes them. This provides a non-differentiable but cheap controller around the router…

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Set-defined graph classes: $χ$-boundedness meets tropical algebra arXiv:2607.23754
Unverified 2026

Connectivity-aware ATC gradient tracking

Use the paper's mode decomposition to choose between ordinary DIGing and augmented ATC-DIGing/AugDGM according to the communication spectrum and curvature. The augmented scheme changes the disagreement feedback gain mode by mode, which can reduce the dominant pole radius on well-connected graphs without changing the neural-network architecture.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Exact Worst-case Convergence Rates of Distributed Gradient Tracking Methods arXiv:2607.23601
Unverified 2026

Spectral-gap-aware Jacobi whitening

Replace magnitude-only pivot selection in an approximate symmetric eigensolver with a perturbation score that divides squared off-diagonal coupling by the spectral gap between the associated diagonal entries. In covariance whitening or second-order preconditioning, this should spend a limited number of rotations resolving nearly degenerate eigenspaces while ignoring harmless couplings between well-separated modes.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Accelerating preconditioned Jacobi methods via perturbation-inspired pivoting arXiv:2607.23187
Unverified 2026

Horizon-Compensated Natural Policy Updates

Replace the constant policy natural-gradient step size in an episodic RL algorithm with the paper's geometrically increasing schedule, eta_t = eta_0 (H/(H-1))^t for horizon H >= 2. The schedule is intended to offset horizon-dependent decay of policy-improvement signals and produce geometric rather than sublinear convergence in finite-horizon policy optimization.

Useful6/10
Difficulty5/10
Novelty4/10
Paper: Finite-Time Analysis of the Natural Policy Gradient in Finite-Horizon Markov Decision Processes arXiv:2607.22982
Unverified 2026

Augmented KKT preconditioner for constrained neural training

Replace a generic optimizer for equality-constrained neural-network updates with an augmented KKT solve that separately preconditions parameter and constraint variables. Add a positive semidefinite constraint penalty to the parameter block; this does not change an exactly feasible solution but makes the primal block better conditioned and the constraint Schur complement more robust.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Optimal block preconditioners for a mass-conserving mixed stress formulation of Stokes flow arXiv:2607.22932
Unverified 2026

Certified curvature-recycling fallback

Add an acceptance gate around transported quasi-Newton steps: use recycled curvature only when it decreases the smooth proximal merit and reduces the new residual. Otherwise discard the candidate and execute a bounded number of conservative gradient steps, making curvature reuse robust to minibatch changes and stale models.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Curvature Recycling Douglas-Rachford Splitting: Transported Quasi-Newton Models for Expensive Smooth Proximal Subproblems arXiv:2607.22895
Unverified 2026

Resonant Normal-Form Optimizer

Add a controlled periodic phase to an optimizer, then use a near-identity normal-form transform to remove rapidly oscillating gradient components instead of allowing them to perturb parameters directly. The optimizer follows averaged drift for non-resonant frequencies but explicitly preserves Fourier components near resonance, where they can create a secular update.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Resonance in coupled nonlinear oscillators with decaying perturbations arXiv:2607.22464
Unverified 2026

Hyperspatial Replica Optimizer

Train several replicas of a neural model whose effective parameters include auxiliary coordinates, with a quadratic penalty controlling how far the replica leaves the physical parameter subspace. Low-penalty replicas can use the extra directions to bypass sharp optimization barriers, while high-penalty replicas remain close to the ordinary model; periodically exchange parameters between replicas using a replica-exchange acceptance rule.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Hyperspatial Sampling: Circumventing Free-Energy Barriers via Replica Exchange with Extra Dimensions arXiv:2607.22417
Unverified 2026

Geometric-Consensus Q-Network Training

Train identical Q-networks on multiple agents using local TD statistics and communicate only through periodic multi-step consensus. Within each epoch, agents perform local updates and then apply L mixing rounds to the vector of Q-values, TD targets, or parameter deltas; choose L so that the residual disagreement is below the stochastic estimation error. The method targets communication reduction at fixed sample efficiency, especially when N agents collect experience in parallel.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Variance-Reduced Q-Learning over Static and Time-Varying Networks arXiv:2607.21876
Unverified 2026

Invariant-Measure Training Monitor

Represent the optimizer state or recurrent hidden state as an iterated map and estimate its natural invariant measure from a sliding-window occupation histogram or feature embedding. Use convergence of long-run observable averages and distances between successive empirical measures to detect whether training has entered a stable, periodic, or chaotic statistical regime, and optionally control the learning rate without forcing pointwise convergence.

Useful6/10
Difficulty4/10
Novelty8/10
Paper: Natural Invariant Measures for Chaotic Game Dynamics: Finding Order in Chaos arXiv:2607.21805
Unverified 2026

Latency-Aware Allostatic Objective Controller

Add a slow meta-controller that governs an explicit neural-network reference, such as task weights, target-risk tradeoffs, exploration level, or an auxiliary-loss coefficient, while a fast optimizer trains the model under the current reference. The controller changes the reference only after delayed outcome evidence indicates mismatch, and should be disabled or accelerated when the evidence delay exceeds the environment's objective-drift timescale.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Allostatic Control Systems: Goal Governance in Changing Environments arXiv:2607.21771
Unverified 2026

Onsager-Coupled Block Optimizer

Use a symmetric positive-definite, non-diagonal mobility matrix to couple updates of parameter groups, analogous to drag-modified Onsager mobility coupling ionic species. Estimate local block curvature and select the learning rate from the generalized spectrum of mobility times curvature, targeting rapid loss decay without the instability of aggressively scaled diagonal optimizers.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Global Finite-Energy Weak Solutions and Sharp Entropy Decay for a Poisson-Nernst-Planck System with Interspecies Drag and Steric Effects arXiv:2607.21742