Math: Probability

Machine-learning ideas tagged Probability in the Math taxonomy of the Math2NN corpus.

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

Specular hypocoercive Langevin optimizer

Replace projected overdamped Langevin updates for constrained neural-network parameters with underdamped Langevin dynamics carrying an explicit momentum variable and specular reflection at the boundary of a convex parameter domain. The paper's hypocoercive result predicts a convergence rate proportional to the square root of the Poincare constant of the target position distribution, potentially giving substantially faster mixing in poorly conditioned constrained problems than overdamped…

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Sharp hypocoercive convergence estimates for underdamped Langevin dynamics with specular reflection arXiv:2608.17022
Unverified 2026

Negative Bethe-Hessian positional features

Augment node features with eigenvectors corresponding to negative eigenvalues of the Bethe-Hessian H(t,G), rather than using only Laplacian or adjacency positional encodings. The diagonal D-I correction is designed for sparse, locally tree-like graphs and should suppress degree-fluctuation artifacts near the connectivity threshold. Feed the resulting coordinates to a GNN through a learned gate so the model can ignore them when they are uninformative.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: The Bethe-Hessian down to the Percolation Threshold arXiv:2608.16672
Unverified 2026

Folded-Gaussian Soft-Mode State Space

Initialize a stable diagonal state-space layer with decay rates \(\omega_i=|\xi_i|\), where \(\xi_i\sim\mathcal N(\mu,\sigma^2)\), instead of using a narrowly clustered rate distribution. The nonzero density of rates near zero creates a population of slow modes whose aggregate impulse response has an algebraic tail, enabling long-horizon memory while every finite-dimensional mode remains exponentially stable.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Statistical Mechanics of a Quantum Harmonic Oscillator with Folded Gaussian Frequency arXiv:2608.16617
Unverified 2026

Levin-Bit Prompt Scoring

Rank candidate prompts, demonstrations, critiques, or system instructions by how many bits of reproduction cost they save for a specified artifact distribution. Replace raw prompt-token heuristics with a paired score that rewards both higher success probability and lower generation computation, then train or retrieve prompts maximizing this score under a token budget.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: The Value of a Prompt: An LLM-Relative Kolmogorov-Complexity Approach arXiv:2608.16438
Unverified 2026

GP Residual-Compensated Optimizer

Treat parameter optimization as a controlled dynamical system with a known nominal update and an unknown residual caused by minibatch noise, changing curvature, and optimizer-state mismatch. Fit a Gaussian process to the observed residual acceleration and subtract its posterior mean from the next update, with a confidence gate that suppresses compensation when posterior variance is large.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Adaptive Relative Orbit Control Considering Laser Ablation Uncertainty arXiv:2608.16173
Unverified 2026

Sub-Gaussian Reachability Sparse Attention

Constrain a graph or token attention layer to behave like a row-stochastic diffusion with walk dimension \(\beta\), and choose its neighborhood radius from the paper's first-hitting-time tail bound. At propagation time \(t\), interactions with effective distance larger than \(r(t,\varepsilon)\) are removed because their total reachability probability is bounded by a prescribed error budget \(\varepsilon\).

Useful6/10
Difficulty5/10
Novelty7/10
Paper: On hitting time distributions of Markov processes with sub-Gaussian heat kernel bounds arXiv:2608.16170
Unverified 2026

Markovian PAGE-Halpern Equilibrium Solver

Use Halpern iteration to solve a non-expansive neural equilibrium layer from temporally correlated samples, and estimate its stochastic operator with a PAGE-style refresh/difference estimator. The anchor supplies a vanishing but explicit stabilizing force, while same-state differences reuse consecutive Markov samples and should reduce the number of full oracle evaluations required for a target fixed-point residual.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: A Banach-Space Theory of Markovian Halpern Iteration for Non-Expansive Maps arXiv:2608.15966
Unverified 2026

Polynomial-Mixing Block Training

