Solves: Stability

Machine-learning ideas tagged Stability in the Solves taxonomy of the Math2NN corpus.

2414 ideas found

Unverified 2026

Residual-Relaxed Trajectory Sampling

Make a diffusion policy or MPPI-style action-sequence sampler less committed to model-predicted cost rankings when the learned world model is inaccurate. Estimate a normalized prediction residual or ensemble disagreement, increase the sampling temperature with that residual, and retain ordinary low-temperature exploitation when the model is accurate.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Residual-Conservative Model Predictive Path Integral Control arXiv:2607.06950
Unverified 2026

Prony Memory Bank for Linear-Time Sequence Modeling

Replace quadratic self-attention over a sequence with a bank of K auxiliary exponentially decaying states whose rates are fitted directly from the empirical autocorrelation of the sequence features. Each mode captures a distinct time scale, so the module can represent short- and long-range dependencies with O(TK) computation and O(K) recurrent memory rather than storing all previous tokens. Constrain decay rates to be positive and use the paper's extended Markovian block structure to obtain a…

Useful7/10
Difficulty5/10
Novelty4/10
Paper: On data-driven parameterizations of multidimensional generalized Langevin dynamics in the presence of a quadratic potential arXiv:2607.05151
Mechanism confirmed, baseline not beaten 2026

Monotone Forced-Response Adapter

Separate a pretrained sequence model's passive prediction from the causal effect of an action, and learn only the latter with a compact monotone adapter. The adapter receives the current latent state and an action deviation, but its action-to-output Jacobian is constrained to have the physically correct sign, preventing intervention predictions that move opposite to the applied control.

Useful7/10
Difficulty4/10
Novelty7/10
Paper: ThermoForce: A Physics-Structured Interventional World Model for Building HVAC Control arXiv:2607.03942
Mechanism confirmed, baseline not beaten 2026

Multimodal Viability Shield

Attach a finite-state monitor to a neural policy and allow only actions whose successor remains in the simultaneous backward-reachable winning set for all active modes. Modes may encode safety, hardware configuration, and independent task goals. This gives a hard runtime constraint rather than relying on a reward penalty to teach the policy not to enter irreversible dead ends.

Useful7/10
Difficulty4/10
Novelty7/10
Paper: Multimodal Nonblocking Supervisory Control Synthesis arXiv:2607.03263
Mechanism confirmed, baseline not beaten 2026

Flat-Connection Neural Dynamics

Replace an unconstrained recurrent or neural-ODE vector field with a Lie-algebra-valued connection depending on time, input position, and an auxiliary spectral parameter. Train the model both for prediction and for approximate zero curvature, so evolution along different discretized paths is compatible rather than accumulating arbitrary noncommutative drift.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Time-Dependent Integrability from Gauge Theory, I arXiv:2607.02648
Mechanism confirmed, baseline not beaten 2026

Replicator-Mutation LoRA Search

Replace a single LoRA parameter vector with a weighted population of candidate vectors. Candidates receive an exponentially filtered reward from minibatch validation loss; above-average candidates replicate while Gaussian mutation preserves exploration. The normalized selection rule conserves total population mass and avoids relying on noisy single-step gradients.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: Theory of collective learning in populations of adaptive agents arXiv:2607.02171
Mechanism confirmed, baseline not beaten 2026

Invariance-Proximity Latent Dynamics

Train an encoder and decoder whose latent observables evolve through one shared linear Koopman matrix, while directly penalizing the empirical invariance residual of the learned observable subspace. This discourages latent coordinates that fit one-step transitions but continually leave the representational subspace, improving long-horizon rollout stability.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Koopman operator theory: fundamentals, control, and applications arXiv:2607.01819
Mechanism confirmed, baseline not beaten 2026

Predictive Safe Projection for Flow-Matching Actions

Add a safety projection step to every or selected Euler updates of a flow-matching action sampler. Instead of correcting only the first action, differentiate a collision-risk function through the predicted full action chunk, construct local linear inequality constraints, and apply the smallest correction that makes the future trajectory safe.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Neuro-Symbolic Safety Guidance for Vision-Language-Action Models via Constrained Flow Matching arXiv:2607.01378
Failed on benchmark 2026

Möbius optimizer-interaction audit

