Unverified
2026
Use the paper's monotone allocation viewpoint to decide which parameters receive progressively more pruning, bit reduction, or update opportunities. A van der Corput order prevents a fixed early prefix of structured groups from being systematically over-pruned, while the logarithmic comb bound quantifies worst cumulative imbalance across nested groups.
Useful6/10
Difficulty4/10
Novelty6/10
Unverified
2026
Warp each observed shape and its interior scalar fields into a fixed reference domain using a learned diffeomorphism, then process the resulting canonical SDF with a CNN or 3D encoder. The representation should be insensitive to translation, rotation, reflection, scale, and re-parameterization when the correspondence module is constrained to absorb those transformations rather than shape changes.
Useful6/10
Difficulty6/10
Novelty6/10
Unverified
2026
Augment gradient descent with stochastic relocations to uniformly sampled historical parameter vectors. In expectation, the optimizer receives a non-Markovian correction toward the running average of all previous iterates, which can suppress runaway directions and revisit earlier basins instead of remaining trapped in a sharp or unstable region.
Useful6/10
Difficulty4/10
Novelty7/10
Unverified
2026
Add a transformation-invariant global shape loss based on the interpoint-distance distribution or its Riesz-energy transform to a network that predicts polygon vertices or masks. Matching this signature forces the prediction to reproduce global side-length and angle structure even when local vertex correspondence is ambiguous, while random translations, rotations, and reflections require no alignment preprocessing. The uniqueness guarantee applies to generic polygonal domains, so this should be…
Useful6/10
Difficulty4/10
Novelty6/10
Unverified
2026
Use the paper's Margulis-type law as a structural constraint for neural continuous-time dynamics: the number of isolated periodic latent trajectories with period at most T should grow like exp(hT)/T in a positive-entropy regime. This provides a falsifiable test for orbit collapse, excessive chaos, or spurious recurrence in neural ODE world models, rather than relying only on one-step prediction loss.
Useful6/10
Difficulty8/10
Novelty9/10
Unverified
2026
Estimate persistent frequencies in a neural-network training trajectory using a smooth weighted Birkhoff average instead of a rectangular moving average. Use the estimated frequency vector to detect low-order resonances between optimizer oscillations, gradient-noise cycles, and validation-loss oscillations, then trigger a learning-rate or momentum intervention before divergence.
Useful6/10
Difficulty5/10
Novelty7/10
Unverified
2026
Represent prototypes or attention keys by points p_i on the unit sphere and regularize their configuration with a Green-potential log-partition objective inspired by the TPMS branch-point formulation. The objective penalizes configurations whose positive and negative Gibbs-weighted potentials are concentrated in different regions, providing a smoother alternative to pairwise repulsion or uniformity losses.
Useful6/10
Difficulty4/10
Novelty6/10
Unverified
2026
Project each FFN residual update onto the tangent space of the current token residual direction before adding it to the stream. This preserves the component that changes representation direction while suppressing norm-only motion, which may reduce residual-norm drift and aggregation-induced representation collapse.
Useful6/10
Difficulty4/10
Novelty6/10
Unverified
2026
Generate alternative graph views by applying small integer Markov moves to the joint degree matrix, while rejecting moves that violate nonnegativity or realizability as a simple graph. Train a GNN to produce consistent predictions across the original and rewired views, preserving degree frequencies and curvature-frequency statistics while forcing robustness to higher-order topology.
Useful6/10
Difficulty6/10
Novelty7/10
Unverified
2026
Equip a recurrent or state-space layer with multiple noncommuting transition operators and regularize the span of finite operator words applied to the input injection matrix. This discourages hidden directions that cannot be reached from the input and may improve long-range input influence, gradient propagation, and robustness under operator switching.
Useful6/10
Difficulty5/10
Novelty8/10
Unverified
2026
Replace a conventional signed-graph message-passing layer with two coupled feature channels: a fixed channel invariant under switching and an anti-fixed channel that changes sign under switching. Unsigned aggregation updates invariant features, while signed aggregation updates anti-invariant features, implementing the paper's sphere-plus-involution representation at the hidden-state level.
Useful6/10
Difficulty4/10
Novelty5/10
Unverified
2026
Add a structural penalty to a learned hypergraph or sparse routing graph that measures the gap between its conjugate vertex-degree spectrum and the squared spectrum of its up-Laplacian. The paper's identity says this gap equals twice the number of failed elementary shifts, so minimizing it encourages an ordered incidence structure rather than merely matching degree statistics or sparsity.
Useful6/10
Difficulty6/10
Novelty7/10
Unverified
2026
Construct an unrolled phase-retrieval network that begins with an isotropic Gaussian estimate rather than a spectral initializer. Retain the AMP residual correction and Onsager subtraction, but learn the scalar measurement denoisers and step sizes; use several random starts and select the iterate with the lowest measurement residual.
Useful6/10
Difficulty5/10
Novelty4/10
Unverified
2026
Add a finite-basis drift loss whose probes are selected to make the observation matrix well-conditioned, so the generator cannot hide distribution mismatch in directions invisible to the interaction field. Use the smallest singular value of the probe operator as a training-time observability score and abstain from interpreting the drift when that score is too small.
Useful6/10
Difficulty5/10
Novelty6/10
Unverified
2026
Replace a learned sequence-mixing matrix with a structured lower-triangular Sprugnoli operator whose square is exactly the identity. Applying the same operator in reverse reconstructs activations exactly, so it can be used as a reversible Transformer mixer or reversible channel permutation while retaining nontrivial long-range mixing.
Useful6/10
Difficulty6/10
Novelty7/10
Unverified
2026
Insert a constraint-aware observer between a neural state-space transition and its next prediction. The observer propagates latent event times, incorporates partial observations, and projects the result onto the set satisfying both lower-bound causality and upper-bound token-lifetime constraints, preventing impossible latent trajectories from entering the recurrent model.
Useful6/10
Difficulty6/10
Novelty8/10
Unverified
2026
Replace raw pairwise attention or graph-edge scores by exact U-centered residuals, removing additive effects attributable to either endpoint. The resulting scores represent interaction beyond independent source and destination biases and satisfy zero row sums, preventing a few high-degree or high-activation tokens from dominating relational aggregation.
Useful6/10
Difficulty3/10
Novelty6/10
Unverified
2026
Replace ordinary codebook or prototype updates with the paper's diagonal-free particle dynamics in feature space. Each prototype is attracted toward the current minibatch feature distribution, while pairwise negative-distance interactions spread prototypes apart and suppress codebook collapse. The exponent q in (0,2) controls the interaction profile, with q less than 1 producing a stronger near-collision force but requiring numerical regularization.
Useful6/10
Difficulty4/10
Novelty6/10
Unverified
2026
Replace a recursive product implementation of a rational spectral filter with an additive sum of independently evaluated resolvents. Use the layer on a graph Laplacian, token-similarity operator, or other sparse feature operator to obtain a high-order filter without multiplicative roundoff and gradient amplification; the independent solves can also be batched or distributed across devices.
Useful6/10
Difficulty6/10
Novelty6/10
Unverified
2026
Replace a generic recurrent update by a positive-state continuous-time cell whose interactions are restricted to a quadratic zero-one reaction-network motif with three state variables and six reactions. Select a motif known to possess three positive equilibria, then use the two stable equilibria as binary memory states and the intervening unstable equilibrium as the separatrix. This creates an explicitly multistable RNN module with a bounded attractor count and a measurable stability…
Useful6/10
Difficulty6/10
Novelty7/10
Unverified
2026
Represent a neural deformation of a mesh or simplicial graph by vertex positions \(f\), and constrain every oriented simplex to retain positive signed volume. Add a logarithmic barrier during feasible optimization and use a feasibility-restoration phase for initially inverted elements, turning foldover prevention into a hard geometric invariant rather than a soft penalty.
Useful6/10
Difficulty6/10
Novelty7/10
Unverified
2026
Add a deliberate large-constant-learning-rate phase in which training loss is not forced monotonically toward interpolation. The phase is intended to calibrate shared, high-signal directions before the optimizer memorizes example-specific nuisance directions, and should be stopped when validation error is minimized even if training error remains high.
Useful6/10
Difficulty5/10
Novelty6/10
Unverified
2026
Build a neural feature-mixing block from a sparse exchange matrix and a fixed sequence of cluster-style mutations. Transpose-related channels share parameters through orbit tying, while positive multiplicative-additive updates are evaluated with log-sum-exp. The block is a concrete alternative to a dense MLP projection and can be tested at equal parameter count and compute.
Useful6/10
Difficulty5/10
Novelty8/10
Unverified
2026
Replace an unconstrained recurrent or residual transition with a block-structured contractive realization whose input-dependent multiplier is a direct sum of bounded branches. The resulting layer has a built-in non-expansive energy bound on the chosen normalized input domain, while still allowing different branches to respond to different coordinates or feature groups.
Useful6/10
Difficulty5/10
Novelty5/10