Math: Probability

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

Unverified 2026

Gaussian Extreme-Logit Calibration

Normalize attention or router logits and control their upper tail using the paper's sharper Gaussian-maximum exponent rather than a correlation-blind sub-Gaussian bound. Use the resulting threshold to add a soft penalty or adaptive temperature whenever the observed maximum exceeds the calibrated level, reducing rare one-token or one-expert domination.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Gaussian Convexity Principles for Sharp Moderate Deviations of Gaussian Maxima and Critical SK Free Energy Variance arXiv:2607.21392
Unverified 2026

Constant-gap brickwork unitary initialization

Initialize a unitary feature-mixing layer with a shallow brickwork circuit of independent random SU(4) gates instead of sampling or factorizing a dense Haar-random unitary. Stack enough layers to obtain a target contraction of non-Haar components, using the paper's constant spectral-gap principle to make the required depth essentially independent of the number of qubits. The resulting layer is local, parameter-efficient, exactly norm-preserving, and should provide Haar-like scrambling at…

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Random unitary circuits with constant spectral gap arXiv:2607.20919
Unverified 2026

Sparse-interaction Bohnenblust–Hille regularizer

Add a support-sensitive coefficient regularizer to a high-order polynomial or Volterra layer whose monomials involve at most M input features. The regularizer penalizes the gap between the layer's coefficient ℓ_{2m/(m+1)} norm and its empirical worst-case response on random unit-modulus inputs, exploiting the fact that the theoretical gap constant approaches 1 for fixed M and large degree m.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Asymptotic contractivity of the Bohnenblust--Hille inequality for polynomials with few interacting variables arXiv:2607.20847
Unverified 2026

Web-Constrained Product Flow

Add an invertible two-dimensional flow block whose Jacobian and coordinate outputs are explicitly regularized to preserve independence of several prescribed product distributions. Instead of estimating independence only from samples, enforce the change-of-variables functional equation for multiple density probes, encouraging the learned map to belong to a low-dimensional family of independence-preserving transformations.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: The Independence-Preserving Property and Planar Web Geometry arXiv:2607.20646
Unverified 2026

Residual-Histogram Block Coordinate Fine-Tuning

Use the cluster-state construction to schedule which groups of trainable parameters receive an expensive update at each optimizer micro-step. Instead of updating every LoRA block, expert group, or layer uniformly, select the block whose local error histogram predicts the largest loss reduction per unit compute.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Learning to Decode Quantum LDPC Codes via Cluster-Based Sequential Belief Propagation arXiv:2607.20130
Unverified 2026

High-Degree Jordan Anchor

Preprocess a noisy input graph into a high-degree core and compute a Jordan-center anchor in that core. Feed each node its distance to the anchor, and optionally use the anchor to bias graph-transformer attention; the hypothesis is that this suppresses spurious low-degree noise and gives the network a stable global coordinate system.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Finding Adam in noisy trees arXiv:2607.18201
Unverified 2026

Differentiable Hankel PSD regularizer

Attach finite Hankel positive-semidefiniteness penalties to a neural model that predicts scalar moments, cumulants, or beta-distribution parameters. The exact beta inequality supplies a very cheap first-stage barrier, while eigenvalue penalties on larger Hankel matrices constrain higher-order structure.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Higher-Order Hankel Obstructions to Free Infinite Divisibility for Beta Distributions arXiv:2607.17630
Unverified 2026

Spherical Geometric-Gain Regularization

Replace or supplement spectral-norm and Frobenius penalties on neural-network weight matrices with the Hardy-type norm given by the geometric mean of their gains over uniformly sampled unit directions. This penalizes typical multiplicative amplification through a logarithmic average, while the paper's theorem guarantees that the resulting quantity is a true norm rather than an ad hoc nonconvex statistic.

Useful5/10
Difficulty3/10
Novelty6/10
Paper: Hardy-type norms of matrices arXiv:2607.17373
Unverified 2026