Use the paper's separated-block construction to train recurrent or state-space networks on trajectories with slowly decaying temporal correlations, rather than treating consecutive frames as independent minibatch samples. Thresholded events such as collision, failure, saturation, constraint violation, or reward exceedance are aggregated over blocks with empirically chosen gaps and optionally replaced by finite-resolution cylinder approximations. The method predicts a measurable power-law…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Statistical properties for irregular observables in slowly mixing hyperbolic systems arXiv:2608.15569
Unverified 2026

Self-occupancy fictitious-play sampler

Turn the paper's self-fictitious-play process into a learned sampler for latent training examples or diffusion states. A controller network generates trajectories using a best response to a slowly updated occupancy belief, and the belief is updated from the controller's own states with an exponential occupation-measure update. The slow update prevents abrupt feedback loops while the controller continually adapts toward underrepresented regions.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Self-fictitious-play for Potential Monotone Ergodic Mean-field Games arXiv:2608.15258
Unverified 2026

Prefix-Sum PSD Attention Kernel

Replace or augment a dense attention similarity matrix with a Min-cone matrix generated by a monotone scalar sequence. The resulting matrix is positive semidefinite by construction, has only O(n) learned scalar parameters, and can be multiplied by values in O(n d) time using cumulative sums rather than forming an n-by-n matrix.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Entrywise Loewner Preservers on Min and Max Matrix Cones arXiv:2608.15125
Unverified 2026

Covariance-Adjusted Training Uncertainty Controller

Monitor several stochastic optimizer observables jointly instead of treating gradient variance as a scalar quantity. Estimate their mean-rate vector and covariance matrix over a sliding window, compute a covariance-adjusted precision score, and reduce the learning rate when this score exceeds a calibrated budget. The method is intended to detect excessive coherent progress or update traffic before parameter or loss divergence.

Useful6/10
Difficulty4/10
Novelty8/10
Paper: Generalizing the multidimensional thermodynamic uncertainty relation to combinations of arbitrary counting variables arXiv:2608.14276
Unverified 2026

Continuous Ergodic Projection for Recurrent States

Given a learned recurrent dynamics map, estimate a state-dependent invariant measure from each trajectory and use integration against that measure as a projection onto long-term invariant features. Penalize discontinuities of this projection between nearby states and assign zero mass to trajectories whose feature norms escape, producing a principled distinction between convergent attractors and divergent rollouts.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Continuous pointwise ergodicity for semigroup actions on locally compact spaces arXiv:2608.14175
Unverified 2026

Data-Processing-Safe Learnable Divergence

Replace a fixed KL or Jensen-Shannon penalty with a learnable Csiszár f-divergence whose generator is parameterized so that convexity is guaranteed. Apply it between teacher and student distributions, augmentation views, or intermediate representations; the loss cannot increase after a stochastic channel such as augmentation, pooling, token merging, or quantization, making the regularizer structurally compatible with information-discarding network operations.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: A Structural Characterization of Entropy Functionals arXiv:2608.13917
Unverified 2026

Token-Count-Aware Attention Projection

Use the number of tokens participating in an attention operation to adapt the projected query/key dimension according to the sharp Johnson–Lindenstrauss bound. Short attention windows receive a dimension limited by n-1, while longer windows use a logarithmic dimension, avoiding a fixed large head dimension when the current attention set contains too few points to require it.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: The Sharp Dimension Bound in the Johnson--Lindenstrauss Lemma arXiv:2608.13782
Unverified 2026

Causal DAG Wasserstein Alignment

Replace an unconstrained Wasserstein representation-matching loss with a graph-causal transport loss whose coupling at node k is conditioned only on the representations of its parents. This forces domain alignment, distillation, or augmentation consistency to respect the information flow of the model's DAG, reducing spurious matches that exploit descendants or globally visible features.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Graph Causal Optimal Transport and Wasserstein Distances arXiv:2608.13716
Unverified 2026

Entropy-Neutral Stream Mixing for Rate-Aware Networks

