Solves: Stability

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

2414 ideas found

Failed on benchmark 2026

Certified dual-price MoE routing

Replace a capacity-penalty-only MoE router with a nonnegative shadow price for each expert, capacity bucket, or hardware resource. Route each token using predicted utility minus the relevant price, while computing a decomposed optimistic objective that certifies how much utility remains above the feasible routed value.

Useful7/10
Difficulty4/10
Novelty5/10
Paper: Certified-Gap Dual-Price Policies for Real-Time Truckload Bid Acceptance with Relocating, Clock-Constrained Resources arXiv:2607.16891
Failed on benchmark 2026

Collision-aware physical-support abstention

Modify a learned sparse encoder so that it distinguishes reliable group activation from unreliable child-ray identity. When test separation information is high but dictionary-orientation information is low, the model should output the active coherent group while abstaining on individual child labels, using a permutation- and sign-invariant support representation.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Honest Physical-Support Inference after Latent Dictionary Learning: Collision Singularities and Minimax Resolution arXiv:2607.16813
Mechanism confirmed, baseline not beaten 2026

Identity-Paired Progressive Depth

Grow a neural network by appending a trainable block together with an analytically initialized inverse block, so the newly added depth is exactly the identity at insertion time. After insertion, untie and optimize the two blocks independently; this preserves the current function while providing additional trainable degrees of freedom. For architectures with one expensive mixing operation followed by cheap channelwise blocks, the same construction can increase depth without repeatedly paying for…

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Identity-Paired Progressive Depth Training: When Trainability Persists Beyond Expressibility arXiv:2607.16800
Mechanism failed 2026

KS-Adaptive Graph Halting

Use the KS ratio to decide how many message-passing layers to execute per graph or per node, rather than selecting a fixed depth. In the subcritical regime, stop once the predicted remaining effect is below a tolerance; in the supercritical regime, continue until the observed logit change becomes small or a larger budget is reached.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: The Value of Depth in Message Passing on Sparse Graphs: A Kesten-Stigum Dichotomy arXiv:2607.16676
Failed on benchmark 2026

Information-Budgeted Reverse-Dynamics Controller

Equip an RNN, state-space model, or neural-ODE controller with a stochastic observation bottleneck and constrain the causal information rate from the plant state to the control action. When the passive dynamics and target stationary distribution are known, initialize or regularize the controller toward the probabilistic time reversal of the passive transition kernel, providing a principled low-information control policy.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: On the Information Required for Feedback Control arXiv:2607.16639
Mechanism confirmed, baseline not beaten 2026

Disorder-Controlled Basin Merging

Replace a continuously saturated recurrent state or optimizer momentum variable by a ternary state s in {-1, 0, +1} governed by a mean-field Blume-Emery-Griffiths energy, and use annealed random fields as a controllable disorder parameter. The system should exhibit multiple persistent attractors below a critical noise amplitude and substantially reduced initial-condition dependence above it. This creates a measurable noise schedule: increase disorder until independent runs converge to the same…

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Glauber dynamics phase transitions in athermal random field Blume-Capel and Blume-Emery-Grifitths models arXiv:2607.16561
Failed on benchmark 2026

Calibrated Compact-Support Anomaly Score

Replace Gaussian Mahalanobis scoring with the projective maximum-entropy density whose support is exactly a prescribed ellipsoid. The score is finite inside the admissible region and assigns an explicit boundary penalty outside it, avoiding arbitrary post-hoc Gaussian truncation.

Useful7/10
Difficulty3/10
Novelty7/10
Paper: Projective Maximum Entropy: Universality and Acceptance-Region Calibration arXiv:2607.16547
✓✓ Beats tuned baseline 2026

Symmetry-Quotiented Local Correlation Encoder

Replace raw molecular orientation vectors with local scalar features invariant under common three-dimensional rotations and the apolar transformation u_i -> -u_i. Feed these channels to a CNN autoencoder, VAE, or contrastive encoder so that configurations on the same physical symmetry orbit have identical inputs or latent codes. This should improve unsupervised phase discovery without supplying order-parameter labels.

Useful7/10
Difficulty4/10
Novelty5/10
Paper: Representation-Dependent Machine Learning of the Isotropic-Nematic Transition in the Lebwohl-Lasher Model arXiv:2607.16481
Mechanism failed 2026

