Math: Probability

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

Unverified 2026

Backward-Only Residual Masking

Replace forward activation dropout in a deep residual network with an unbiased multiplicative mask applied only to gradients entering each residual unit or branch. The forward representation remains deterministic for a given minibatch, while the update receives zero-mean stochastic perturbations that are predicted to reproduce dropout-like limiting dynamics in large-width, large-depth ResNets.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Dropout and Random Gradient Masking Are Asymptotically Equivalent in Large ResNets arXiv:2607.16761
Unverified 2026

All-Cut Schatten Control for Polynomial Layers

Replace ordinary Frobenius or spectral-norm control of a tensorized multilinear layer by a sampled approximation to its oriented Schatten profile, the maximum Schatten norm of every input-output flattening. Regularizing this profile should control Gaussian or randomized polynomial activations uniformly over hidden width and tensor contraction pattern, reducing exploding activations and making higher-order layers easier to scale.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Algebraic Transfer for Operator-Valued Gaussian Chaoses:Oriented Schatten Profiles and Singular Wick Multipliers arXiv:2607.16724
Unverified 2026

Dyson Diagonal Scaling for Directed Message Passing

Replace ordinary row-degree or symmetric normalization in a directed graph neural network with a nonlinear Dyson scaling. For a nonnegative directed adjacency matrix A, solve a positive vector equation and propagate with B = D A D, where D is the diagonal matrix of the solution. The resulting operator has row sums strictly below one, giving an explicit bound against exploding directed message propagation while retaining asymmetric edge information.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Non-symmetric vector dyson equations arXiv:2607.16333
Unverified 2026

Martingale Reference-Kernel Regularizer

Constrain a conditional stochastic neural module to define an approximate martingale kernel while minimizing its expected conditional Wasserstein distance to a reference law q. The module should change the input distribution only as much as necessary to match the target marginal, rather than freely reshaping every conditional distribution.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Existence of $q$-Bass martingales in the semidiscrete setting arXiv:2607.15872
Unverified 2026

Sensitivity-aware diffusion noise schedules

Choose the diffusion noise schedule to maximize the minimum DSM sensitivity to important distribution parameters, such as mixture weights. This should reduce mode amplification and improve recovery of rare modes without changing the score-network architecture.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Diffusion models recover accurate mixture weights despite score function insensitivity arXiv:2607.15485
Unverified 2026

Calibrated Prediction-Mixed Distillation

Use fresh unlabeled covariates to train a frozen-teacher student against pseudo-labels, then form an affine combination of teacher and student predictions. Estimate the combination weight on a small independent labeled calibration set, requiring no access to the teacher training data and no additional teacher or student fitting.

Useful6/10
Difficulty3/10
Novelty5/10
Paper: Prediction-Only Distillation in Linear and Logistic Regression arXiv:2607.15450
Unverified 2026

Rayleigh-Jeans Condensing Router

Replace a standard softmax MoE router with a thermodynamic router whose expert occupations maximize entropy subject to a prescribed total routing mass and mean routing energy. At high temperature, traffic is distributed across many experts; as temperature decreases or the energy budget tightens, traffic undergoes a predictable condensation transition in which excess load moves to the lowest-energy expert or expert group. This supplies an explicit control knob for adaptive specialization instead…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Thermodynamic theory of voting and EU elections arXiv:2607.15119
Unverified 2026

Metropolis Diffusion Regularizer

Regularize a neural attention or routing distribution according to how quickly it mixes toward a specified graph-dependent target, instead of penalizing only entropy or one-hop variation. The regularizer discourages pathological concentration on isolated graph regions while still allowing meaningful local structure, because concentration is judged after several graph-constrained Metropolis-Hastings steps.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Measuring Spatial Clustering via Metropolis-Hastings Diffusion Distance arXiv:2607.14880
Unverified 2026

Spectral latent geometry for sparse attention