Place doubly stochastic stream mixing immediately before a quantizer, activation compressor, or latent bottleneck and jointly optimize task loss with estimated code length. The paper's entropy argument says that this linear mixing cannot increase differential entropy, so it can provide cross-stream representation capacity without an ideal entropy-rate penalty; the entropy bottleneck then learns which feature values deserve bits.

Useful6/10
Difficulty4/10
Novelty4/10
Paper: Resource-efficient Semantic Coding Schemes with Manifold-constrained Hyper-connections arXiv:2608.13253
Unverified 2026

Intermittent Multi-Mode Memory Gate

Add a bounded routing state to an RNN, state-space model, or mixture-of-experts layer, with several neutral fixed points representing persistent modes. The state moves between modes when far from a fixed point but escapes each mode only polynomially when close to it, creating controllable long memory without setting a linear eigenvalue arbitrarily close to one. A temperature parameter selects between an entropy-rich phase using many modes and a low-entropy phase concentrated near one preferred…

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Thermodynamic formalism for intermittent maps with multiple neutral fixed points and phase transitions arXiv:2608.12784
Unverified 2026

Hermite-fiber MoE router initialization

Replace random or k-means initialization of a k-expert router with a moment-based range finder on a calibration batch of hidden states. Estimate a low-dimensional second-moment subspace, enlarge it using one-free-index third-Hermite contractions, and fit the router's expert centroids and weights only in this resulting subspace. The router can then operate on projected hidden states while retaining an optional small residual adapter.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Sharp proper estimation of fixed-component Gaussian location mixtures in polynomial time arXiv:2608.12701
Unverified 2026

Primitive-Fock Interaction Layer

Replace an unconstrained q-way polynomial or tensorized feature layer with separate decomposable and primitive interaction channels. The decomposable channel models interactions explainable as products of lower physical-weight feature blocks, while the primitive channel captures residual factors that cannot be represented by those products. This should reduce redundant high-order parameters and provide a controllable inductive bias for compositional or disentangled representations.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Weak Limits of Wiener Chaos: Primitive-Fock Classification and Hilbert-Stein Extraction arXiv:2608.12492
Unverified 2026

Automorphism-corrected architecture MCMC

Run Metropolis-Hastings directly on neural architectures modulo permutations of structurally exchangeable hidden units, channels, or experts rather than treating every labelled representation as a distinct architecture. Correct the proposal ratio using representation-orbit sizes, so architectures with many internal symmetries receive the intended posterior mass.

Useful6/10
Difficulty6/10
Novelty5/10
Paper: Metropolis-Hastings Sampling of Phylogenetic Networks: Correcting for Symmetries arXiv:2608.12430
Unverified 2026

Criticality-controlled sparsity schedule

Use the min-plus phase transition as a training-time controller: begin near p = 1/2 to preserve the initial active-state fraction across depth, then move above or below criticality to deliberately remove or create sparse pathways. The controller uses a measurable state variable, the activation zero fraction, rather than an arbitrary regularization coefficient.

Useful6/10
Difficulty5/10
Novelty9/10
Paper: Finite-depth scaling and an exact Bernoulli-leaf identity for the min-plus process on the binary tree arXiv:2608.12295
Unverified 2026

Free-boundary neural halting

Replace a fixed confidence-threshold early-exit rule with a finite-horizon optimal-stopping policy over the model's evolving posterior confidence. The controller stops when the calibrated expected terminal error is no greater than the cost plus expected value of executing another neural block, permitting time-dependent and nonmonotone stopping regions.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: When should one stop the most exciting game? Sequential Inference for win-martingales arXiv:2608.12291
Unverified 2026

Post-Commitment Leakage Probe

Evaluate a temporal neural predictor by freezing its prediction before a later exogenous randomisation, then test whether the endpoint residual is systematically ordered by that randomised variable. Under a valid past-only information set, the randomised variable must be conditionally irrelevant to the already committed prediction error; significant ordering indicates leakage, selection bias, or an invalid sufficiency claim.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Testing the limits of past-adapted explanations by post-endpoint randomisation: anticipatory EEG as a worked case arXiv:2608.12072