Solves: Accuracy

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

2026 ideas found

Failed on benchmark 2026

Controllability-Regularized State-Space Layer

Replace an unconstrained latent transition in an SSM or recurrent block by quiver data (alpha,gamma), where alpha evolves the latent state and gamma injects token or feature inputs. Add a differentiable penalty that detects eigenmodes of alpha not reached from gamma, preventing dead latent directions and improving long-context signal propagation. The paper’s exact open condition becomes a practical regularizer rather than a hard architectural constraint.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Based maps to Lagrangian Grassmannians, Quivers, and Bott Periodicity arXiv:2607.10956
Failed on benchmark 2026

Orthogonal Latin Sparse Attention

Partition tokens into a rectangular grid and use Latin-square labels to define several sparse attention heads. Each head attends only to tokens sharing a row, column, or Latin label, while orthogonality guarantees that every pair of labels occurs at most once, reducing systematic blind spots and repeated collisions. The resulting masks are deterministic, reusable across examples, and can be generated without learned routing scores.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Generalizations of nets and Latin squares arXiv:2607.10890
Failed on benchmark 2026

Barrier-Guided Diffusion Sampling

Insert a differentiable discrete-time control-barrier correction into the reverse diffusion process for action or trajectory generation. At each denoising step, roll out the candidate trajectory through a learned or known dynamics model, compute the minimum collision margin against all obstacles, and modify the denoising output toward trajectories satisfying one-step barrier inequalities. Unlike rejection sampling, this uses barrier gradients to repair unsafe samples before the final action is…

Useful7/10
Difficulty5/10
Novelty5/10
Paper: D-SafeMPC: Diffusion-Driven Safe Model Predictive Control with Discrete-Time Control Barrier Functions arXiv:2607.10842
Failed on benchmark 2026

Spectral-Margin Loop Regularizer

Regularize the local recurrent Jacobian by its spectral radius rather than imposing the overly conservative operator-norm condition $\|J\|_2<1$. This permits useful non-normal updates with transient amplification while explicitly pushing the asymptotic dynamics toward a stable fixed point.

Useful7/10
Difficulty7/10
Novelty7/10
Paper: LayerNorm as Implicit Gain Control in Looped Transformers arXiv:2607.10681
Failed on benchmark 2026

Bounded Increment Loop

Construct a weight-tied transformer loop in which the recurrent state receives a bounded diagonal carry plus a learned block increment, rather than applying a residual identity inside the learned increment. Parameterize the carry so every channel is strictly below one, allowing many recurrent iterations without the state explosion observed with an unconstrained carry.

Useful7/10
Difficulty4/10
Novelty5/10
Paper: LayerNorm as Implicit Gain Control in Looped Transformers arXiv:2607.10681
Mechanism failed 2026

Volterra BBP multi-timescale recurrent initialization

Initialize a recurrent or state-space transition matrix with weak Wigner noise plus a shared cumulative-sum correlation structure. Increasing the correlation strength produces recurrent eigenmodes one at a time at analytically predicted BBP thresholds, yielding a controllable hierarchy of short- and long-memory modes. The matrix should then be globally rescaled or constrained so that all active modes remain inside the desired stability radius.

Useful7/10
Difficulty5/10
Novelty8/10
Paper: A Cascade of Volterra-Operator BBP Transitions in a Correlated Wigner Matrix arXiv:2607.10503
Unverified 2026

Multiplicative Manifold Unscented Recurrent Cell

Replace the Euclidean hidden-state update of a recurrent or state-space neural network with a mixed manifold state containing a rotation component and Euclidean features. Propagate uncertainty with sigma points in tangent error coordinates, retract rotational perturbations through the exponential map, and compute the training loss from the predicted covariance. This avoids invalid rotations and captures second-order curvature effects that a first-order EKF-style recurrent cell misses at large…

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Fully Multiplicative Attitude and Orbit Determination for Deep space Navigation arXiv:2607.10072
✓✓ Beats tuned baseline 2026

Equal-information diffusion time grid