Intrinsic-Volume Router Regularizer

Represent each bias-free hard MoE routing region as a polyhedral cone in router feature space and regularize its estimated conic intrinsic-volume sequence. The penalty enforces the paper's strengthened log-concavity inequality, preventing routing regions from having implausible concentration at isolated face dimensions and potentially reducing unstable expert starvation.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Log-Concavity of Conic Intrinsic Volumes arXiv:2607.17278
Unverified 2026

Følner Block-Replacement Curriculum

Construct augmented sequences by tiling long contexts with large finite blocks sampled from a library whose local-pattern frequencies match a target dataset, replacing only block interiors and leaving boundary zones untouched. This produces globally coherent synthetic contexts while controlling the distortion of short-range statistics through an explicit boundary-to-volume ratio.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Entropy Density of Uniquely Ergodic Measures for Full Shifts over Amenable Residually Finite Groups arXiv:2607.16994
Unverified 2026

Projective Compact Prior for Latent Models

Use the calibrated compact-support maximum-entropy law as a latent prior or representation regularizer in a VAE or autoencoder. Unlike a Gaussian prior, it prevents latent codes from drifting arbitrarily far while retaining explicitly controlled mean and covariance.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Projective Maximum Entropy: Universality and Acceptance-Region Calibration arXiv:2607.16547
Unverified 2026

Dense-support discrete random features

Build a single-hidden-layer network whose hidden weights and biases are sampled from a non-continuous distribution supported on a dense subset of parameter space, then train only the output coefficients. The result motivates discrete or mixed-precision hidden parameters without requiring a continuous Gaussian initialization; finite-width experiments can test whether this retains accuracy while reducing hidden-layer storage and arithmetic cost.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: On high probability of universal approximation in random basis expansions with non-continuous weight sampling arXiv:2607.16551
Unverified 2026

Renewal-reset optimizer

Replace purely deterministic training trajectories with an optimizer that periodically resets parameters to a reference checkpoint at iid random renewal times. Use the renewal equation to compare how different reset-time distributions trade off uninterrupted progress against recovery from poor regions, and trigger resets when the observed loss trajectory matches the predicted low-progress regime.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Stochastic Resetting: A Non-Equilibrium Framework for Prediction, Inference and Design arXiv:2607.16474
Unverified 2026

Cycle-Basis Flip Sampler for Matching Latents

Replace single-edge or arbitrary alternating-cycle proposals in a neural matching sampler with flips restricted to a precomputed bounded set of alternating cycles induced by a cycle basis of the underlying graph. For clique-decorated graphs whose underlying graph has all vertex degrees of the same parity, the paper guarantees that these bounded-length flips connect every perfect matching, preventing disconnected proposal components even when decorations are large. A neural energy or policy…

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Flip dynamics on perfect matchings beyond bipartite and planar graphs arXiv:2607.16101
Unverified 2026

Spatial-depth robust loss gating

Estimate the spatial distribution of minibatch embeddings using normalized residuals, then use the resulting spatial depth as a bounded confidence weight on each example's loss. Examples whose embeddings are spatially central receive near-unit weight, while isolated or adversarial examples are automatically downweighted without estimating covariance matrices or choosing a dimension-dependent bandwidth.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Dimension-invariant uniform consistency of the empirical spatial distribution function and its associated spatial depth estimator arXiv:2607.16092
Unverified 2026

2p+1 Random Fourier Dynamics Loss

Train a parametric neural dynamical model by matching randomized Fourier features of observed and simulated trajectory windows, using k=2p+1 features when the model has p trainable dynamic parameters. The random projections compress long noisy trajectories into a small identification signal while retaining nonlinear dependence on all lags, potentially making model calibration less sensitive to correlated, non-Gaussian, or state-dependent observation noise.

Useful5/10
Difficulty3/10
Novelty4/10
Paper: Dynamic models with $p$ parameters are identified by $2p+1$ random features arXiv:2607.16035
Unverified 2026

