Solves: Accuracy

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

2012 ideas found

Failed on benchmark 2026

Dual-Ensemble Latent Transition Model

Train a latent recurrent or state-space model with separate equilibrium and source-sink transition matrices instead of forcing one transition matrix to explain all latent dynamics. Use the equilibrium matrix for stationary occupancy and reversible statistics, and use a recycling matrix for directed hitting times, committors, and source-to-target flow; this should remove fixed-lag coarse-graining bias in latent world models.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: Markov state models revisited: Principles and algorithms for unbiased observables arXiv:2607.19452
Mechanism confirmed, baseline not beaten 2026

Cholesky-Structured SPD Classifier

Build an SPD classifier and residual head directly from Cholesky factors, using lower-triangular differences and matrix-power terms instead of generic eigendecomposition-based logarithm operators. This retains covariance geometry while making positive-definiteness automatic and backpropagation more numerically stable for minibatch training.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Riemannian Deep Learning: Modules, Networks, and Geometries arXiv:2607.19305
Mechanism failed 2026

Unconstrained Proper-Velocity Hyperbolic Layers

Replace Lorentz-hyperboloid tensors with proper-velocity tensors whose spatial coordinates can be transformed by standard Euclidean affine layers and activations. Reconstruct the Lorentz time coordinate only at manifold boundaries, preserving the hyperbolic representation while avoiding repeated projection, normalization, or fragile exponential-map calculations.

Useful7/10
Difficulty4/10
Novelty6/10
Paper: Riemannian Deep Learning: Modules, Networks, and Geometries arXiv:2607.19305
Failed on benchmark 2026

Tempered-Stable Volatility Clock for Sequence Diffusion

Replace independent Gaussian diffusion noise across sequence positions with a positive, persistent variance chain and conditionally Gaussian perturbations. This gives the denoiser exposure to heavy tails and volatility clustering without requiring a more expressive neural architecture; keep the denoiser blind to the realized variance when the goal is for generated samples to retain this structure.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Denoising Subordinated Probabilistic Models: Diffusion with a Tempered-Stable Volatility Clock, and What the Noise Mechanism Actually Controls arXiv:2607.19218
✓✓ Beats tuned baseline 2026

Time-Shell Long-Horizon Decoder

Replace dense pairwise interactions between all forecast horizons with nested time-shell summaries. For sorted horizons, the readout at shell j receives a cumulative embedding of all coefficients or queries assigned to later horizons, reproducing the paper's dependence on products such as \(\Pi_j=\prod_{l>j}e^{\alpha_l}=e^{\sum_{l>j}\alpha_l}\). This gives an \(O(Kd)\) multi-horizon interaction instead of an \(O(K^2d)\) temporal attention block and should work best for weak-memory…

Useful7/10
Difficulty5/10
Novelty8/10
Paper: Dynamical correlation functions of extensive charges after global quantum quenches arXiv:2607.19208
Mechanism confirmed, baseline not beaten 2026

Delay-Aware Frequency-Preserving Recurrent Coupling

For coupled recurrent or state-space modules that represent oscillatory or periodic signals, explicitly account for communication or attention delay in the characteristic equation. Tune the coupling gain or add a phase-lead compensator so that the desired latent frequency remains a closed-loop mode instead of being shifted by small delays.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: How network perturbations distort agreement trajectories in LTI multi-agent systems arXiv:2607.18913
Failed on benchmark 2026

Limiter-Smoothing Bifurcation Guard

Use the paper's finding that smooth approximations of a circular current limiter can generate spurious Hopf bifurcations to audit smooth bounded operations in optimizers and networks. Compare exact projection with a differentiable surrogate, continue both dynamics in clipping threshold or step size, and reject a surrogate if it introduces a unit-circle crossing absent from the exact map.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Bifurcation Analysis of Sub-Synchronous Oscillations Related to Grid-Forming Converter Inner Controllers arXiv:2607.18894
Mechanism confirmed, baseline not beaten 2026

OT-Sufficient Bottleneck Flow Matching

Replace a conventional regression bottleneck with an encoder whose representation is trained to preserve the conditional law of the target through conditional optimal transport. The encoder produces a low-dimensional z, while a conditional velocity field transports a fixed reference distribution into the observed target distribution given z; minimizing flow-matching error forces z to retain multimodality, conditional variance, and other distributional information.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: Learning sufficient low-dimensional structures through conditional optimal transport arXiv:2607.18861
✓✓ Beats tuned baseline 2026