Flatness-Calibrated Constant-Step SGD

Replace a globally chosen constant learning rate with a blockwise rate calibrated to the local flatness exponent of the objective. If the local Hessian decays like \(\|x-x_\star\|^{m-2}\), choose the rate so that the predicted stationary parameter radius \(\alpha^{1/m}\) matches a prescribed exploration or optimization radius, rather than incorrectly using the quadratic rule \(\sqrt{\alpha}\).

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Scaling Limits of Constant-Stepsize SGD at Flat Minima arXiv:2607.16384
Mechanism confirmed, baseline not beaten 2026

Actionable-Information Optimizer

Insert a finite-resolution observation channel between minibatch statistics and the optimizer update, then distinguish information that predicts useful future loss reduction from information that is present in the gradient but has no control value. Use the actionable representation to select the update and suppress increasingly fine, noisy measurements that do not improve progress.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Nonequilibrium thermodynamics of feedback-control: a phase-space perspective arXiv:2607.16186
Mechanism confirmed, baseline not beaten 2026

Pick-to-Learn Scenario Compression for Safe NN Calibration

Replace uniform tuning of neural-network hyperparameters with a Pick-to-Learn-style compression procedure that selects the few scenarios most informative for constraint satisfaction. A scenario can be a domain-randomization seed, adversarial perturbation, task instance, or rollout. Tune the network or optimizer on the selected compression set, then evaluate fresh scenarios using a finite-sample certificate for the probability of violating a prescribed robustness, safety, or stability constraint.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Pick-to-Learn Calibration of an MPC Policy for an Origin-to-Destination Flight Problem arXiv:2607.16084
Mechanism confirmed, baseline not beaten 2026

Influence-Adaptive Strategic Quantization

Insert a topology-controlled strategic communication layer into graph neural networks: each node maps a bounded latent scalar to either a clipped amplified signal or an interval-quantized message, with the amplification determined by how much influence the receiver exerts on the sender. Weakly influential communication channels should become aggressively quantized, while highly influential channels retain more resolution. This creates a principled variable-rate message-passing architecture…

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Network-Induced Strategic Communication in Opinion Dynamics arXiv:2607.16036
Mechanism failed 2026

Adaptive Barrier-Margin Regularization

Train a neural policy against the same dynamically reconstructed barrier used during inference. Penalize barrier violations using the current observer uncertainty margin, causing the policy to avoid states where safety would require large corrective projections.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Dynamic Constraint Reconstruction Based Control Barrier Functions for Safety-Critical Control of High-Dimensional Manipulators arXiv:2607.15961
Failed on benchmark 2026

Characteristic-Region Gain Controller

Use the q-fractional characteristic equation as an online trust-region controller for recurrent gain or residual-memory strength. Instead of allowing the recurrent Jacobian to cross the unit-circle boundary, estimate the dominant characteristic root and rescale the feedback gain whenever it approaches modulus one.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Maps of q-deformed fractional order: From circle to cardioid via crescent arXiv:2607.15833
Mechanism failed 2026

Smooth-RG Modewise Optimizer

Treat parameter-space curvature modes as RG momentum shells and use a smooth cutoff to construct a scale-dependent preconditioner rather than abruptly clipping eigenmodes. The optimizer should expose measurable crossovers between overdamped, KPZ-like, and nearly inviscid relaxation, allowing the learning rate and damping to change at empirically detected transitions instead of following a fixed schedule.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Scaling regimes of the Kuramoto-Sivashinsky equation from the functional renormalization group arXiv:2607.15784
Mechanism confirmed, baseline not beaten 2026

Work-trained neural Hamiltonian bridge

Train a neural finite-time Hamiltonian-style path from an easy base density to a Boltzmann target by minimizing its generalized nonequilibrium work. The work is a path-space log-density ratio, so its mean is a forward KL divergence up to a constant and the endpoint marginal mismatch is bounded by the same quantity. Unlike an uncorrected neural sampler, this produces a global proposal whose bias and overlap can be measured quantitatively.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Neural Non-Equilibrium Hamiltonian Monte Carlo for Corrected Boltzmann Sampling arXiv:2607.15682
Mechanism confirmed, baseline not beaten 2026

