ML: Regularization

Machine-learning ideas tagged Regularization in the ML taxonomy of the Math2NN corpus.

Unverified 2026

Distinct-kink complexity regularizer and merger

Replace nominal hidden-unit count by the number of distinct realized ReLU kink hyperplanes, then regularize or prune this effective count. Neurons whose normalized affine boundaries coincide can be exactly merged by summing their canonical coefficients, reducing memory without changing the represented function and aligning the model's complexity measure with the theorem.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: A law of robustness for two-layer neural networks with arbitrary weights arXiv:2607.07778
Unverified 2026

Robustness-capacity feasibility controller

Use the paper's lower bound as a feasibility test for robust interpolation: if a model is asked to fit below the estimated noise floor while maintaining a small Lipschitz constant, automatically increase effective width or relax the fit target. This prevents optimization from wasting compute on an impossible low-sensitivity solution and provides a principled width schedule for noisy regression or classification.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: A law of robustness for two-layer neural networks with arbitrary weights arXiv:2607.07778
Unverified 2026

Transient-risk certificate for Langevin training

Attach a quantitative upper bound to the probability that noisy parameter updates enter a predefined unsafe region during training. Use the bound to select a minimum burn-in time or reduce Langevin noise once the transient term is small, preventing the failure mode in which the final stationary distribution is safe but the training trajectory temporarily swells into the unsafe set.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Avoiding unsafe sets when training with Langevin Dynamics arXiv:2607.07538
Unverified 2026

Weighted-Volume Contractive Optimizer

Replace a fixed optimizer learning-rate field by a positive state-dependent scaling rho(theta) and penalize expansion of weighted parameter-space volume. The optimizer is encouraged to contract regions of parameter initializations that have high weighted divergence, potentially reducing sensitivity to initialization and stabilizing training near sharp or anisotropic loss landscapes.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Weighted Phase Volume Method in Stability Analysis: Integral Criteria and Ellipsoidal Reachable Sets arXiv:2607.05033
Unverified 2026

Conserved Poisson Feature Noise

Replace iid dropout or iid activation noise on spatial tokens with fluctuations generated by a conserved diffusing density. Each token receives a positive mass variable whose total mass is preserved, while Poissonian stochastic flux produces correlated perturbations that explore coherent local patterns rather than independently corrupting every feature. The density is autonomous and detached from autograd, so the regularizer adds little computational overhead.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Non-equilibrium phase transition in the Brownian Ising Model: field theory, renormalization group, and exact results arXiv:2607.02667
Unverified 2026

Cut-Aware Augmentation Filtering

Estimate how often each augmentation policy creates graph connections across different classes, then downweight policies with high estimated boundary-crossing mass. This directly targets the paper's augmentation-alignment term rather than tuning augmentation strength only by validation accuracy.

Useful6/10
Difficulty3/10
Novelty6/10
Paper: Fast Rates for Semi-Supervised Learning via Data-Augmentation Graph Regularization arXiv:2607.07513
Unverified 2026

Bounded Commuting Cochain Layer

Replace independently predicted node, edge, and face features on a simplicial mesh by a coupled projection layer that is idempotent, bounded in a mass-matrix norm, and approximately commutes with the discrete exterior derivative. The layer can be inserted after an ordinary graph-neural update and should suppress topologically inconsistent feature components without requiring the downstream network to learn these constraints from data.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: An Approximate Bounded Cochain Projection arXiv:2607.07457
Unverified 2026

Particular-Integral Latent Reduction

Augment a latent neural ODE with learned constraint functions whose time derivatives are forced to close linearly on the constraint family, making the zero level set invariant by construction. Integrate only the quotient-relevant coordinates while treating the constraint-generated characteristic coordinates as gauge variables, reducing latent dimension and suppressing long-horizon constraint drift.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Hamiltonian reduction from particular integrals arXiv:2607.07057
Unverified 2026

