Solves: Speedup

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

644 ideas found

Unverified 2026

Exterior-power truncation for 2D tensor channels

Use the dimension-specific relation A_3=0 to remove all intermediate channels transforming as the third exterior power of the two-dimensional vector representation. In tensor-product attention or equivariant MLPs, this is an exact algebraic pruning rule rather than approximate low-rank compression.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: The Brauer category $\mathcal{B}(2)$ has principal graph $D_\infty$ arXiv:2608.18328
Unverified 2026

Beta-fragmented hierarchical attention

Build a binary hierarchy over tokens by recursively splitting each active block with a beta-splitting rule, then perform dense attention only inside small leaf blocks and communicate between leaves through learned summaries at internal nodes. The beta parameter controls how balanced the partition is, while the paper's maximum-depth asymptotic supplies a principled depth budget and a way to detect pathological trees.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: Asymptotics for Beta-Splitting Trees via Homogeneous Fragmentations and Meromorphic Potential Theory arXiv:2608.18320
Unverified 2026

Discrepancy-balanced minibatch selection

Replace uniformly sampled minibatches with batches selected from a small IID candidate pool to match the pool's statistics in a restricted learned feature space. The selection objective is the neural-training analogue of minimizing treatment-assignment imbalance, so the batch should produce a lower-variance estimate of the population gradient for functions represented by those features.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: The Limits of Experimental Design: Covariate Balance Beyond Low Dimension arXiv:2608.18057
Unverified 2026

Bounded-Path Order Router

Use the paper's eventual path-length bounds to constrain an order-invariant routing graph to a constant-hop communication budget. A learned sparse attention or graph-neural-network layer can explicitly route information through at most three admissible hops, while a more conservative auxiliary route permits at most five minimal-path hops, preventing increasingly long and unstable dependency chains as sequence length grows.

Useful5/10
Difficulty7/10
Novelty8/10
Paper: Invariant chains of graphs arXiv:2608.17354
Unverified 2026

Percolation-guided reinforced sparse attention

Replace dense token-to-token attention on a 2D token grid with local attention plus sparse horizontal and vertical communication axes. Tokens at intersections of selected axes receive extra cross-axis attention edges, creating a reinforced sparse graph that can transmit information across large blocks while using far fewer edges than dense attention. The mask should use light-tailed, approximately geometric spacing in both directions rather than heavy-tailed spacing in one direction.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Near-critical percolation with sparse reinforcements arXiv:2608.17073
Unverified 2026

Normal-form block optimizer

Replace raw updates of strongly coupled parameter blocks by updates in rescaled, approximately normal-form coordinates. The optimizer estimates the local coupling matrix between block directions, solves a small modulation system for transformed velocities, and optionally subtracts predictable first-order cross-block drift.

Useful5/10
Difficulty5/10
Novelty4/10
Paper: Construction of two-bubble solutions for the energy-critical NLS in dimension 6 arXiv:2608.16186
Unverified 2026

Polynomial bounded-independence sampler for augmentation

Replace iid uniform augmentation draws or Monte Carlo quadrature points by a space-filling k-wise independent point set generated from random polynomials over a finite field. The construction uses far fewer random bits and can reduce integration error whenever the network loss as a function of augmentation parameters has moderate Hardy–Krause variation.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Bounded independence for the inverse star discrepancy arXiv:2608.15865
Unverified 2026

Resolvent response basis for conditioned modules

Compress a module whose output changes with a scalar condition such as diffusion time, temperature, or compute budget by representing its response in a low-rank basis generated by resolvent-like functions. Distinct spectral modes produce rational factors \((1-\tau\lambda_k)^{-1}\), allowing a small number of learned components to approximate a large hypernetwork or condition-dependent parameter table.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Spectral duality structures and the Fisher--Rao geometry of reset distributions arXiv:2608.15805
Unverified 2026

Degenerate-Backbone Sparse Attention