Resonance-Aware Stochastic RNN Control

Estimate the leading complex resonances of the noise-averaged hidden-state dynamics of a stochastic RNN and use them to detect or control statistically persistent oscillations. The key design principle is to treat resonance radius and Lyapunov growth as independent signals: hidden trajectories can be Lyapunov-stable while the annealed dynamics still produce narrow-band ringing because a transfer-operator eigenvalue lies close to the unit circle.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Statistical periodicity in noise-induced order from Ruelle-Pollicott resonances arXiv:2607.18771
Failed on benchmark 2026

Variance-aware gradient reduction trees

Replace a fixed distributed gradient-reduction topology with a topology selected from recent estimates of each shard's mean and variance. The selector minimizes the paper's predicted second-moment rounding cost, favoring shallow placement for high-variance coordinates and Huffman-like placement for unequal-variance blocks, while retaining the same number of additions and communication volume.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: A Second-Moment Theory for Floating-Point Reduction Trees arXiv:2607.18758
Failed on benchmark 2026

Two-sided conditioned DFA

Replace the raw DFA outer-product update with a damped left-right preconditioned update that whitens both presynaptic activity directions and local-error directions. The activity factor removes nuisance-dominated input anisotropy, while the error factor equalizes postsynaptic credit coordinates; separate damping prevents noisy error covariances from destabilizing training.

Useful7/10
Difficulty5/10
Novelty5/10
Paper: Conditioned Direct Feedback Alignment via Activity and Error Geometry arXiv:2607.18574
Failed on benchmark 2026

ISS-Certified Sampled Optimizer Wrapper

Wrap a recurrent or state-space neural network in a sampled-data feedback loop: latent states evolve continuously or at every fine solver step, while a constrained optimizer updates the control, adapter, or residual-gating vector only every M steps. Between optimizer updates, use zero-order hold or linear interpolation and reject updates that violate a learned Lyapunov decrease condition. This should prevent large transient latent explosions caused by aggressive optimizer updates while…

Useful7/10
Difficulty6/10
Novelty7/10
Paper: Large-Signal Stability Analysis of Optimization-Based Secondary Control for Distributed Energy Resources arXiv:2607.18500
Failed on benchmark 2026

Hysteretic Multiscale Sequence Router

Insert a slow routing state and an intermediate hysteresis variable between a neural memory and its next-state selector. The hysteresis prevents small prediction fluctuations from repeatedly changing the active attractor, while the slower router learns transition probabilities independently of the attractor parameters.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Learnable Sequential Memory in Coupled Oscillator Networks arXiv:2607.18439
✓✓ Beats tuned baseline 2026

Van der Pol radial-stable recurrent cell

Replace an unconstrained linear recurrent update with a two-dimensional oscillator state per hidden feature and use amplitude-dependent damping: negative damping below a target radius and positive damping above it. The cell should preserve phase information over long sequences while preventing hidden-state explosion or collapse.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Coupled Van der Pol Networks arXiv:2607.18337
Mechanism confirmed, baseline not beaten 2026

Positive-cycle Jacobian penalty

Penalize short positive feedback cycles in an iterative neural module by suppressing products of absolute Jacobian blocks around the cycle. This targets the mechanism responsible for exponential temperature sensitivity rather than merely penalizing the total Jacobian norm, allowing strong feed-forward paths while controlling recurrent amplification.

Useful7/10
Difficulty7/10
Novelty7/10
Paper: Feedback Cycles in Exploratory Equilibria arXiv:2607.18128
Mechanism failed 2026

Uncertainty-Propagation Tree Acquisition

Replace greedy uncertainty sampling with a shallow Monte Carlo Tree Search that plans sequences of neural-network data acquisitions using a propagated uncertainty state. Each hypothetical query reduces uncertainty at nearby or correlated points, so later rewards automatically penalize redundant coverage and include labeling, simulation, or trajectory-transition costs.

Useful7/10
Difficulty6/10
Novelty6/10
Paper: Real-Time Flight Test Maneuver Selection with Monte Carlo Tree Search arXiv:2607.18089
Mechanism confirmed, baseline not beaten 2026

PDE Sinkhorn with asymmetric geometric boundaries