Inflated-Covariance Convex Chance Constraint

Train a neural representation so that its affine acceptance or margin region has high probability under deliberately inflated Gaussian feature noise. The comparison theorem then transfers this guarantee to every centered Gaussian perturbation with a smaller covariance, as long as the inflated-covariance acceptance probability is at least one half. This provides a mathematically justified alternative to heuristic Gaussian noise augmentation for one-sided robustness.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Gaussian comparison above the median arXiv:2607.06874
Unverified 2026

Intrinsic-Dimension Batch Audit

Use the diffusion graph's Dirichlet energy and almost-isometry inequalities to score whether a candidate minibatch preserves the low-frequency structure of losses, logits, or gradients over the dataset. Reject or augment batches that distort these quantities, producing a geometry-aware batch acceptance rule rather than relying only on random or loss-based sampling.

Useful6/10
Difficulty7/10
Novelty7/10
Paper: Fast determinantal sampling on general spaces and diffusion geometry arXiv:2607.06644
Unverified 2026

Risk-Fitted Shrinkage Gate

Replace a fixed soft-threshold, ReLU-like gate, or manually chosen activation shrinkage with a monotone learned shrinkage function fitted by an observed-data quadratic-risk criterion. The gate can interpolate between identity, ridge-like attenuation, hard thresholding, and lasso-like soft thresholding, allowing each layer or channel group to adapt its bias–variance tradeoff from the current minibatch.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Approximate Risk Minimization Over Shrinking-Thresholding Rules in Normal Mean Estimation arXiv:2607.06367
Unverified 2026

Finite-Width NNGP Covariance Stabilizer

Add a training-time regularizer that keeps the empirical joint covariance of hidden activations on multiple inputs close to the recursively predicted NNGP covariance. The regularizer targets the finite-width fluctuations quantified by the Wasserstein result, and is particularly appropriate for recurrent networks and attention blocks with shared weights, where hidden states at different positions or time steps are statistically coupled.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Quantitative Gaussian-Process limits of Tensor Programs arXiv:2607.06290
Unverified 2026

Extreme-Subset Adversarial Dropout

Turn row dropout into an adversarial conditioning problem rather than independent Bernoulli noise. At each training step, search for a subset of surviving channels or measurements with unusually small least singular value, train the downstream network on that subset, and gradually increase the search strength so training directly exposes failure modes hidden by average-case dropout.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Extreme least singular values of Gaussian row submatrices and a phase retrieval stability problem arXiv:2607.06249
Unverified 2026

Positive-Measure Span Regularizer

Regularize an encoder so that feature vectors from every substantial local data region occupy a well-conditioned, high-dimensional linear span. Instead of only maximizing global covariance rank, penalize low effective rank in many local batches or neighborhoods, approximating the paper's worst-positive-measure-set definition of separation capacity.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Separation Capacity of Scattering Networks on Low-Dimensional Datasets arXiv:2607.06048
Unverified 2026

Commutator-Regularized Switched SSM

Build a state-space layer whose latent dynamics use a fixed cyclic schedule of learned generators instead of a single generator. Penalize pairwise commutator norms so that the true ordered cycle remains close to the averaged flow, while periodically checking a quadratic Lyapunov contraction condition on the exact cycle transition.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Commutator-Driven Stability Bounds for Periodic Switching arXiv:2607.05829
Unverified 2026

Free-Loss Jacobian Spectral Target

Regularize the end-to-end Jacobian singular-value distribution of a deep network toward the explicit free small-loss law generated by independently mixed projection-like layers. The target controls several gradient-spectrum moments, including the predicted fraction of nearly preserved directions, instead of controlling only the average gradient norm.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Free Multiplicative Convolution and Erlang Moments in Monitored Quantum Transport arXiv:2607.05693
Unverified 2026

Support-Budgeted Hamming Polynomial Layer

