Solves: Accuracy

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

2078 ideas found

Unverified 2026

Certified Component Projection for Learnable Graphs

Insert a projection step after a graph neural network proposes edge weights, replacing the proposed Laplacian by the closest valid Laplacian with a prescribed block-component structure. The projection removes cross-block interactions while minimally changing within-block weights, and a block spectral-gap constraint guarantees that each block is connected rather than accidentally splitting into smaller components.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Nearest Graph Laplacians with Prescribed Connected Components: A Convex Framework for Network Reconstruction arXiv:2608.18128
Unverified 2026

Parseval Scattering Stem with Certified Depth

Replace the first several convolutional blocks of a small image model with a finite-depth convolution-modulus scattering stem built from a Parseval filter bank. Enforce exact energy accounting and use the paper's polynomial residual law to choose the smallest depth that captures the desired fraction of input energy, avoiding unstable or redundant deep scattering paths.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Universal admissibility for scattering transforms arXiv:2608.18064
Unverified 2026

Information-budgeted Gibbs router

Replace a fixed-temperature softmax router over experts, adapters, or candidate optimizers with an exponential-weights distribution whose temperature is selected to satisfy an explicit cumulative information budget. The router reacts strongly when observed expert losses are predictable, but automatically cools down when outcomes create a large cumulant-information gap, avoiding variance-based heuristics that can be badly miscalibrated. A prior distribution over experts supplies a principled…

Useful6/10
Difficulty5/10
Novelty4/10
Paper: The concentration game: Bayesian updating, regret, and information arXiv:2608.18061
Unverified 2026

Strang-Split Anisotropic Kernel Layer

Approximate anisotropic diffusion in a neural operator by composing several ordered local propagation steps rather than learning one unrestricted dense attention matrix. Each directional step uses its own ordering function and bandwidth, and symmetric composition reduces the leading splitting error.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Ordered Diffusion Kernels arXiv:2608.18019
Unverified 2026

Lipschitz Disagreement Coverage

Use the localization theorem to turn a detected pointwise simulator error into a guaranteed region that must contain similarly large error, then place verification samples inside that region instead of sampling uniformly. The same bound can guide a training regularizer: errors with large amplitude and large local Lipschitz constants are penalized because they create planner-exploitable disagreement regions.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: An Omitted Mode Is a Rare Rule: The Sampling-Verification Danger Law in Continuous Code World Models arXiv:2608.17956
Unverified 2026

Latent Itinerancy Graph Regularizer

Apply a set-oriented graph analysis to the latent state dynamics of an RNN, SSM, or world model. Partition latent trajectories into compact cells, estimate the multivalued transition graph and its Markov matrix, then regularize the model so that recurrent latent modes form coherent strongly connected components with controlled transition entropy rather than spurious unstable wandering. This preserves meaningful metastable modes while preventing long-horizon rollout statistics from drifting away…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Set-Oriented Approach to the Analysis of Chaotic Itinerancy arXiv:2608.17905
Unverified 2026

Probability-Preserving Zonotopic Neural Uncertainty

Attach a finite mixture of zonotopes to each uncertain neural input or hidden state, and propagate every mixture component through affine layers and conservative nonlinear relaxations. When the number of components grows, merge components only with an enclosing zonotope and sum their probability masses, preserving a formal lower bound on the probability that the true activation lies in the represented set.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: The Zonotopic Mixture Filter arXiv:2608.17897
Unverified 2026

Central-Path Saddle Optimizer

Replace alternating descent/ascent with a single primal-dual Newton update for a constrained min-max neural-network objective. The optimizer maintains primal variables, equality multipliers, inequality slacks, and a barrier parameter, so the adversary remains feasible in the limit without hard projection and the coupled dependence of constraints on both players is represented in one linear system.

Useful6/10
Difficulty7/10
Novelty7/10
Paper: A single loop method for quadratic minmax optimization arXiv:2608.17830
Unverified 2026

Fourth-Mass Regularization for Signed Projections