Zero-Crossing Reset Integral Optimizer

Replace ordinary momentum-like accumulation with a PI controller whose integral state is reset when the proportional error changes sign, indicating that the trajectory has crossed its local target. Apply the mechanism to each parameter block or to a scalar block residual, and impose a dwell time so that minibatch noise cannot trigger arbitrarily frequent resets.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: A PI+R Control Scheme Based on Multi-agent Systems for Economic Dispatch in Isolated BESSs arXiv:2607.15572
Failed on benchmark 2026

Poisson-Kernel Random Attractor Regularizer

Use the paper's random fixed-point attractor and associated Poisson-kernel invariant density as an explicit distributional target for an ensemble of recurrent latent states. Instead of forcing hidden states toward zero, estimate the attractor induced by the recent random map sequence and regularize the ensemble toward its analytically specified angular density.

Useful7/10
Difficulty5/10
Novelty8/10
Paper: The transition between synchronization and chaos for random Blaschke products arXiv:2607.15488
Mechanism confirmed, baseline not beaten 2026

Universal Clock Regularization for Recurrent Dynamics

Add a learned phase coordinate to an RNN, state-space model, or latent neural ODE and train it to advance at constant angular velocity along recurrent trajectories. This separates genuine phase progression from amplitude and embedding distortions, encouraging coherent long-horizon oscillations while providing a quantitative monitor for impending loss of a limit cycle.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Ptolemy's Equant Equates to a Universal Dynamical Clock via Machine Learning arXiv:2607.15472
Mechanism failed 2026

Regularity-Gated MGDA

Replace unconditional stochastic MGDA in a multi-task network with a regularity-gated update. Compute the conflict-avoidant simplex combination when the objective-gradient geometry is sufficiently regular, but use a fixed scalarization weight when the MGDA solution is near a degenerate simplex face or changes sharply between mini-batches. The gate targets the paper's distinction between 1/2-Hölder behavior in the worst case and Lipschitz behavior on regular subproblems.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Regularity-Aware Stochastic MGDA with Adaptive Conflict-Avoidant Update Direction Control arXiv:2607.15412
Mechanism confirmed, baseline not beaten 2026

Graph-Certified Switching SSM

Turn a path-complete graph into a stability regularizer for a recurrent or state-space neural network whose update can switch among M learned operators. Maintain a neural quadratic or positive scalar certificate V_alpha for each graph node and penalize every graph edge that violates contraction under its corresponding operator. The resulting architecture is designed to remain stable even when the mode sequence is arbitrary rather than generated by a trained gate.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: Robust Optimal Control of Arbitrarily Switched Systems: A Path-Complete Framework arXiv:2607.15055
Mechanism confirmed, baseline not beaten 2026

Uncertainty-guided family sampling

Use the family predictor not only as a post-processing estimator but also as a feedback controller for data collection. Reweight Monte Carlo proposals or minibatch selection toward under-sampled families whose signed contribution and predictive uncertainty are large, rather than spending samples on already well-known positive families.

Useful7/10
Difficulty6/10
Novelty5/10
Paper: Learning the Fermion sign structure in path-integral Monte Carlo arXiv:2607.15060
Mechanism confirmed, baseline not beaten 2026

Distributed E-Value Prediction Sets

Equip each neural-network expert or robot with a locally calibrated e-value for every candidate label, then fuse neighboring e-values using uncertainty-attenuated convex weights. At inference time, retain all labels whose fused e-value does not cross the finite-sample rejection threshold, so the model abstains instead of making an unsupported point prediction. This transfers the paper's coverage-recovery mechanism to ensembles, federated models, and graph neural networks.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Finite-Sample Conformal Coverage Recovery via Fusion under Degraded Local Guarantees in Occupancy Map Estimation arXiv:2607.14906
Failed on benchmark 2026

Proximal-Mismatch Fine-Tuning

Fine-tune a denoiser by matching its action to a target-domain proximal operator, instead of minimizing only pixelwise denoising error. Apply the loss on the intermediate states and noise levels actually encountered by the downstream iterative solver, so the adaptation directly reduces the error that controls PnP reconstruction stability.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Domain Adaptation of Mismatched Proximal Denoiser for Plug-and-Play Image Reconstruction arXiv:2607.14894