Architecture ideas

Attention variants, state-space and recurrent cells, normalization and token-mixing schemes — each tested against the standard block it replaces.

Unverified 2026

Orthogonal Latin Expert Router

Use mutually orthogonal Latin labels as deterministic expert assignments for token batches. Each routing family is individually balanced, and pairs of families avoid repeated co-assignment patterns, enabling multiple routing rounds or auxiliary experts without the severe load collisions caused by independent random hashing.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Generalizations of nets and Latin squares arXiv:2607.10890
Unverified 2026

Residual-Update Halting

Replace activation-magnitude-based adaptive computation halting with a criterion based on the actual recurrent update and a local stability margin. The loop halts when the state change is small relative to state scale for several consecutive steps, avoiding pathological decisions when LayerNorm-driven dynamics cause the activation norm to collapse.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: LayerNorm as Implicit Gain Control in Looped Transformers arXiv:2607.10681
Unverified 2026

Submodular Budget Router

Replace independent top-k MoE routing with a submodular polyhedral allocation over experts. A learned set function assigns a marginal gain to each additional expert allocation, so the router exhibits diminishing returns and can enforce global capacity constraints rather than making unrelated per-token choices. The allocation is obtained by sorting marginal gains, giving a fast greedy router with piecewise-linear routing regions.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Extended generalized permutahedra, and cointeracting bialgebras arXiv:2607.10683
Unverified 2026

Young-Projected Tensor Channels

Decompose tensor-valued hidden states into invariant symmetric, alternating, and higher Young-symmetry channels before applying learned maps. This removes redundant tensor coordinates and prevents a neural layer from mixing incompatible representation types, yielding smaller equivariant modules with a cleaner inductive bias.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: The Bernstein-Gelfand-Gelfand (BGG) Construction: Algebra, Geometry, and Analysis; Part I arXiv:2607.10662
Unverified 2026

Legendre-polynomial feature trunk

Construct a reusable ReLU trunk that emits approximate univariate powers or Legendre-polynomial features for each input coordinate, then combine them with a linear or low-rank polynomial head. This gives a compact explicit basis for smooth functions and can replace a large generic MLP in low-dimensional scientific regression or serve as a frozen or partially trainable front-end.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Approximation of Analytic Functions by ReLU Neural Networks with Adjustable Depth and Width arXiv:2607.10589
Unverified 2026

Depth-first analytic MLP scaling

For smooth coordinate-based regression, replace a width-heavy MLP with a deliberately narrow but deeper ReLU network and choose depth and width using the paper's analytic-function approximation law. The hypothesis is that, at fixed parameter count, increasing depth gives a larger reduction in approximation error than increasing width when the target is close to analytic.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Approximation of Analytic Functions by ReLU Neural Networks with Adjustable Depth and Width arXiv:2607.10589
Unverified 2026

Bounded-Extrapolation Fourier Layer

Replace an unconstrained Fourier-feature block in an implicit neural representation or coordinate MLP with a sparsity-aware layer whose output gain is normalized according to the distance outside the training interval. The normalization uses the paper's endpoint law, preventing a small in-domain Fourier representation from producing arbitrarily large outputs just beyond the observed coordinate range.

Useful6/10
Difficulty4/10
Novelty7/10
Paper: Optimal Extrapolation Bounds for Sparse Fourier Sums arXiv:2607.10501
Unverified 2026

Exact simplex-lattice quantization

Replace independent coordinate rounding of a fixed-sum vector with nearest-point quantization in the projected integer lattice A_n^*. The quantized vector preserves the zero-sum constraint exactly, while the globally optimal rounding correction accounts for the aggregate residual induced by projection.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Faster Closest-Point Algorithm for the $A_n^*$ Lattices arXiv:2607.10479
Unverified 2026

Block-Probed Rational Spectral Layer