Add a differentiable fourth-order-mass penalty to coefficient vectors used by randomized signed projections, sign-noise layers, or stochastic quantizers. The penalty controls the effective number of active coefficients and therefore the distribution of the injected random fluctuation: diffuse coefficients generate nearly Gaussian perturbations, whereas concentrated coefficients generate larger non-Gaussian deviations.

Useful6/10
Difficulty3/10
Novelty7/10
Paper: Fourth-Moment Geometry of Rademacher Sums arXiv:2608.17802
Unverified 2026

Newton-envelope monomial layer

Replace a naively evaluated mixture of power-law experts with a Newton-envelope layer that computes all monomial magnitudes in log-space and subtracts their maximum before exponentiation. The layer exposes both a stabilized mixture value and soft dominance weights, allowing a downstream MLP to adapt to whichever scaling regime is active without overflow or hand-designed regime splits.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Newton Support Functions and Metric Completion of Singular Conformal Metrics at Corners arXiv:2608.17714
Unverified 2026

Dirac-Free Weak Mixed PINN

Build a neural PDE solver that predicts a regularized mixed flux rather than directly fitting a PDE residual containing a Dirac delta. Subtract the explicit radial field generated by the source and train the network with weak constitutive and conservation residuals, so the singularity is represented analytically instead of approximated by a narrow Gaussian.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Mixed Finite Element Methods for a Dirac Source: Divergence-Form Splitting and L^p Error Analysis arXiv:2608.17575
Unverified 2026

Belief-Entropy Wasserstein Loss

Use predictive-model uncertainty to adversarially reweight losses over nearby outcomes, with the adversarial neighborhood determined by belief entropy. The loss emphasizes geometrically plausible high-loss outcomes when the model is uncertain and automatically weakens this penalty once ensemble heads agree.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Quantifying Risk Under Evolving Uncertainty: Belief-Dependent Robustness for Safe Sequential Decision Making arXiv:2608.17574
Unverified 2026

Hardy–Szegő Repulsive Token Router

Replace independent top-k token selection by a quality-weighted determinantal subset objective based on the Hardy–Szegő kernel. Tokens with high learned quality are preferred, but geometrically redundant tokens have a small determinant contribution, encouraging diverse sets of routed experts, retrieved items, or attended context tokens.

Useful6/10
Difficulty6/10
Novelty5/10
Paper: Hardy-Szegő Point Processes: Large Deviations and Strong Szegő Asymptotics arXiv:2608.17509
Unverified 2026

Entropy-Adaptive Spectral Groups

Use SPINE's nested entropy profile on the singular values of each trainable weight matrix to discover spectral bands online, rather than choosing a fixed rank or a fixed number of learning-rate groups. Assign smaller step sizes or stronger decay to dominant singular-value bands and larger step sizes to weak bands, while updating the grouping only when the entropy-boundary signal is persistent.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Scale Partitioning by Incremental Nested Entropy: A Measure-Oriented Theory of Multiscale Structure arXiv:2608.17391
Unverified 2026

ISS Backstepping Latent Regulator

Replace unconstrained latent or neural-ODE dynamics with a strict-feedback cascade whose virtual controls are generated recursively by nonadaptive backstepping. Add a fixed internal-model oscillator when the desired output contains known-frequency periodic components, so the network tracks persistent targets without learning an unstable long-memory representation. The controller is designed to tolerate bounded neural-model mismatch and disturbances through an input-to-state stability margin.

Useful6/10
Difficulty7/10
Novelty7/10
Paper: Nonadaptive Learning in Robust Nonlinear Output Regulation arXiv:2608.17262
Unverified 2026

Incidence-Mixed Simplicial Diffusion

Represent edge or pair-token features and propagate them with a convex mixture of two normalized channels: transitions through shared vertices and transitions through shared triangles. This preserves higher-order connectivity that an ordinary graph convolution loses, while the mixing coefficient q controls whether information follows pairwise support or genuine triangular structure.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Incidence-based random walks on simplicial complexes arXiv:2608.17229
Unverified 2026

Spatial Phase-Pattern Entropy Monitor and Regularizer