Build a sparse graph by thresholding normalized token or item inner products, then use the leading eigenvectors of its centered adjacency matrix as geometric features or a low-rank attention-logit bias. The graph avoids storing all pairwise similarities, while the paper's spectral bound supplies a concrete signal-to-noise test for deciding whether the resulting embedding is trustworthy.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Spectral Concentration and Recovery in Sparse High-Dimensional Random Geometric Graphs arXiv:2607.14304
Unverified 2026

Capacity-aware compressive-plus-indexed memory

Replace a purely recurrent or state-space history summary with two explicitly separated paths: a fixed-size state channel for compressed sequence mixing and a query-dependent indexed channel for exact or near-exact retrieval. Train a lightweight gate to invoke top-k retrieval only when the recurrent state has insufficient evidence for the current query, preserving near-constant cost on ordinary tokens while preventing catastrophic failures on long-range exact-recall tasks.

Useful6/10
Difficulty5/10
Novelty4/10
Paper: The Capability Convergence Hypothesis: Capability from Access Structure, Not Scale arXiv:2607.14144
Unverified 2026

Gaussian Simplex Classification Head

Replace the unconstrained final classifier with equal-norm regular-simplex class directions and train it under explicit isotropic Gaussian feature noise. At fixed signal energy and equal class priors, the paper's Gaussian-max theorem predicts that this geometry maximizes finite-noise maximum-likelihood decoding probability, making it a concrete candidate for robust classification heads.

Useful6/10
Difficulty4/10
Novelty4/10
Paper: Stochastic Domination of Gaussian Maxima: A Resolution of the Weak Simplex Conjecture arXiv:2607.14087
Unverified 2026

Exact finite-support reverse AD

Replace Monte Carlo differentiation through a small categorical latent variable with exact reverse-mode propagation over all supported branches. The differentiated computation carries each branch's value and probability weight, and the reverse pass accumulates gradients from both the branch output and the branch probability.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Backpropagation for Effectful Languages I: Finite Probability and Discrete Output Algebraic Effects arXiv:2607.13935
Unverified 2026

Deadline-Aware Fair-to-Greedy Router

Use deadline objectives to train or control a router that explicitly trades off completion probability against completed work by a fixed horizon. Begin with fair allocation for robust exploration, then anneal toward a feedback-greedy rule once per-item difficulty estimates have sufficient evidence.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Meeting Uncertain Threats with Feedback arXiv:2607.13648
Unverified 2026

Saturating Trail Memory for Asynchronous Multi-Agent Networks

Equip multiple recurrent agents with a shared spatial or token-level trail field whose influence is a bounded function of accumulated visitation, rather than an unbounded additive memory. Use the paper's simultaneous/sequential invariance as a falsifiable design target: parallel and randomly ordered asynchronous agent updates should produce nearly identical predictions when trail occupancy is saturated, while deliberately nonsaturating controls should show order dependence. This can enable…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Exact collective first-passage statistics of N trail-interacting walkers arXiv:2607.13213
Unverified 2026

Fano-Calibrated Multi-User Watermark Budget

Use the paper's attribution converse to calibrate watermark strength and sequence length for a registry of N users, rather than tuning detection and attribution thresholds independently. A dual controller allocates a per-token information and KL budget so that the learned key information approaches the minimum required for reliable attribution, avoiding both underpowered marks and unnecessarily visible perturbations.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Watermark Forensics for Generative Models: An Information-Theoretic Perspective arXiv:2607.13003
Unverified 2026

Accelerated randomized Hamiltonian posterior sampler

Replace Langevin or random-walk sampling for a strongly log-concave neural subproblem with randomized Hamiltonian trajectories. Each iteration draws a fresh Gaussian velocity, integrates position and velocity for a random triangular or exponential duration, and discards the terminal velocity before the next refresh. The target is a regularized posterior over a convex neural-network head, where the paper's accelerated dependence on the strong-convexity parameter is applicable.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Accelerated Mixing Time of Randomized Hamiltonian Monte Carlo arXiv:2607.12902
Unverified 2026

Mixed-Type Conditional-Invariance Regularizer