Replace a polynomial graph filter or repeated matrix multiplications in a graph neural network with a small rational filter evaluated at several shifts. Treat the incoming feature matrix as a block of probes rather than processing scalar probe vectors independently, allowing one set of shifted solves to expose multiple spectral directions simultaneously. The expected gain is higher approximation quality at the same number of operator applications, especially when the target filter has sharp or…

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Convergence analysis of a nonlinear eigensolver based on rational approximation of the resolvent arXiv:2607.10377
Unverified 2026

Branch-Gated Ambiguity Layer

Replace a single smooth inverse predictor near detected ambiguity boundaries with multiple prediction branches and a soft gate. The gate is trained to preserve distinct decompositions rather than forcing the network to interpolate through a thin high-curvature transition layer, while a Jacobian or curvature penalty identifies unresolved ambiguity regions.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Discontinuous Prior-Mode Sections and the Geometry of Ambiguity in Intrinsic Image Decomposition arXiv:2607.10321
Unverified 2026

Infrared-Renormalized Global Attention

Add a coordinate-aware long-range aggregation branch whose singular low-frequency component is explicitly centered before it is mixed into token representations. The centering acts as a neural counterterm: constant or slowly varying value fields cannot accumulate an activation contribution that grows with context size, while local and higher-frequency interactions remain available through an ordinary attention residual branch.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Batchelor's formula and infrared renormalization for sedimentation arXiv:2607.09995
Unverified 2026

Projected Play-State Memory

Turn a recurrent or state-space memory into a constrained hereditary state: the latent state remains in a learned convex domain, and only input motion that reaches the boundary changes the plastic component. This creates a nonexpansive, rate-independent memory that should suppress unstable state growth and make the representation depend on meaningful cumulative changes rather than arbitrary update frequency.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: Optimal history encoding for elastic-plastic hereditary laws: Sharp input and constitutive approximation arXiv:2607.09974
Unverified 2026

Swarmalator Token Organizer

Augment each token or graph node with a periodic latent position x_i and phase θ_i, then evolve these variables before attention or message passing. Tokens with similar phase attract in x, while tokens with similar position synchronize in θ, producing self-organized groups without an externally specified clustering objective. The coupling strengths J and K provide interpretable controls for aggregation and synchronization, and their sweep should expose the paper's four collective regimes and…

Useful6/10
Difficulty5/10
Novelty8/10
Paper: A solvable normal form for coupled swarmalators arXiv:2607.09810
Unverified 2026

Collider-Aware DAG Variational Network

Replace independent uncertainty heads in a branching neural network with a structured variational posterior whose non-root node distributions condition on jointly sampled latent states of all parents. This allows collider evidence to explain away upstream uncertainty: evidence at a child can alter the posterior over several parent branches instead of leaving their uncertainties artificially independent. The approach can be implemented as a stochastic DAG network and trained with an evidence…

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Deep Gaussian Processes on Directed Acyclic Graphs arXiv:2607.09645
Unverified 2026

Inverse-Square Fractional Attention

Replace or augment geometric attention on spatial or point-cloud tokens with a positive fractional kernel containing the paper's inverse-square origin factor. This gives tokens near a designated singular center a controlled increase in receptive-field influence while preserving a scale-invariant distance decay, which may help models represent cusp-like fields, radial singularities, and multiscale spatial interactions.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Sharp and Endpoint Two-Weight Fractional Integral Estimates for Schr"odinger Operators with Inverse-Square Potentials arXiv:2607.09585
Unverified 2026

Symplectic Recurrent Block

Use a symplectic Hamiltonian update as a recurrent or state-space neural block, preserving a learned modified energy across many layers or time steps. This targets residual and recurrent architectures where ordinary Euler updates accumulate drift during long rollouts.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: Backward error analysis for matrix discretizations of 2-D Euler equations arXiv:2607.09549
Unverified 2026

Algebraic Pinch-Curve Spectral Layer