Constrain a sparse attention graph to split into a k-degenerate backbone and a residual graph with maximum degree at most k-1. Orient the backbone according to a degeneracy order so that each token receives or emits at most k structured interactions in the relevant direction, while the residual edges form a bounded-degree correction layer. This replaces arbitrary sparse attention with a topology that is easier to schedule and whose worst-case edge and local-degree costs are explicit.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Arboricity Nearly Bounds Degeneracy arXiv:2608.15701
Unverified 2026

Locally-PSD Similarity Bias

Replace a costly global PSD constraint on a learned symmetric similarity or covariance matrix with the paper's 2-local PSD constraint. Every 2-by-2 principal submatrix is guaranteed valid, preventing excessively large pairwise correlations while avoiding eigendecomposition or Cholesky factorization of the full matrix.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Eigenvalues of locally positive semidefinite matrices: Non-convexity and Geometry arXiv:2608.15444
Unverified 2026

Singularity-isolated cell interaction layer

Replace pointwise pair interactions between mesh cells by quadrature of the interaction kernel over the full Cartesian product of the two cells. Decompose each cell pair into convex-hull pieces and apply a Duffy-like radial transformation so the coincidence singularity is confined to one quadrature coordinate, allowing fixed Gauss-Jacobi or adaptive quadrature to produce smooth, low-variance interaction features.

Useful5/10
Difficulty7/10
Novelty7/10
Paper: Space-Time Galerkin Boundary Element Method for the Wave Equation arXiv:2608.15292
Unverified 2026

Cycle-Aware Q-Order Scheduler

Monitor optimizer convergence over a cycle of p updates instead of judging every update independently. Estimate the p-step contraction factor and effective convergence order from parameter or loss errors, then reduce learning rate only when the cycle-level contraction worsens, avoiding false alarms caused by alternating or oscillatory iterates.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: A $p$-step generalization of the Q-order of convergence arXiv:2608.15202
Unverified 2026

Fingerprint-Aware Neural Graph Certificates

Represent a neural computation or verification pipeline as a directed acyclic graph whose nodes carry cached certificates for tensor shapes, numerical ranges, Lipschitz estimates, quantization error, or equivalence to a reference module. After locally replacing or optimizing one node, compare its old and new interface fingerprints and revoke certificates only along the dependency cone when the interface changed. This enables safe incremental verification during architecture search, compiler…

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Andy: A Mathematical Agent for Rigorous Proof and Autonomous Research arXiv:2608.15052
Unverified 2026

VC-pattern attention compression

Convert attention scores into binary incidence set systems at one or several score thresholds, then group queries that induce the same sampled-key pattern. Compute the expensive key-value aggregation once per pattern and reuse it for all queries in the group. The method is exact for the thresholded routing component and approximates dense attention when queries have a small number of stable high-weight neighborhoods.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Isomorphism of tournaments with bounded VC dimension arXiv:2608.14486
Unverified 2026

Analytic Gaussian Measurement Bottleneck

For a neural model whose outputs lie on a d-dimensional analytic family in a very high-dimensional space, replace the full output vector by 2d+1 or a modestly oversampled number of fixed Gaussian scalar measurements. The paper's theorem predicts almost-sure injectivity in the noiseless setting, so an inverse network or decoder can recover the same latent instance without processing the full observation. Because the theorem does not provide a noise-stability constant, use M=4d+8 or M=8d in the…

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Analytic inverse problems with finitely many random measurements arXiv:2608.14324
Unverified 2026

Two-Transitive Shuffle Mixer

Construct a sparse token-mixing architecture by interleaving learned per-token transformations with fixed perfect-shuffle and cyclic-pile permutations. For n not a power of k, the generated permutation group is 2-transitive, so sufficiently rich sequences of generator words can expose every ordered token pair without constructing a dense N by N attention matrix.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Cyclic Shuffle Groups: Universal Two-Transitivity and Complete Classification arXiv:2608.12526
Unverified 2026