Replace the first dense layer on q-ary categorical features by a Fourier interaction layer containing only monomials whose coordinate support is at most s. Use a Bohnenblust–Hille-inspired quasi-norm on coefficients, separately for each interaction order, to prevent a small number of high-order interactions from dominating the output. The resulting model has an explicit interaction-order knob and can be tested against a dense MLP at matched parameter count.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Support-Sensitive Bohnenblust-Hille Inequalities and Local Invariants on Hamming Schemes arXiv:2607.05594
Unverified 2026

Recursive variation-norm regularization

Replace ordinary hidden-weight decay with a recursive ℓ1 variation penalty on the coefficients used to combine activated functions from the previous layer. Use normalized activations \(\sigma_s(t)=\sigma(st)/s\) so that the learned scale parameter \(s\) controls feature shape separately from the coefficient magnitude charged by the variation norm.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Deep Neural Variation Spaces: A Unifying Perspective on Depth and Complexity arXiv:2607.05546
Unverified 2026

Bernstein resolvent activation

Replace an unconstrained scalar activation or nonnegative gate with a finite positive mixture of rational Bernstein basis functions. The learned function is monotone and concave on the nonnegative half-line, while its derivatives have controlled alternating signs; this can prevent pathological feature amplification and gives an interpretable shape prior. Use the paper's sharp exponent restriction τ≤1/2 rather than treating the power as an arbitrary hyperparameter.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Riccati Reductions for Modified Bessel Ratios: Bernstein Positivity, Exact Certificates, and Transfer Obstructions arXiv:2607.05538
Unverified 2026

Caratheodory-kernel passivity regularizer

Regularize a learned state-space transfer function so its matrix response has positive real part on sampled points in the unit disk and its associated reproducing-kernel Gram matrix is positive semidefinite. This provides a frequency-domain stability signal that complements rollout-based penalties and spectral-radius clipping.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Operator model and a trace formula for pairs of unitary operators arXiv:2607.05334
Unverified 2026

Kurtosis-calibrated gradient clipping

Choose gradient clipping thresholds from an explicit worst-case tail probability implied by an observed kurtosis bound, rather than using a fixed norm threshold or an empirical percentile. For a standardized centered gradient coordinate, the threshold achieving target outlier probability \(\delta\) is obtained by analytically inverting the paper's sharp tail formula.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: The Exact Worst-Case Tail Probability under Bounded Kurtosis arXiv:2607.05226
Unverified 2026

Amortized low-rank Laplace hyperparameter marginalization

Replace repeated full-curvature factorizations when evaluating many Bayesian neural-network hyperparameter settings with one shared low-rank approximation of the data-induced precision update. Reuse the same curvature subspace while changing prior precision, observation-noise precision, or layerwise regularization, evaluating each candidate through a small rank-r matrix and Woodbury solves.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Amortized low-rank approximation for hyperparameter marginalization in PDE-governed Bayesian inverse problems arXiv:2607.03355
Unverified 2026

Sound active-neuron pruning for SDP verification

Reduce the SDP dimension by removing ReLU neurons that are provably inactive, always active, or incapable of changing the current worst-case margin. The verifier keeps exact affine substitutions for fixed-sign neurons and retains only genuinely unstable neurons whose activation can cross zero under the perturbation set. A stronger optional rule removes an unstable neuron when its certified maximum possible contribution is below a user-controlled tolerance, with an exact mode that prunes only…

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Fast SDP certification of neural networks : towards large multi-class datasets arXiv:2607.03232
Unverified 2026

Forward-Sensitivity-Weighted TV

Add a spatially weighted TV penalty to a neural inverse solver, where a pixel receives a large penalty when perturbations there are strongly visible to the forward operator and a small penalty when the operator is insensitive. This prevents ordinary TV from suppressing or displacing structures differently across the field of view. The weight can be recomputed per acquisition geometry or cached for a fixed forward operator.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Directionally Weighted Total Variation for Inverse Problems arXiv:2607.03054