Replace a dense learnable Fourier multiplier with a low-parameter multiplier concentrated near the common zero set of two polynomial constraint symbols. A linear constraint together with a cubic constraint can produce straight or curved frequency loci, allowing the network to represent directional long-range structure while using far fewer spectral parameters than a full 3D frequency grid.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Symmetry-Protected Pinch Curves in Classical Spin Liquids arXiv:2607.09470
Unverified 2026

Certainty-Equivalent Auxiliary Critic

For risk-sensitive or recursive objectives, add a separate network that predicts the conditional certainty equivalent of the next-state continuation value, rather than forcing the value network to approximate a nested nonlinear expectation directly. Train the value, policy, and certainty-equivalent heads with Bellman and first-order residuals jointly.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Deep Learning for Dynamic Programming with Recursive Utility Using First-order Conditions arXiv:2607.09461
Unverified 2026

Resolution-adaptive spectral front end

Replace a fixed Fourier or spectral resolution in a neural operator or sequence model with a data-adaptive spectral cutoff. Keep only modes whose estimated signal energy exceeds the noise-amplification and discretization floor implied by the available number of trajectories and samples per trajectory. This should reduce overfitting to high-frequency sensor noise and preserve accuracy when the same model is deployed at different sampling resolutions.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: The Cost of Discretization in Functional Linear Regression: Minimax Rates and Adaptation arXiv:2607.09350
Unverified 2026

Local Characteristic Residual Gating

Transform local neural residuals into the Ripa model's characteristic coordinates before spatial aggregation, apply a mode-dependent gate based on neighboring characteristic jumps, and transform back. This lets the model damp oscillatory acoustic or equilibrium-mode corrections near discontinuities without globally smoothing every feature.

Useful6/10
Difficulty6/10
Novelty6/10
Paper: Fifth-Order Well-Balanced Path-Conservative A-WENO Scheme for the Ripa Model arXiv:2607.09293
Unverified 2026

Resolvent Fractional-Power Layer

Parameterize a learned feature-space operator as accretive but not necessarily symmetric, then apply its fractional power through a finite positive mixture of shifted resolvents. This provides a matrix-function layer that can represent directional and rotational interactions while avoiding unstable eigendecomposition of nonnormal matrices.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Functions and Means of Accretive Operators arXiv:2607.09152
Unverified 2026

Epoch-Frozen Masked Low-Rank Candidate Encoder

Add an online low-rank reconstruction layer before a recommender or ranking MLP. It estimates a latent action-feature subspace from masked candidate vectors, freezes that subspace for an epoch, reconstructs each partially observed candidate in the latent coordinates, and feeds only those coordinates to the predictor. The method is most promising when the ambient candidate dimension d is large but the effective rank m is small and missingness is not too severe.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Stochastic Linear Bandits with Partially Observed Actions arXiv:2607.08971
Unverified 2026

Thermodynamic Two-State Expert Gate

Add a slow latent two-state gate to a recurrent, state-space, or world-model network so that separate experts represent two qualitatively different dynamical regimes. Train the gate using the paper's two-state population and fluctuation mechanism rather than allowing an unconstrained softmax to average incompatible regimes. The model should allocate extra capacity near the gate's susceptibility peak, where regime uncertainty and forecast variance are predicted to be largest.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Structural Origin of Water Heat Capacity Anomaly from Classical and Quantum Simulations arXiv:2607.08957
Unverified 2026

Rank-Adaptive Tensor-Train MLP

Replace a large dense layer whose input and output dimensions factor into multiple modes by a TT-matrix whose parameters are stored as a chain of small cores. Periodically apply TT-SVD rounding to remove weak singular directions and keep the representation within a prescribed approximation error. This transfers the paper's central computational principle—perform tensor-product contractions directly in compressed form—to neural network layers.

Useful6/10
Difficulty5/10
Novelty4/10
Paper: A Tensor-Train Discontinuous Galerkin Method for the Vlasov-Maxwell System arXiv:2607.08936