Log-Corrector Perron Regularization

Constrain a positive asymmetric recurrent or state-space transition operator by penalizing its principal eigenvalue through local ratio evaluations rather than repeated eigendecomposition. Introduce a periodic logarithmic corrector whose optimized local quotients provide a differentiable, conservative estimate of the operator's growth rate; this is especially suitable for sparse nearest-neighbor transitions.

Useful5/10
Difficulty4/10
Novelty4/10
Paper: Variational Principles and Rearrangement Inequalities for asymmetric Operators on Periodic Lattices arXiv:2608.11986
Unverified 2026

Spectral-gap regularized doubly stochastic attention

Train attention logits so that the associated Sinkhorn-scaled operator has a favorable local spectral gap, making iterative normalization contract faster. Add a differentiable penalty on the second eigenvalue of the normalized operator while retaining the task loss and marginal-feasibility loss.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Tight Nonasymptotic Local Convergence of Sinkhorn-Knopp arXiv:2608.11760
Unverified 2026

Cross-Order Hodge Stability Scaling

Normalize every higher-order simplicial message-passing or diffusion block using the spectral radius of a lower-order up-Laplacian, rather than estimating a separate radius for each order. The paper's monotonicity theorem guarantees that this shared bound is conservative for all higher orders, enabling stable explicit updates with one spectral calibration.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Eigenvalue growth of the discrete Hodge Laplacian across dimensions arXiv:2608.11170
Unverified 2026

Authority-Limited Removal Gating

Construct a branching residual network whose active computational paths reproduce according to a fixed offspring/connectivity law, while a controller can only remove paths using an age- or depth-dependent hazard \(u(a)\). Use the resulting bound as a diagnostic and gating schedule: removal can suppress unstable activity and reduce compute, but it should not be expected to cross the reproduction-driven propagation barrier unless the network's expansion operator is also changed.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Removal-Only Actuation in Age-Structured Branching Populations: Fundamental Limits of Equilibrium Placement arXiv:2608.10641
Unverified 2026

Rank-Collapse Quadratic Token Router

Replace independent token scores with a query-conditioned positive-semidefinite low-rank quadratic score over a fixed-size selected subset. Repeatedly convert the quadratic objective into a linear exposure vector and apply a cheap top-k oracle, allowing the selector to model joint token interactions without constructing an n-by-n attention matrix. The margin between the current low-dimensional shadow and alternatives provides a practical confidence or early-stopping signal.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: The Rank-Collapse Principle for Quadratic Optimization arXiv:2608.07828
Unverified 2026

Global-Shift Randomized Batching

Sample one batching aggressiveness parameter once per serving epoch and use it for all busy periods, instead of independently randomizing every batch. This globally coupled randomness preserves nested batching behavior while preventing a fixed traffic pattern from repeatedly aligning with a deterministic timeout.

Useful5/10
Difficulty3/10
Novelty7/10
Paper: Online Multi-Level Aggregation with Per-Batch Maximum Delay arXiv:2608.06796
Unverified 2026

Vineyard Activation Monitor

Construct a filtered cell complex from neural activations or a learned token/feature graph and track its persistence barcode incrementally as model activations change. Replace full persistent-homology recomputation at every checkpoint by maintaining homology bases and applying local transpositions when filtration blocks split or merge; use barcode drift as a training monitor or a weak regularization signal.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Computing Conley-Morse Persistence Barcode Efficiently by Updating Matrix Decompositions arXiv:2608.06507
Unverified 2026

Auxiliary-energy neural optimizer

Replace the direct nonlinear loss step by a scalar-auxiliary-variable discretization of a gradient flow. The optimizer maintains an auxiliary value representing the square root of the nonlinear energy, so the coupled update has a discrete modified-energy decrease even when the step size is not restricted by the local curvature of the loss.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: A Thermodynamically Consistent Cahn-Hilliard-Navier-Stokes Model for Tumor Growth arXiv:2608.06099