Solves: Accuracy

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

2078 ideas found

Unverified 2026

GP-DPP Adaptive Token Selection

Replace fixed-budget token or patch pruning with greedy selection that combines a teacher-derived relevance score and Gaussian-process mutual information. Select an item when it is both relevant and non-redundant, and stop when the largest remaining information gain falls below a calibrated threshold instead of retaining a fixed number of items.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: InfoDPP-PAC: Principled Patch Selection for Whole Slide Image Analysis arXiv:2608.23574
Unverified 2026

Fisher-Response Sensitivity Budget

Add a temperature-response constraint to stochastic neural predictors so that changes in inverse temperature cannot produce disproportionately large changes in expected loss or energy. This converts the nonequilibrium fluctuation-response inequality into a measurable robustness monitor and a regularizer for beta-conditioned stochastic representations.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Cramer-Rao Inequality Generalizes the Equilibrium Energy Fluctuation-Response Relation to Nonequilibrium Steady States arXiv:2608.23455
Unverified 2026

Cumulative-Fair MoE Capacity Envelopes

Replace a static MoE load-balancing penalty with a two-stage capacity allocator. First compute each expert's technically feasible token capacity from latency, memory, and overflow constraints; then redistribute capacity using cumulative proportional fairness so experts that were repeatedly under-served receive more capacity later. Constrain the redistribution by an explicit efficiency budget, so fairness cannot silently cause an uncontrolled increase in routing loss or expert compute.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Fair Dynamic Operating Envelopes using Distributed Multi-Period Optimal Power Flow and Jain Index for Active Distribution Networks arXiv:2608.23444
Unverified 2026

Unstable-Manifold-Aware Ensemble Averaging

For a neural dynamical predictor, train or maintain several independently initialized models and aggregate their multi-step states using the signed displacement along the locally unstable forecast direction. The key mechanism is cancellation of opposite unstable-manifold errors: ordinary averaging should reduce this component at rate N^{-1/2} when errors are independent and centered, while robust aggregation should be activated when validation residuals show heavy tails or persistent bias.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Understanding the superiority of multi-model ensemble forecasts through reservoir computing arXiv:2608.20017
Unverified 2026

Product-Matched Spectral Trust Region

Use the paper's product-matched uniform cycle as a tractable spectral envelope for a cyclic recurrent or state-space layer. Instead of estimating the full nonnormal generator spectrum at every update, compute its forward and backward rate products and constrain each complex eigenmode to remain inside the corresponding comparison-cycle frequency bound.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Coarse-grained kinetic scale tightens thermodynamic spectral bounds of Markov cycles arXiv:2608.22934
Unverified 2026

Scaled Reciprocal Safety Layer

For a learned control-affine latent dynamics model, replace the ordinary reciprocal barrier 1/h₀(z) with B(z) = s(z)/h₀(z), where h₀ is the physical safety margin and s is positive but depends on a velocity-like quantity whose derivative is directly affected by the action. This preserves the singularity at h₀ = 0 while giving the policy or safety projection layer first-order action authority over the barrier derivative.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Scaling-Based Reciprocal Control Barrier Functions for Nonholonomic Mobile Robots arXiv:2608.22633
Unverified 2026

Event-Driven Hybrid Neural State Space

Replace a uniformly time-stepped neural ODE or state-space layer with a finite set of neural dynamical modes and an event scheduler. The hidden state follows the smooth flow of the current mode until a learned guard function crosses zero, at which point the solver evaluates the state at the event, switches mode, and continues with the new dynamics; this avoids numerical smearing of hard routing, thresholding, and switching behavior.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Event-Driven Simulation of Power Electronics Rich Grid Models arXiv:2608.22226
Unverified 2026

Best-of-N Certification Width

Attach an exact structural uncertainty report to any best-of-N evaluation: after measuring reliability only for budgets n = 1,...,m, report that deployment reliability at budget N is unresolved by at least B_{m,N}. Use this width to select the smallest audit budget that makes a claimed reliability gap meaningful, or reject model comparisons whose validation budget lies below the square-root-of-N threshold.