Replace uniformly spaced diffusion timesteps with a grid whose intervals contribute equal area under the local information-loss curve. The sampler then takes smaller steps in noise regions where the denoiser contributes most to likelihood and larger steps in low-information regions.

Useful7/10
Difficulty4/10
Novelty7/10
Paper: Conservation Laws for Diffusion Models arXiv:2607.10067
Failed on benchmark 2026

Analytic covariance initialization for switched state-space models

Use the paper's finite-dimensional second-moment equations to compute the stationary covariance induced by a Markov-switched recurrent layer before training, then whiten or scale each mode's hidden state using that covariance. This can prevent mode-specific saturation and eliminate a long burn-in period in long-context RNNs and state-space models.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Spectral Characterisation of Covariance Existence in Markov-Switching Affine Recurrences arXiv:2607.09994
Mechanism confirmed, baseline not beaten 2026

Electrical Response Attention

Replace unconstrained token-mixing logits by a symmetric zero-row-sum response matrix generated from positive conductances on a small auxiliary electrical network. The resulting mixer has conservation and positivity structure, while circular minors have a prescribed sign pattern associated with positive grove measurements. This is especially suitable for graph neural networks and attention variants that need stable global diffusion rather than arbitrary dense affinities.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Electrical networks, Grassmannians, and cluster algebras arXiv:2607.09975
Failed on benchmark 2026

Spectral placement of expensive verifiers

Construct a graph of cheap prediction agents or reasoning traces and use a sparse set of expensive verifier calls as graph anchors. Select the next verifier location by the exact reduction in a trace-inverse coherence objective per unit cost, rather than by uncertainty or random sampling. This creates a budgeted mixture-of-agents architecture that can spend computation where it most improves global consensus.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: How Much Does Correctness Cost? Budgeted Placement of Strong Correctors in a Weak Multi-Agent Swarm arXiv:2607.09765
Mechanism confirmed, baseline not beaten 2026

m-Accretive Implicit Graph Diffusion

Build a graph neural layer as the resolvent of a nonlinear porous-medium graph operator rather than as an explicit message-passing update. A monotone pointwise feature map is applied before graph differencing, and the layer solves one implicit diffusion step, giving a principled route to stable deep graph dynamics and larger diffusion step sizes.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: On the accretivity and m-accretivity of Laplacians and porous medium-type operators on graphs arXiv:2607.09625
Failed on benchmark 2026

Hard-edge inverse-spectrum regularizer

Add a tail-risk penalty whenever a neural network's learned feature covariance has excessive inverse-eigenvalue mass. The penalty suppresses nearly singular representation directions, which may be inconspicuous in mean validation loss but can produce rare, very large prediction errors under noise or distribution shift.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: High-Dimensional Interpolators Can Be Fragile: Heavy Tails and High-Dimensional Large Deviations arXiv:2607.09547
Mechanism confirmed, baseline not beaten 2026

KKT Actor with Learned Multipliers

Train a policy network and separate multiplier networks to minimize Bellman, stationarity, feasibility, and complementarity residuals instead of relying on fixed penalties for constrained actions. The multipliers can turn on only when an inequality constraint binds, allowing one actor to learn both interior and boundary behavior without manually tuning penalty weights.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Deep Learning for Dynamic Programming with Recursive Utility Using First-order Conditions arXiv:2607.09461
Mechanism confirmed, baseline not beaten 2026

Distributional Gradient-Flow Memory

Replace a single scalar optimizer memory per parameter block with a small occupancy distribution whose bins represent distinct relaxation or gradient-history regimes. Train this state using a conservative redistribution operator and an energy-decreasing correction, allowing the optimizer to represent non-equilibrium lag and hysteresis that cannot be captured by one momentum variable.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: The Statistical physics of unsaturated soil water: kinetic theory and non commutative pore water dynamics arXiv:2607.09416
Failed on benchmark 2026

Global Basin Continuation for Neural Dynamics

