Solves: Stability

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

2414 ideas found

Unverified 2026

Directional H-distribution regularizer

Estimate localized directional Fourier correlations between intermediate activations and their loss residuals, then penalize anisotropic concentration. The method can discourage unstable feature directions and improve robustness without requiring a full microlocal distribution reconstruction.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Global $L^p$ Second Commutation Lemma arXiv:2608.01216
Unverified 2026

Schur-Pluecker observability barrier

Add an algebraic diversity barrier to a companion or polynomial state-space layer so that its coordinate projections do not become simultaneously degenerate. The barrier uses the paper's Schur-polynomial factorization instead of explicitly enumerating every maximal minor, and can be applied during initialization or training to improve multi-coordinate observability and reduce ill-conditioned state representations.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Schur--Plucker Geometry of the MDS Locus for Principal-Ideal Codes arXiv:2608.01146
Unverified 2026

Pyramidal one-sided Lipschitz attention

Replace unconstrained directed attention logits by observables that are one-sided 1-Lipschitz under a learned quasi-metric: an observable may increase from node j to node i by at most the directed cost from j to i, while the reverse direction can behave differently. Apply this constraint at several subsampled resolutions and penalize the Hausdorff mismatch between observable families of two augmented views, preserving directed structure while making attention stable under perturbations.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Pyramidal Compactification of Asymmetric Metric Measure Spaces via Adjoint Transport arXiv:2608.01145
Unverified 2026

Hamming-ball coverage regularizer

Add a multiscale Hamming-ball discrepancy penalty to a learned discrete codebook or tokenizer. The penalty forces the selected codewords to distribute their mass so that every center and radius sees approximately the global expected fraction of codewords, discouraging collapsed or highly clustered codebooks and potentially improving robustness to symbol substitutions.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Perfect codes as exact minimizers of quadratic discrepancy in q-ary Hamming spaces arXiv:2608.01134
Unverified 2026

Noise-aware Walsh-Hadamard bottleneck

Insert a Walsh-Hadamard transform before a quantized categorical or activation bottleneck and assign coordinate-dependent quantization precision using the attenuation spectrum of a quaternary symmetric noise model. Coordinates corresponding to tensor-product frequencies with many nonzero indices are attenuated by higher powers of \(\delta\), so their quantization can be made coarser with little effect on the reconstructed post-noise representation. This creates a structured, fast transform…

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Frequency Coding over Noisy Sampling arXiv:2608.00539
Unverified 2026

Finite-State Extinction Monitor and Threshold Scheduler

Treat a quantized recurrent network as a finite deterministic state-transition system and distinguish absorption from latent periodic behavior during inference or training. Use the observed extinction threshold to adapt the activation threshold or recurrent gain, stopping once all tested trajectories reach the zero state and increasing the threshold when trajectories enter nontrivial cycles.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Extinction thresholds in a graph-based model of HIV infection dynamics arXiv:2608.00340
Unverified 2026

Finite-Population Binomial Rate Layer

Replace a deterministic population activation or router fraction by a finite-population random rate whose noise is derived from an explicit binomial transition law. The layer preserves the desired mean activation while injecting variance that decreases with population size, creating a controllable stochastic bottleneck rather than uncalibrated Gaussian noise.

Useful5/10
Difficulty3/10
Novelty5/10
Paper: Mechanistic bridges from receptors to whole-brain dynamics: mean-field reductions, validity domains, and computational trade-offs arXiv:2608.00306
Unverified 2026

Stable categorical-tail body

Constrain categorical distributions used by a neural module to lie in the paper's body \(\mathcal{B}_k\), which imposes a lower bound on the smallest probability based on the second-largest probability. Apply the constraint to finite-group-valued latent variables or MoE routing distributions, particularly when independently predicted categorical states are combined by group addition.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Value distributions for read-once polynomials on finite fields arXiv:2608.00081
Unverified 2026

Noise-aware randomized Milstein sampler

Replace an Euler-Maruyama reverse-diffusion sampler with a scalar or coordinatewise randomized Milstein step that uses an autodifferentiated score or drift derivative and explicitly tolerates noisy coefficient and Brownian evaluations. Use the paper's additive error law to stop refining the time grid when discretization error falls below the neural-oracle noise floor.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Error of randomized Milstein scheme for scalar SDEs with noisy information about coefficients and Wiener process arXiv:2607.29578
Unverified 2026

Reflected Event-Driven Residual Dynamics

Replace a uniformly discretized recurrent or continuous-depth model with hybrid hidden-state dynamics: integrate a learned drift between event times, then apply a one-sided reflection update at each irregular observation or constraint event. The reflection prevents the hidden state from violating a lower obstacle, while the explicit jump decomposition avoids smearing abrupt information changes across many small residual steps.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Generalized reflected BSDEs with irregular obstacles driven by RCLL increasing processes on general filtered space arXiv:2607.29548
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