Inverse-square count-aware Gaussian release

Replace the constant-noise release used for private group aggregates with noise whose standard deviation grows linearly with the group count. The resulting relative error remains approximately constant, while the zCDP privacy loss decreases as the inverse square of group size; this is especially relevant to federated gradient aggregation or private expert-load statistics.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Better Privacy Guarantees for Larger Groups arXiv:2607.14406
Unverified 2026

Soft-potential collision optimizer

Maintain a small population of neural-network parameter replicas and interleave ordinary gradient steps with Boltzmann/Kac-style binary collisions. Each collision preserves the pair's mean parameter vector and relative-distance norm while randomly rotating the relative direction, with collision frequency proportional to a regularized negative power of replica distance.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Quantitative propagation of chaos for the Boltzmann equation with moderately soft potentials arXiv:2607.13825
Unverified 2026

Entropy-Recycling Categorical Sampler

Replace independent categorical sampling calls with a shared exact sampler carrying a reusable uniform integer state. After sampling category X from a distribution with CDF F, retain the unused portion of the underlying random interval as a new state (Z', M'), so later samples consume residual randomness instead of requesting fresh random bits. The expected random-bit cost should approach the sequence entropy rather than paying a fixed word or byte cost per sample.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Online Random Sampling with Real Probabilities arXiv:2607.13828
Unverified 2026

Large-Deviation Rare-Event Augmentation

Train a neural queue or event-sequence predictor using trajectories generated under an exponentially tilted scheduled-arrival law that makes rare overloads common. Reweight each tilted trajectory by its likelihood ratio, while optionally oversampling the rare-event subset to improve prediction of tail behavior.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Sample-path Large deviations for Scheduled Arrival Processes with Unpunctuality arXiv:2607.12666
Unverified 2026

Branching-Fanout Sparse MoE

Replace a fixed top-k expert count with a stochastic, token-specific fanout generated by a supercritical binary branching process stopped at a geometric time. The resulting number of active experts has finite mean but a power-law tail with log-periodic modulation, allowing most tokens to use little compute while reserving larger computation for difficult or ambiguous tokens.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Power-law and log-periodic degree tails for a family of probability generating function equations arising in evolving networks arXiv:2607.12564
Unverified 2026

Harvest-and-Resample Ensemble Optimizer

Maintain an ensemble of neural-network parameter vectors, evolve each member for a fixed number of stochastic-gradient steps, then remove members with poor validation scores and resample survivors with replacement. This transfers the paper's repeated density intervention while leaving each member's underlying optimizer dynamics unchanged. In reinforcement learning, the same mechanism can duplicate high-return policies and produce an effective drift toward better policies.

Useful5/10
Difficulty5/10
Novelty2/10
Paper: Harvesting Reshapes Dynamical Populations arXiv:2607.12093
Unverified 2026

Takagi-Regularized Hierarchical Routing

Represent MoE experts as leaves of a balanced ternary tree and regularize the hierarchical boundary of each expert's assignment mask. At fixed routing mass x, the ternary martingale isoperimetric theorem supplies the explicit minimum one-variation T_3(x), so the router can be penalized according to an occupancy-dependent profile rather than a uniform parent-child disagreement cost. This should favor coherent, stable routing regions while preventing small expert supports from obtaining…

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Sharp Ternary Martingale Isoperimetry and $n$-adic Takagi-Type Lower Bounds arXiv:2607.11069
Unverified 2026

Killed-Resolvent Residual for Neural Obstacle Solvers

Train a value network for stopping or intervention decisions using a killed-resolvent identity rather than an unrestricted diffusion residual. Simulating only until the process exits the continuation region makes the learning target local to the relevant decision domain and correctly handles nonsmooth max rewards.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Reflected Optimal Stopping with a Max-Type Payoff: Measure-Valued Stopping Gains and Killed Resolvent Representation arXiv:2607.09987