Treat optimizer configurations as elements of a finite intervention poset and decompose validation loss or training traces into pure causal effects rather than raw ablation differences. The recovered second- and higher-order effects reveal whether, for example, momentum and adaptive preconditioning are complementary, redundant, or destabilizing, and can be used to select a smaller optimizer or construct a better configuration.

Useful7/10
Difficulty4/10
Novelty7/10
Paper: Causal Optimizer Interaction Calculus: Hidden Geometric Relaxation and Identifiable Interventions arXiv:2607.07206
✓✓ Beats tuned baseline 2026

Alternating ridge least-squares final layers

Replace gradient updates for one branch's final linear layer at a time with an exact ridge least-squares solve while holding the other branches, trunk, and hidden layers fixed. The method applies to any model whose output is a sum of products of branch factors and a trunk factor, including MIONets and tensorized neural networks.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Hybrid Least Squares/Gradient Descent Methods for MIONets arXiv:2607.06976
Failed on benchmark 2026

Contraction-budgeted MPPI policy head

Attach a sampling-based rollout correction head to a neural policy or learned world model, and adapt its temperature and number of rollouts so that approximation error stays within the contraction margin of a nominal policy. The controller should spend samples only when the local state-dependent error gain is close to violating the small-gain condition, instead of using a fixed MPPI sample count everywhere.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Stochastic Stability of Nonlinear MPPI via Contraction Theory and Control Lyapunov Functions arXiv:2607.06945
✓✓ Beats tuned baseline 2026

Projected Randomized Gauss–Newton Updates

Replace ordinary randomized coordinate descent inside a least-squares neural subproblem with RPLSS's projected direction update. Each sampled parameter coordinate generates a Jacobian column, while the stored matrix P removes components already covered by previous updates; this should reduce redundant coordinate steps and improve convergence for linear heads, LoRA modules, and locally linearized fine-tuning.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: RPLSS: A randomized projected linear systems solver arXiv:2607.06917
Failed on benchmark 2026

FSAL Runge-Kutta Neural Block

Replace a weight-tied residual or neural-ODE stepper with an explicit Runge–Kutta method satisfying the reused-last-stage conditions. The final derivative is evaluated at the exact endpoint and becomes the first derivative of the next step, saving one expensive neural-vector-field call per step while preserving the designed integration order.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: On the order of Runge Kutta methods reusing last stage arXiv:2607.06788
Failed on benchmark 2026

Variationally Relaxed Optimizer State

Replace an opaque adaptive-optimizer state update with a small controller variable obtained by minimizing a strongly convex energy jointly associated with the proposed parameter motion. The controller is allowed to relax toward the current gradient before the parameter update, while the visible update uses the reduced energy and its envelope gradient. This creates an optimizer whose hidden geometry is optimized rather than inherited from a fixed exponential-moving-average recurrence.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: Optimization Geometrodynamics: Variational Reduction and Interaction Curvature arXiv:2607.06723
Mechanism confirmed, baseline not beaten 2026

Worst-Subset Conditioned Linear Layer

Replace an unconstrained overcomplete linear measurement or embedding matrix by one trained to remain well-conditioned after deletion of a prescribed number of rows. The objective explicitly targets the smallest singular value over sampled row subsets, preventing a layer from relying on fragile combinations of features that disappear under channel, sensor, token, or measurement erasures.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Extreme least singular values of Gaussian row submatrices and a phase retrieval stability problem arXiv:2607.06249
Failed on benchmark 2026

Conservative Sparse Mortar Cross-Attention

Replace dense coarse-to-fine cross-attention at multiresolution interfaces with a sparse, nonnegative overlap operator whose weighted feature average is exactly conserved between the two resolutions. Use this operator as a low-order path and blend it with an unrestricted neural cross-attention path through a convex limiter that keeps features inside a box or simplex domain. The construction is especially suitable for adaptive token grids, hierarchical graph neural networks, neural operators…

Useful7/10
Difficulty5/10
Novelty8/10
Paper: Invariant-domain-preserving limiting with Adaptive Mesh Refinement for Legendre-Gauss-Lobatto Discontinuous Galerkin Spectral Element Methods arXiv:2607.06045
Mechanism failed 2026

UCB Drift Router for Cheap-or-Expert Inference