Affine mean-width normalization

Replace or augment LayerNorm on a hidden representation by a learned volume-preserving linear map that minimizes the representation cloud's spherical mean width relative to a volume proxy. The determinant constraint prevents trivial shrinking, so the module targets anisotropy and elongated activation clouds; the expected benefit is a tighter geometry that is easier to quantize or cover with a small codebook.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Optimal mean width and metric entropy estimates for convex bodies arXiv:2607.29522
Unverified 2026

Pfaffian activation budget

Use a tanh MLP with an explicitly tracked Pfaffian-chain complexity and select its width and input sparsity using the paper's zero-count bound. The bound limits the number of regular decision-boundary crossings along one-dimensional data-space restrictions, so it provides a principled way to discourage excessively oscillatory fits beyond ordinary weight decay.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Khovanskii's Bezout-type Theorem for Pfaffian Functions: A Self-Contained Proof, and Applications arXiv:2607.29267
Unverified 2026

Boundary-Equalized Conformal Neural Coordinates

Train an MLP coordinate map so that its local scale distortion is smooth in the interior and approximately constant on the boundary of the parameter domain. This implements the Chebyshev-Darboux-Milnor principle as a regularizer for neural parameterizations, potentially reducing boundary stretching and improving interpolation quality on learned geometric domains.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: On the construction of geographical maps: Lagrange, Chebyshev, Darboux and Milnor arXiv:2607.29263
Unverified 2026

Distributional spectral-preconditioned features

Replace or augment a singular scalar activation \(\sigma\) with a distributionally regularized activation \(g\) whose Fourier transform is multiplied by \((i\rho)^\alpha\). This suppresses the problematic low-frequency singular component and can produce better-conditioned random-feature or first-layer representations, while a residual raw-activation branch prevents loss of standard approximation behavior.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Radon Measure Representations for Infinite-Width Neural Networks with Singular Activations arXiv:2607.29258
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

Sum-Product Anti-Collapse Regularizer

Apply the entropic sum-product principle to a discrete latent variable produced by a neural network. Penalize batches in which both the shuffled pairwise sum and pairwise product have low entropy relative to the latent entropy, discouraging representations that collapse into structures with little additive or multiplicative diversity.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: The Entropic Sum-Product Phenomenon arXiv:2607.29042
Unverified 2026

Flow-Constrained Hierarchical Policy

Parameterize a tree-structured policy through realization weights satisfying sequence-form flow conservation, instead of independently predicting probabilities at every node. Conditional action probabilities are recovered by dividing a child sequence weight by its parent weight, guaranteeing globally consistent probabilities and avoiding invalid or contradictory branch masses. This is suitable for hierarchical RL policies, adaptive computation trees, and neural routers with sequential gating…

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Baseball, An Extensive-Form Game-Theoretic Duel arXiv:2607.29041
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

Determinantal Exclusion Router

Replace independent softmax expert choices with a collision-free Markov router whose particles occupy expert positions on a one-dimensional or circular index lattice. A particle can move only to an empty neighboring expert, and the move rate contains a product of sine ratios that globally repels nearby assignments; this should reduce expert collapse and produce more evenly spread routing without requiring a separate pairwise diversity loss.

Useful5/10
Difficulty7/10
Novelty8/10
Paper: Exact Results for the Symmetric Dyson Exclusion Process arXiv:2607.28807
Unverified 2026

Covariance-complement uncertainty head

Represent uncertainty of a graph-structured neural feature field through dual covariance rather than explicitly storing a dense primal covariance. Recover calibrated primal marginal variances from dual statistics using the paper's covariance-complement identity.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Accelerated Random-Sweep Gibbs Sampling for Gaussian Graphical Models via Dual Normal Factor Graphs arXiv:2607.28706
Unverified 2026

Chain-Compatible Graph Pooling

Replace an arbitrary graph pooling map with a pooling operator constrained to commute with the graph incidence or boundary operator. This gives a hierarchical GNN an exact coarse-to-fine consistency condition: node and edge features must be pooled in a coordinated way that preserves local conservation and cycle structure.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Lifting Lifted Product Codes arXiv:2607.28621
Unverified 2026

Twisted-Shift Feature Mixer

Build a neural feature-mixing layer from a truncated shift S and a diagonal phase operator T satisfying TS=qST, with |q|=1. The relation forces moving one position in the graded feature basis to multiply the phase operator by q, providing a compact inductive bias for periodic, phase-sensitive, or cyclic data.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: On the diversity of twisted commuting operators arXiv:2607.28372