Treat the hidden-state evolution of an RNN or state-space model as a parameterized dynamical system and globally continue its attractors over a grid of inputs, perturbation amplitudes, and training checkpoints. Penalize or stop training when the task-relevant attractor loses basin mass, rather than relying only on local Jacobian eigenvalues at one nominal trajectory.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: Global continuation as a complement to traditional continuation and bifurcation analysis arXiv:2607.09332
Failed on benchmark 2026

Equilibrium-Coordinate Neural Operator

Build a neural PDE surrogate that predicts changes in equilibrium variables rather than changes in conservative state variables. The network receives the local state and geometry, predicts an equilibrium-coordinate increment, and subtracts the network output evaluated at a reference equilibrium, forcing the reference state to have exactly zero learned residual.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Fifth-Order Well-Balanced Path-Conservative A-WENO Scheme for the Ripa Model arXiv:2607.09293
Failed on benchmark 2026

Sideband-Aware Stability Monitor for Periodic Training

Replace the usual averaged Jacobian test for a periodically modulated neural update with a finite harmonic-transfer model that explicitly couples perturbation frequencies separated by the modulation frequency. Use the resulting lifted spectral radius to cap the learning rate or reduce modulation amplitude when sideband interactions create an instability that is invisible in the averaged model.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: A Multi-Frequency Input-Admittance Model of Locomotive Rectifier Considering PWM Sideband Harmonic Coupling in Electrical Railways arXiv:2607.09275
✓✓ Beats tuned baseline 2026

Cyclic Multirate Neural State Space

Replace interpolation of heterogeneous sensor streams by a phase-indexed recurrent or state-space network with period M, where M is the least common multiple of the sensor sampling periods. The network applies a distinct transition for each phase while using a fixed cyclic phase update, preserving timing structure and allowing missing observations to enter only when their phase-specific sensor is available.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Cyclic Reformulation-Based Identification and Polytopic Uncertainty Modeling for Multirate Systems arXiv:2607.09194
Failed on benchmark 2026

Interference-Energy Trust Region

Replace isotropic parameter penalties and diagonal Fisher estimates with a task-covariance interference budget. The update is damped only in directions where old-task features have large variance, while directions absent from old-task feature support remain available for learning the new task. This may preserve old-task performance with less loss of plasticity than unconditional projection.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Interference and Retention in Continual Learning arXiv:2607.09202
Failed on benchmark 2026

Full-Rank Local Replay

Train a neural state-space model using all replayed transitions, but assign larger weights to samples near the current operating context rather than discarding distant samples. Add a strictly positive weight floor so local adaptation cannot eliminate global coverage or make the regression problem rank-deficient. This should improve prediction across nonlinear regimes while retaining the numerical robustness of full-data training.

Useful7/10
Difficulty4/10
Novelty5/10
Paper: Data-driven predictive control of nonlinear systems using weighted regularization arXiv:2607.09187
✓✓ Beats tuned baseline 2026

Control-Cost Laguerre MoE Routing

Route tokens to experts using Laguerre cells defined by the minimum control energy needed to move a token embedding to each expert prototype, rather than by Euclidean distance or an unconstrained learned router logit. Per-expert dual weights deform the cells so that minibatch routing follows prescribed expert capacities, giving a geometrically interpretable alternative to auxiliary load-balancing losses.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: Control Laguerre Tessellation: Semi-discrete Optimal Transport Over Control Systems arXiv:2607.09139
Failed on benchmark 2026

Haar-Averaged Invariant Attention

Replace ordinary pairwise attention similarity by an affinity averaged over transformed keys or values. The resulting attention is invariant to the group action on either input and avoids requiring the network to learn identical attention patterns for every rotated or transformed copy.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Group Invariant Spectral Embedding arXiv:2607.08987
Mechanism failed 2026

Multi-view cycle-consistent matching layer

Replace independent pairwise feature matching across augmented or multimodal views with jointly estimated soft permutation matrices constrained to agree through cycles. The paper's multi-view result suggests that independent copies can cross a correspondence-recovery threshold even when every individual pairwise matching is statistically non-informative. In a neural network, this can provide cleaner token, patch, object, or cell alignment targets and can be used either as a differentiable…

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Geometric planted matchings in high dimensions: The power of multiple views arXiv:2607.09026