Useful6/10
Difficulty3/10
Novelty8/10
Paper: The geometry of AI validation: Exact certification limits for iid best-of-N search arXiv:2608.21496
Unverified 2026

Local Hermite Action Surrogate

Approximate an expensive neural objective as a local second-order Hermite polynomial over a symmetric action stencil, then optimize the fitted polynomial rather than repeatedly evaluating the original objective. Unlike a Taylor model, the coefficients are obtained from function values and do not require reliable action derivatives through a simulator or learned environment.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Gauss--Hermite Quadrature for Gaussian-Mixture Entropy with an Action-Space Hermite Surrogate arXiv:2608.21467
Unverified 2026

Pauli-Spectrum Natural Gradient

Train a normalized neural quantum state with a natural-gradient preconditioner computed from the Fisher geometry of its labeled Pauli spectrum. Instead of estimating the usual wavefunction quantum Fisher matrix from state derivatives and overlap covariances, estimate Pauli expectations, differentiate their squared values, and use one half of the resulting classical Fisher matrix as the metric.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: The Pauli Probability Spectrum Carries the Pure-State Quantum Fisher Metric arXiv:2608.21437
Unverified 2026

Leaf-Relocation Tree Router

Learn a branching hierarchy for tokens, examples, or experts by greedily relocating leaves to reduce T-Robinson violations. The resulting tree supplies hierarchical candidate sets for retrieval or MoE routing, allowing the model to search a small subtree instead of all items while adapting the hierarchy to learned representations.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: T-Robinson Spaces: Structure, Recognition, and Applications to Real Data arXiv:2608.21248
Unverified 2026

Bandwidth-controlled left/right frame conversion

Store rotational vector features in whichever invariant frame is natural for the operation, then convert between body-fixed and space-fixed components spectrally. The conversion is an adjoint rotation, and multiplication by its degree-one coefficients increases harmonic bandwidth by at most one, giving an explicit anti-aliasing rule.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: A Harmonic Framework for Vector Fields and Differential Operators on SO(3) arXiv:2608.21235
Unverified 2026

Rigidity-certified latent coordinates

Use a pseudorandom sparse interaction graph as the measurement pattern for latent node coordinates. Add a loss on edgewise latent distances and train on an automatically selected large induced subset, so that coordinates are constrained by many distributed measurements rather than local neighborhoods alone. The target is to eliminate non-global geometric ambiguities and reduce drift in geometric GNN or transformer representations.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Rigidity of expanders and pseudorandom graphs arXiv:2608.21058
Unverified 2026

Subdual cone energy layer

Add a cone-aware score to a latent representation by projecting each latent vector onto a closed convex cone K and using the norm of the projection as an order-sensitive energy. If K is subdual, any latent displacement in the cone order is guaranteed not to reduce this energy, providing a mathematically certified monotone feature rather than merely penalizing observed violations.

Useful6/10
Difficulty3/10
Novelty6/10
Paper: Characterizations of subdual cones via isotonicity of the norm of the metric projection and via antitonicity of angular distance arXiv:2608.21005
Unverified 2026

Polygon-Closure Attention

Represent each token value in an attention head as a bounded three-dimensional Lie-algebra vector and impose a weighted polygon-closure condition on the aggregate value vectors. The module is invariant to a common \(SU(2)\simeq SO(3)\) rotation of all token vectors, preventing the head from spending capacity on an arbitrary global orientation. A soft closure penalty gives a drop-in experiment, while projection onto the zero-sum manifold provides a harder constrained variant.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Mori theory and symplectic reduction for polygons and quivers arXiv:2608.20930
Unverified 2026

Universality-Tuned Long-Range Attention

Replace unrestricted global attention or purely local convolution by a sparse distance-dependent interaction graph on a two-dimensional feature map. The edge probability or attention prior decays as \(r^{-(2+\sigma)}\), and \(\sigma\) becomes an explicit architectural control knob: small \(\sigma\) supplies mean-field-like global mixing, intermediate \(\sigma\) supplies long-range Wilson–Fisher behavior, and \(\sigma>2\) approaches a short-range model. The architecture should be evaluated not…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Two-dimensional percolation with algebraically decaying interactions II: Critical exponents in the long-range regime arXiv:2608.20750
Unverified 2026