Replace a fixed confidence threshold in cascaded inference or mixture-of-experts routing with a queue-aware UCB-DPP controller. The controller sends an input to a cheap model when its optimistic estimated success is sufficiently high and the expert backlog is large, while escalating uncertain or high-value inputs when the penalty for an error dominates congestion. This should reduce expensive-model utilization without allowing latency or escalation queues to diverge.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Learning When to Automate: Queue Control in Human-AI Service Systems arXiv:2607.06017
Failed on benchmark 2026

Rate-Controlled Smoothed-Sign Optimizer

Replace the fixed numerical stabilizer in signSGD by an exponentially decaying stability path, so the optimizer remains sign-like for a controllable duration instead of eventually reverting toward ordinary gradient descent as gradients become small. Sweep the decay rate as an explicit implicit-bias parameter: slower annealing should retain the non-Euclidean, barrier-like bias, while faster annealing should approach the sign endpoint more closely.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Stability Annealing Selects the Implicit Bias of Smoothed Sign Descent: A Rate-Indexed Barrier Path on Separable Data arXiv:2607.06013
Failed on benchmark 2026

Rotation-aware low-rank Adam

Treat every low-rank basis refresh as a change of coordinates instead of assuming that old optimizer coordinates remain aligned with the new basis. Transport the first moment with the basis-overlap matrix, but collapse the second moment to a rotation-blind isotropic estimate rather than applying the same coordinate transformation to elementwise squared moments. This should eliminate second-moment staleness while preserving the memory savings of low-rank optimization.

Useful7/10
Difficulty4/10
Novelty7/10
Paper: No Subspace to Track: Non-Identifiability and Optimizer State in Low-Rank Training arXiv:2607.05872
Failed on benchmark 2026

Smoothed Burg Proximal Optimizer

Use a smoothed Burg entropy as the mirror map in a proximal-gradient optimizer for positive or simplex-valued neural parameters. The optimizer performs a Bregman-proximal step instead of an additive Euclidean update, while the smoothing parameter avoids the singularity of ordinary Burg entropy at zero.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: On The Linear Convergence of Bregman Proximal Gradient Methods with Applications to Kullback--Leibler regression arXiv:2607.05539
Failed on benchmark 2026

Two-Scale Parabolic Filter Block

Construct a spatiotemporal neural block from localized functions of a learned parabolic operator instead of unrestricted attention or convolution. Use one filter for fine-scale diffusion and another for coarse-scale temporal aggregation, with the scale ratio controlling information propagation. The block should suppress distant interactions while still permitting long-range mixing through coarse filters.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: $\mathrm{L}^p$ bounds for parabolic Riesz transforms with rough coefficients: The case $1<p \leq 2$ arXiv:2607.05181
Mechanism confirmed, baseline not beaten 2026

Coloring-Probed Curvature Traces

Replace independent Hutchinson vectors used to estimate traces of neural-network curvature operators with graph-coloring probing vectors. Coordinates that are far apart in an interaction graph share a color, so one probe simultaneously covers many coordinates while reducing variance from localized off-diagonal matrix entries. Apply this to Hessian-trace regularization, Fisher-trace diagnostics, or layerwise curvature estimates used by adaptive optimizers.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Variance reduction with probing and Multilevel Monte Carlo in Lattice QCD arXiv:2607.05157
✓✓ Beats tuned baseline 2026

Covariance Fisher Preconditioner

Use the differentiable covariance chart to construct a Fisher-information preconditioner for the edge and innovation parameters of a linear-Gaussian neural module. Instead of applying an isotropic Euclidean update, whiten parameter steps according to how strongly they change the predicted Gaussian distribution. This targets ill-conditioning caused by redundant paths, correlated latent nodes, and badly scaled innovation covariances.

Useful7/10
Difficulty6/10
Novelty5/10
Paper: A Differentiable Covariance Calculus for Linear Gaussian Bayesian Networks arXiv:2607.04578
Failed on benchmark 2026

Differentiable Gaussian DAG Layer

Replace an unconstrained covariance or dependency module with a topologically ordered linear-Gaussian DAG whose edge transforms and innovation covariances are neural-network parameters. The layer computes a joint covariance by a differentiable triangular solve, allowing downstream losses to use uncertainty, conditional prediction, or dependency penalties while preserving positive semidefiniteness by construction. This is especially suitable for graph neural networks, structured VAEs, and…

Useful7/10
Difficulty5/10
Novelty6/10
Paper: A Differentiable Covariance Calculus for Linear Gaussian Bayesian Networks arXiv:2607.04578