Unverified
2026
Insert a fixed or learnable complex coordinate stretch outside the region where a neural operator models the physical interaction, so outgoing waves are damped and resonant states become ordinary discrete eigenmodes on a finite grid. Train the network with eigenvalue or resolvent losses computed after the stretch, while preserving the physical field in the interior region.
Useful5/10
Difficulty6/10
Novelty7/10
Unverified
2026
Use relaxed affine-projection layers as a stable iterative stack with an explicit perturbation monitor. The monitor estimates approximation error from quantization, dropout, stochastic evaluation, or low-rank projection and reduces the relaxation parameter when accumulated perturbations become large.
Useful5/10
Difficulty4/10
Novelty7/10
Unverified
2026
Replace mean or max pooling over a set of learned element embeddings with pooling based on the metric-magnitude weighting. Pairwise distances create a globally coupled correction for redundancy, so geometrically isolated or boundary elements can contribute differently from dense clusters of nearly duplicate elements.
Useful5/10
Difficulty5/10
Novelty8/10
Unverified
2026
Implement \(\log(1+u)\) through the bounded residual \(\rho(u)\), refining the argument by repeated square roots and propagating the residual backward with a rational recurrence. Use this table-free approximation in softplus and log-sum-exp kernels, where millions of logarithms are evaluated and predictable arithmetic can outperform general-purpose library calls on vectorized hardware.
Useful5/10
Difficulty5/10
Novelty6/10
Unverified
2026
Partition a sequence, image, or graph into regions processed by a cheap local operator and a more expressive nonlocal operator, then couple their boundary activations with a shared continuity equation and a conservative interface-flux equation. The interface correction prevents the local and global branches from creating discontinuities or duplicated information, allowing nonlocal computation to be restricted to selected regions while preserving global consistency.
Useful5/10
Difficulty5/10
Novelty7/10
Unverified
2026
Replace uniform PINN or neural-operator collocation by a graded point distribution concentrated in narrow regions between nearly touching interfaces. Use the paper's distance-dependent mesh scale to determine point spacing, and switch to a gap-dependent minimum scale when the separation becomes too small for the global mesh.
Useful5/10
Difficulty4/10
Novelty6/10
Unverified
2026
Add a spectral regularizer that prevents tensorized feature batches from developing covariance outliers or a collapsed lower edge. The target is the Marchenko–Pastur bulk predicted for the current feature-to-sample ratio, rather than an arbitrary identity-covariance penalty that may suppress useful anisotropy.
Useful5/10
Difficulty6/10
Novelty6/10
Unverified
2026
Replace dense spatial pooling or integral evaluation over a planar domain by a sparse cubature layer whose nodes are poles of a rational approximation fitted only on the domain boundary. For analytic or nearly analytic neural-field channels, the same learned field can then be integrated using substantially fewer evaluations than a uniform grid, while the boundary approximation residual supplies a cheap reliability signal.
Useful5/10
Difficulty6/10
Novelty8/10
Unverified
2026
Periodically project a rectangular neural-network weight matrix onto an approximately orthonormal-column matrix using LU-preconditioned CholeskyQR rather than ordinary QR or a polar iteration. Pivoted LU handles badly scaled and nearly dependent columns, while Householder orthogonalization of the LU factor produces a triangular preconditioner that makes the subsequent Cholesky step safer in fp16 or bfloat16.
Useful5/10
Difficulty6/10
Novelty5/10
Unverified
2026
Use a two-gradient predictor-corrector average as the gradient supplied to Adam, retaining trajectory smoothing while avoiding the three or four gradient evaluations required by full RK3. Vary the mixing coefficient to test whether the reported regularization comes from gradient averaging itself rather than from high-order integration.
Useful5/10
Difficulty4/10
Novelty5/10
Unverified
2026
Regularize a scalar feature field on a 2D grid by interpreting each feature value as the uniformizing variable of a hyperbolic ring and penalizing violations of local orthogonal-ring angle closure. Unlike a raw Laplacian penalty, this constrains the representation through positive hyperbolic radii and geometrically meaningful edge compatibility.
Useful5/10
Difficulty5/10
Novelty8/10
Unverified
2026
Use a CFL-like step-size controller for neural simulators or neural ODE rollouts, shrinking the integration step when the predicted state changes rapidly and relaxing it when dynamics are smooth. The controller uses the smallest spatial resolution and maximum predicted velocity, rather than a fixed global step chosen for the worst case.
Useful5/10
Difficulty3/10
Novelty4/10
Unverified
2026
Use the derivative of fractional feature energy with respect to its order as a regularizer for intermediate representations. This penalizes unstable scale behavior rather than simply suppressing all high frequencies, so it can preserve useful detail while discouraging uncontrolled changes across spatial scales.
Useful5/10
Difficulty4/10
Novelty8/10
Unverified
2026
Treat a scalar training control, such as task-mixture weight, weight decay, or sparsity penalty, as a parameter ramped through a sharp optimization transition. If the model starts from a highly correlated pretrained or partially trained state, compensate for the predicted marginal logarithmic memory by slowing the ramp according to a fitted logarithmic factor rather than using a pure power-law schedule.
Useful5/10
Difficulty5/10
Novelty8/10
Unverified
2026
Use a barycentric rational activation or filter whose interpolation nodes are periodically zoomed into the range of preactivations or eigenvalues actually encountered by the network. Protect the layer from catastrophic poles by monitoring the associated generalized eigenproblem and penalizing poles close to the active input interval. This targets rational networks whose expressivity comes from localized poles but whose training is destabilized by denominator zeros.
Useful5/10
Difficulty5/10
Novelty6/10
Unverified
2026
For a recurrent, state-space, implicit, or complex-valued neural network, partition the local input-output Jacobian into amplitude and phase channels and penalize excessive sensitivity in either channel. This transfers the paper's voltage-source stiffness mechanism to feature magnitude and phase, producing a stability monitor that can distinguish harmless amplitude sensitivity from destructive phase rotation.
Useful5/10
Difficulty5/10
Novelty6/10
Unverified
2026
Use low precision only for repeated neural-function evaluations and intermediate stage vectors of an explicit ODE solver, while keeping the current state, timestep scaling, and final weighted accumulation in higher precision. This targets neural ODEs and diffusion probability-flow samplers, where function evaluations dominate runtime but accumulated integration error can destabilize long trajectories.
Useful5/10
Difficulty4/10
Novelty3/10
Unverified
2026
Represent selected activations, weights, or optimizer accumulators as four floating-point limbs and evaluate products through tensor-core matrix multiplications encoding limb convolution. Retain the convolution components during reductions and renormalize only at block boundaries, avoiding branch-heavy multi-double arithmetic inside every multiply-add.
Useful5/10
Difficulty6/10
Novelty6/10
Unverified
2026
Replace step-by-step hidden-state storage in a latent ODE, state-space model, or world model with a polynomial trajectory represented independently on short time blocks. At the end of each block, pass the next hidden state by summing temporal coefficients, allowing training and inference to discard the completed block while retaining a mathematically exact block interface.
Useful5/10
Difficulty6/10
Novelty7/10
Unverified
2026
Construct a robust central region of each class or domain embedding cloud by intersecting halfspaces whose discarded cap mass is at most a prescribed fraction. Use this floating-body region to define prototypes or consistency targets, suppressing one-sided outliers without assuming Gaussian covariance structure. The centerpoint level 1/(d+1) provides a principled default depth parameter.
Useful5/10
Difficulty5/10
Novelty6/10
Unverified
2026
Prepend an adaptive Savitzky-Golay derivative bank to a temporal neural network. For each input channel and derivative order, select the local window by minimizing Stein's unbiased risk estimate, then concatenate the raw signal with the estimated derivatives. This supplies denoised velocity and acceleration features without requiring clean derivative targets or forcing the backbone to learn unstable finite-difference filters.
Useful5/10
Difficulty3/10
Novelty6/10
Unverified
2026
Construct a block of gradient, preconditioned-gradient, or Hessian-vector-product directions without performing full-dimensional Gram-Schmidt. Use a random sketch to orthogonalize the block cheaply, then solve a small generalized eigenproblem using the true parameter-space overlap matrix so the extracted curvature modes are accurate for the generated subspace. Use the selected curvature modes to form a damped or trust-region optimizer step.
Useful5/10
Difficulty6/10
Novelty7/10
Unverified
2026
For a coordinate network representing a field near a boundary or interface, factor the prediction as u(x)=h(x)v(x), where h is a known fractional-Hardy ground-state profile, and regularize v with a weighted nonlocal difference energy. Add the corresponding critical Hardy penalty to the loss so that the network spends capacity on the nonsingular residual v instead of relearning the boundary singularity.
Useful5/10
Difficulty5/10
Novelty7/10
Unverified
2026
Use the complex-conjugate palindromic coefficient that cancels the leading temporal phase defect of oscillatory modes. Implement complex arithmetic directly or use an exactly equivalent doubled-real state, then project the final state to its real component for real-valued prediction tasks.
Useful5/10
Difficulty6/10
Novelty7/10