Sampled Goldstein optimizer

Replace the single backpropagated subgradient of a piecewise-smooth network loss by a minimum-norm convex combination of gradients evaluated at nearby parameter perturbations. Shrink the perturbation radius geometrically and restart the schedule when the sampled Goldstein direction becomes small, following the paper's INGD motivation.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Strong growth and Goldstein subgradients in piecewise smooth optimization arXiv:2608.20642
Unverified 2026

Max-times spectral erosion layer

Replace an unconstrained Fourier-domain linear mixer with a bank of positive spectral kernels and a max-times erosion aggregator. For a nonnegative Fourier magnitude f, each kernel produces a quotient response f/psi_k and the layer takes the pointwise supremum over kernels, giving exact positive homogeneity and monotonicity. This is most suitable as a drop-in spectral mixing block in a CNN, vision transformer, or state-space model.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Morphological Representation Theory in the Fourier Inf-Semilattice: Universal Decomposition of Frequency-Domain Deep Learning Operators arXiv:2608.20399
Unverified 2026

Dyadic Harish-Chandra spectral layer

Construct a neural layer as a sum of equivariant spectral operators at dyadic frequency scales, with each scale represented by a smooth learnable multiplier instead of an unconstrained dense spectral table. Enforce derivative and off-diagonal decay constraints so high-frequency components cannot create arbitrarily large or spatially nonlocal responses. On a discretized homogeneous space, this gives a multiresolution equivariant alternative to a generic graph filter or convolution kernel.

Useful6/10
Difficulty7/10
Novelty6/10
Paper: Complete Symbols of Equivariant Pseudodifferential Operators on Noncompact Symmetric Spaces arXiv:2608.20313
Unverified 2026

Calibration-validated uncertainty-aware sparse routing

Replace a single plug-in top-k router decision with a confidence correspondence containing every router parameter candidate and sparse expert assignment that remains compatible with calibration and the current input. Project this set onto a hierarchy of expert groups and return the finest group-level decision supported by all surviving explanations; otherwise coarsen the route or abstain. Active endpoint bracketing evaluates only candidates that could still change the projected routing report.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Physical-Support Confidence Sets for Highly Coherent Dictionaries arXiv:2608.20295
Unverified 2026

Flux-Calibrated Mode Mixing

Use a learned dividing surface between two modes or basins of a neural energy model, and regulate Langevin or diffusion noise using the measured one-way crossing flux. The surface should be aligned with an estimated saddle direction and should reject immediate recrossings, so the controller responds to genuine mode transitions rather than local oscillations.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Flip rate prediction in the double pendulum arXiv:2608.20276
Unverified 2026

Two-Scalar Robust Residual Adaptation

Add two scalar adaptive gains to a neural controller or learned dynamical model: one estimates the unknown norm of the ideal neural approximation weights, and the other estimates the combined approximation, friction, and disturbance envelope. Sigma modification prevents unbounded gain growth, while the robust residual correction uses only these scalar estimates, independent of the number of neural features.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Adaptive RBFNN Control of Uncertain Bilateral Teleoperation Systems with Delay-Dependent LMI Stability Conditions arXiv:2608.20182
Unverified 2026

Invariant-Guided Error-Compensating Rollouts

Train a small controller to choose the next integration step size in a learned dynamical model using only deviations of conserved or slowly varying quantities. Unlike standard local adaptive solvers, optimize the complete rollout objective, allowing a later coarse step to compensate for an earlier discretization error. The controller can reduce the number of model evaluations while preserving long-horizon behavior.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Reinforcement Learning to Harness Approximation Errors for Long-Time Quantum Simulation arXiv:2608.20139
Unverified 2026

Anti-aliased Sloan refinement

Convert a neural operator block into a shared-weight iterative fixed-point refinement scheme that exploits repeated smoothing while avoiding repeated low-resolution projections. Compute all refinement steps at an overresolved latent bandwidth and apply the target-bandwidth projection only at the end, reducing the opportunity for unresolved frequencies to alias into retained channels.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Superconvergence and aliasing saturation in Sloan iteration for spherical integral equations arXiv:2608.20098