Build a Schrödinger-bridge solver that represents the two Sinkhorn scaling factors as solutions of forward and backward Kolmogorov PDEs, rather than requiring explicit transition-density evaluation. Enforce an oblique Neumann condition on the backward factor and a normal no-flux condition on the forward factor, allowing degenerate diffusion and hard domain boundaries to be handled directly.

Useful7/10
Difficulty7/10
Novelty8/10
Paper: Reflected Schrodinger Bridge Problem over Sub-Riemannian Manifold arXiv:2607.17904
✓✓ Beats tuned baseline 2026

Exponential-Map Stochastic Residual Layer

Replace additive Euclidean stochastic residual updates with tangent-space updates followed by the Riemannian exponential map. A neural drift network produces a tangent vector, while noise is sampled using the metric induced by the inverse diffusion tensor; the resulting layer is invariant to smooth coordinate reparameterizations up to numerical integration error.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: On the use of the Belopol'skaya-Daletskii representation of a diffusion on a Riemann manifold to construct path integrals arXiv:2607.17871
Mechanism confirmed, baseline not beaten 2026

Residual-Gated Lift Depth

Use the paper's localized truncation residual as an online certificate for whether the current polynomial lift is expressive enough. Start with a low-degree edge lift and activate additional degree blocks or a learned closure only when the residual exceeds a calibrated threshold, avoiding the cost and instability of always using a large polynomial dictionary.

Useful7/10
Difficulty4/10
Novelty8/10
Paper: Graph-Induced Tensor Liftings for Networked SEIR Models: Dimensional Reduction and Residual Analysis arXiv:2607.17664
Mechanism confirmed, baseline not beaten 2026

Delay-Kernel Bifurcation Scheduler

Use the paper's stability-switching mechanism as a training and inference schedule: begin with a short or broadly distributed delay inside the stable region, then increase the mean delay or concentrate the kernel only when oscillatory or multistable dynamics are useful. The schedule is controlled by the predicted characteristic-root crossing rather than by training step count alone.

Useful7/10
Difficulty5/10
Novelty7/10
Paper: Macroscopic Multistability and Bifurcations in Theta-Neuron Networks with Distributed Delays arXiv:2607.17645
Mechanism confirmed, baseline not beaten 2026

Semantic Pushforward Uncertainty Head

Convert an LM's probabilities over a controlled set of verbal continuations into probabilities over application states using a fixed semantic map, then calibrate the resulting state vector on held-out labeled examples. This replaces unconstrained verbal confidence with an auditable posterior estimate whose error can be directly evaluated.

Useful7/10
Difficulty4/10
Novelty5/10
Paper: Calibrating Semantic Uncertainty from Observable Language-Model Probabilities arXiv:2607.17447
Mechanism failed 2026

Hill-Floquet Regularization for Periodic RNNs

Train a recurrent or state-space network together with a periodic hidden-state trajectory, then use the Fourier-domain Hill operator of its linearized dynamics to penalize positive Floquet growth rates. The method can retain algebraic hidden-state constraints, avoiding the inaccurate practice of treating a singular descriptor matrix as invertible.

Useful7/10
Difficulty6/10
Novelty8/10
Paper: Koopman-based stability analysis of differential-algebraic equations with applications to frictional multibody systems arXiv:2607.17339
Mechanism confirmed, baseline not beaten 2026

Monotone CDT autoencoder bottleneck

Build an autoencoder whose decoder outputs a monotone quantile function rather than an unconstrained spatial field. The latent representation can be compressed with POD or a neural bottleneck in CDT space, while the decoder guarantees valid transport maps and therefore avoids negative densities, mass drift, and spurious oscillations common in unconstrained reduced-order neural decoders.

Useful7/10
Difficulty5/10
Novelty6/10
Paper: Reduced Order Modeling of One-Dimensional Conservative PDEs via the Cumulative Distribution Transform arXiv:2607.17066
Mechanism confirmed, baseline not beaten 2026

Noise-Triggered Latent Rank Adaptation

Use the recursive errors-in-variables subspace spectrum as a controller for the width of a latent SSM rather than fixing the state dimension in advance. Neurons or state channels are added when corrected covariance eigenvalues rise above the noise floor and pruned when they remain below it, producing a model-order-adaptive recurrent architecture for nonstationary streams.

Useful7/10
Difficulty6/10
Novelty7/10
Paper: A recursive subspace based method for errors-in-variables model identification of time-varying systems arXiv:2607.17065