Use the paper's coarse-versus-fine neighborhood comparison as a differentiable penalty on a neural representation. For each sample, compare similarity of target or sensitive-variable embeddings among points close in context Z alone against points close in (Z,R), where R=f_theta(X) is the learned representation. Under conditional independence, adding R should not increase local similarity, so the network is penalized when the fine-neighborhood statistic differs systematically from the coarse one.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: MixCIT: A Kernel Based Local-Polynomial Debiased Test for Conditional Independence on Mixed-Type Data arXiv:2607.12830
Unverified 2026

Analytic KL spatial adapter

Replace a dense spatial parameter field in a neural field or convolutional adapter by a truncated squared-exponential KL expansion with analytic Gaussian-Hermite modes. The amplitude and correlation length remain trainable, but changing them only rescales coefficients and basis parameters instead of triggering a numerical eigensolve.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Hierarchical Bayesian inversion using the Karhunen-Loève expansion with analytical eigenpairs of the squared exponential kernel arXiv:2607.12387
Unverified 2026

Confidence-Set Trust-Region Optimizer

Use nested parameter-confidence sets to control how far a neural optimizer may move when its local loss dynamics are uncertain. Estimate a local linear model of parameter or gradient evolution, propagate a homothetic tube for possible next iterates, and impose a trust-region radius that shrinks when the estimated contraction margin is insufficient. This gives a model-based alternative to heuristic gradient clipping and predicts a sharp learning-rate boundary tied to the largest uncertain…

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Learning-based Homothetic Tube MPC with Non-Asymptotic Guarantees arXiv:2607.12343
Unverified 2026

Reflected-random-walk expert ecology

Turn a sparse expert layer into a stochastic birth-death population. Each expert receives a bounded fitness score from recent routed-token performance; at each update, a candidate expert is activated with probability p, while one expert is removed with probability q = 1 - p, preferentially removing the lowest-fitness expert. The paper's critical threshold f_c = q/p predicts which fitness levels can maintain a growing surviving population, providing a principled control knob for expert turnover.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Models for species evolution with random deaths arXiv:2607.12061
Unverified 2026

Sobolev-Spectral Degree Curriculum

Train polynomial interaction features in increasing Hermite degree and activate a new degree only when the previous spectral shell is fitted. This turns the paper's spectral approximation behavior into a curriculum and explicit regularizer, preventing high-order interaction parameters from amplifying noise before the low-order Gaussian structure is learned.

Useful6/10
Difficulty4/10
Novelty8/10
Paper: Near-Optimal Learning of Gaussian Sobolev Operators arXiv:2607.11921
Unverified 2026

Decoration-Iteration Graph Coarsening

Construct a graph-neural layer that analytically eliminates fast auxiliary nodes inside repeated decorated motifs and replaces each motif by an effective edge or hyperedge. The effective interaction is computed from the log-partition function of the eliminated variables, while a residual neural correction can model violations of the assumed local motif structure.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Thermal phase transitions in a mixed-spin Ising model on the Lieb lattice: Exact results beyond zero magnetic field arXiv:2607.11661
Unverified 2026

Projection-free robust training with stochastic Frank-Wolfe

Use stochastic Frank–Wolfe to train a neural submodule whose parameters lie in a convex feasible region without expensive Euclidean projection. The entropic robust objective supplies the stochastic gradient, while a linear minimization oracle enforces constraints such as simplex mixture weights, an l1 budget, or bounded adapter coefficients.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: First-Order Methods for Distributionally Robust Constrained Optimization arXiv:2607.11460
Unverified 2026

Contractive Misspecification-Regularized State Model

Distill a large or accurate latent transition model into a smaller discrete-state recurrent model while penalizing both its one-step transition mismatch and its lack of contraction. The filtering perturbation bound predicts that reducing the Dobrushin coefficient prevents errors from accumulating over long sequences, while reducing the transition discrepancy lowers the irreducible steady-state error.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: An Operator-Theoretic Analysis of Nonlinear Filtering under Model Misspecification arXiv:2607.11378