Attach two oscillator channels to each recurrent, state-space, or graph hidden unit and convert them into a phase field over nodes or spatial positions. Encode every overlapping triple of neighboring phases as one of the 13 weak ordinal patterns, including seven near-tie patterns, then use the resulting normalized entropy and pattern frequencies to detect hidden-state collapse, coherent clustering, or transient regime changes. During training, either use the entropy only as a controller for…

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Phase-based spatial ordinal patterns for characterizing oscillatory dynamics arXiv:2608.17196
Unverified 2026

Entropy-to-Contraction Attractor Regularization

Construct a contractive multi-branch recurrent or generative network whose branches define an iterated-function system, and regularize it so that branch entropy is high relative to average contraction while compositions remain exponentially separated. The target is a measurable attractor-dimension law rather than only a benchmark improvement: the invariant measure dimension should approach min(d, H divided by chi), where d is state dimension.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Dimension of self-conformal measures associated to an exponentially separated holomorphic IFS arXiv:2608.17137
Unverified 2026

Polymatroid Exchange Router

Replace overflow dropping in a mixture-of-experts layer with a discrete-convex load repair procedure. The router first chooses experts from neural logits, then applies capacity-aware exchange moves that preserve the total number of dispatched tokens and monotonically improve the routing objective whenever a feasible swap exists.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Caged Retractions of Polymatroids arXiv:2608.17130
Unverified 2026

Kac-Ward Criticality Controller

Replace an unconstrained message-passing or recurrent propagation matrix by a directed-edge operator with non-backtracking connectivity and orientation-dependent turning phases, inspired by the Kac–Ward construction. During training, monitor and control the zero-momentum spectral gap of \(\mathcal A(0)=I-K(0)\), keeping the model near but on the stable side of the critical surface to obtain long memory without uncontrolled amplification.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Critical couplings of two dimensional Ising model on various lattices arXiv:2608.16949
Unverified 2026

Dissipative Response-Nulling Optimizer

Augment a neural-network update with an auxiliary, damped stochastic branch that acts like the paper's floating dissipative reservoir. A trainable mixing phase \(\phi\) combines the task-gradient branch and auxiliary branch; \(\phi\) is adapted to make the auxiliary response to a chosen control perturbation nearly zero while retaining a finite task-gradient response. The intended benefit is selective insensitivity to nuisance hyperparameters or perturbations, with a measurable response peak…

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Giant Thermal Amplification via Engineered Dissipation in a Sierpinski-Gasket Aharonov-Bohm Interferometer arXiv:2608.16877
Unverified 2026

Multi-separator polyhedral consistency loss

Add valid-inequality penalties to a segmentation model that predicts both node cut probabilities and pairwise separation probabilities. The penalties enforce that a predicted pair cannot be separated without an appropriate vertex separator, and that local path and intersection relations among pair predictions remain feasible. This supplies structural supervision even when only sparse or noisy pair labels are available.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: The canonical facets of multi-separator polytopes arXiv:2608.16861
Unverified 2026

Tensor-coded hidden states

Represent hidden features using a tensor-product polynomial-evaluation code instead of storing one value per feature. Corrupted coordinates can then be identified through violations of low-degree consistency and repaired before the next neural layer, targeting robustness to hardware faults, unreliable memory, malicious distributed workers, and adversarial activation corruption.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Fault-Tolerant Quantum Computation with Adversarial Errors arXiv:2608.16857
Unverified 2026

PSD-Relaxed Multiplicative Gate

Replace an unconstrained multiplicative interaction between two nonnegative neural features by a lifted gate whose first and second moments satisfy the paper's semidefinite relaxation for the set F = {(x1,x2): x1,x2 >= 0, x1 x2 <= 1}. Insert the gate into an MLP, attention score, or MoE router to prevent explosive feature products while retaining a tractable convex feasible set.

Useful6/10
Difficulty7/10
Novelty8/10
Paper: Nonnegative Quadratics over a Quadrant with a Bilinear Constraint arXiv:2608.16836