Architecture ideas

Research ideas extracted from mathematics papers, categorized as Architecture.

Unverified 2026

Spectator-canceling curvature router

Replace or augment a mixture-of-experts router with a relative transverse-curvature score computed between experts, rather than relying only on the router MLP logits. Experts that provide a broader, less stiff local response in task-relevant directions receive higher routing probability, while common nuisance or spectator directions cancel from the comparison. The score is invariant under a common linear reparameterization of the routing coordinates and can be restricted to a low-dimensional…

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Channel selection at identically vanishing dissipation difference: isolating the frenetic sector of the overdamped path measure arXiv:2608.00041
Unverified 2026

Competing Infection-Removal Graph Layer

Replace a conventional graph message-passing layer with a finite-horizon stochastic propagation process containing susceptible, infected, and removed feature states. Messages spread along active infected-to-susceptible edges, while infected nodes are simultaneously deleted at a rate proportional to their susceptible-neighbor count. This provides explicit propagation control and anti-oversmoothing dynamics instead of repeatedly averaging over every neighbor.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: The Zombie Infection Model arXiv:2607.29409
Unverified 2026

Spectrally screened polynomial pseudoinverse layer

Replace an SVD-based pseudoinverse of a learned rectangular matrix with a low-degree polynomial initialization followed by a few Newton–Schulz iterations. The polynomial approximates the inverse Gram operator, while a cheap residual test accepts it only when the iteration is contractive and otherwise selects a conservative transpose-scaled initialization.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Iterative Methods for Computing the Moore--Penrose Inverse of Split-Quaternion Matrices with Applications arXiv:2607.29270
Unverified 2026

Pullback-Commuting 3-Axis Network

Use three learned state-transition operators corresponding to three data axes, and train them to satisfy the paper's pullback-style interchange rule. For every local pair of axes, two successive updates should reach the same square state; for triples of axes, all six update orders should agree. This reduces sensitivity to scan direction and limits long-horizon drift caused by inconsistent local transitions.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Higher-Dimensional Symbolic Dynamics: A Textile Framework For 3-graphs arXiv:2607.29233
Unverified 2026

Null-form quadratic wave layer

Replace an unconstrained quadratic interaction between channel derivatives with a learnable combination of Lorentzian and antisymmetric null forms. For wave-equation surrogates, this enforces exact cancellation when two interacting features have parallel null directions, suppressing resonant derivative products that otherwise cause unstable long-horizon rollouts.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Recovery of a Null Form in the Wave Equation from Scattering Data arXiv:2607.28917
Unverified 2026

Demographic Synchronizing Expert Layer

Replace static mixture-of-experts routing weights with positive expert abundances that undergo phase-dependent birth, death, and crowding. Each expert has an internal phase and natural frequency; experts aligned with the population order parameter receive larger effective abundance, while a logarithmic penalty prevents runaway replication. The mechanism creates a measurable synchronization transition and can serve as a differentiable alternative to hard top-k routing.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Synchrony by Birth and Death arXiv:2607.28867
Unverified 2026

Geometrically Random Transport Network

Construct a deep sequence model as a layered channel network with fixed random K-regular connections between neighboring depth layers, instead of dense or independently random weight matrices. Use norm-preserving edge normalization and a reversible residual update so that geometric randomness controls information transport while trainable nonlinear readouts provide task-specific computation. The architecture exposes a tunable crossover between quasi-one-dimensional ballistic or localized…

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Quantum Chaos and Diffusive Transport from Geometric Randomness arXiv:2607.28579
Unverified 2026

Normalized Scheduling-Degree Truncation

Use normalized scheduling variables and explicitly cap the degree of their products in a neural LPV or mixture-of-dynamics model. Instead of allowing every multiplicative interaction between scheduling coordinates and past or future features, retain only monomials below a chosen degree threshold. This produces a controllable approximation knob between a purely linear model and a full lifted predictor, while avoiding unstable extrapolation caused by poorly scaled high-degree features.

Useful6/10
Difficulty5/10
Novelty5/10
Paper: A subspace approach to data-driven predictive control for linear parameter-varying systems arXiv:2607.28490
Unverified 2026

Distance-Powered Boundary Ansatz for Fractional PINNs

Represent the predicted solution as $u_{\theta}(x)={\rm d}_{\Omega}(x)^s v_{\theta}(x)$, where $v_{\theta}$ is an unconstrained neural network and ${\rm d}_{\Omega}$ is the distance to the boundary. This builds the fractional Dirichlet boundary layer into the architecture and leaves the network to learn the smoother quotient $u/{\rm d}_{\Omega}^{s}$, which the paper proves extends Hölder-continuously to the boundary when the reaction has sufficient integrability.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: On boundary regularity for the fractional p-Laplacian with unbounded reactions arXiv:2607.28436
Unverified 2026

Caret-Invariant Tree-Pair Mixer

Represent a token sequence or image region partition by a pair of planar rooted binary trees and a permutation of their leaves, following the tree-pair model of Thompson-type groups. Train the mixer to produce the same output whether a leaf is left intact or refined into two child leaves that are immediately merged by a matching inverse refinement. This creates a variable-resolution hierarchical module with an explicit consistency constraint instead of relying on an arbitrary fixed tree depth.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Thompson's Group $V$ and Virtual Link Theory arXiv:2607.28406
Unverified 2026

Coherence-to-Diffusion Graph Layer

Replace a single graph or token-mixing operator with two coupled channels: an antisymmetric, coherence-preserving transport channel and a state-dependent dissipative diffusion channel. The local feature state controls the dissipative edge rates, so strongly occupied or conflicting regions are smoothed while weakly interacting regions retain rapid coherent propagation.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Interacting Quantum Symmetric Exclusion Process arXiv:2607.28255
Unverified 2026

Layered Structural Reachability for Neural States

Treat the hidden-state Jacobian of an RNN, SSM, or graph neural network as a directed matrix-weighted network and decompose repeated block couplings into scalar interaction layers. Use layer-specific structural controllability to select input, skip, reset, or readout channels that can reach all hidden dimensions, and reject architectures with structurally unreachable states before training.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: On the Strong Structural Controllability of Matrix-Weighted Networks arXiv:2607.27852
Unverified 2026

RIP-Circulant Sparse Projection Layer

Replace a dense Gaussian or learned projection from dimension N to m with a normalized partial circulant projection generated by a single Gaussian vector. For K-sparse hidden states, the restricted-isometry guarantee predicts approximate norm preservation while reducing stored projection parameters from O(mN) to O(N). The projection can be evaluated with an FFT and should be combined with explicit top-k gating so that the sparse-input assumption is enforced.

Useful6/10
Difficulty4/10
Novelty5/10
Paper: Improved RIP Bounds for Gaussian Partial Circulant Matrices arXiv:2607.27676
Unverified 2026

Decoder branch witness regularizer

Apply the paper's mechanism-contrast idea to ReLU decoders by requiring each piecewise-affine branch to produce a detectable and distinctive change across at least one activation boundary. Penalize branches with vanishing Jacobian jumps or nearly identical boundary signatures, discouraging observationally interchangeable decoder mechanisms.

Useful6/10
Difficulty6/10
Novelty8/10
Paper: Beyond ICA: Identifiability by Symmetry Breaking arXiv:2607.23182
Unverified 2026

Structure-Preserving Profile Layer

Replace unconstrained output coordinates with a neural parameterization whose outputs are valid monotone profiles by construction, analogous to representing a Young diagram through nonnegative ordered row increments. Train the network against an explicit energy or negative log-probability while preserving the feasible geometry, rather than relying on penalties that permit invalid intermediate states.

Useful6/10
Difficulty4/10
Novelty6/10
Paper: Neural variational framework for random Young-diagram limit shapes arXiv:2607.27061
Unverified 2026

Fourier Turing Recurrent Layer

Replace one spatial convolution block by a recurrent Fourier-domain layer that couples every mode k to its opposite mode -k and gives the strongest amplification to a nonzero selected wave number k*. The layer crosses a controlled Turing-like instability at k* and uses cubic saturation to produce bounded structured features instead of unbounded activation growth.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Quantum Turing Patterns arXiv:2607.26331
Unverified 2026

Port-Lifted Dynamics Network

Represent every predicted displacement and velocity as the sum of a prescribed boundary lift and a learned residual that is identically zero on the Dirichlet boundary. Feed the boundary velocity into the model through an explicit distributed-port feature and train an energy-balance residual so that the learned interior dynamics cannot inject arbitrary energy at the constrained boundary. This should eliminate boundary drift and reduce the burden on penalties or projection layers.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: Strong imposition of Dirichlet boundary velocities in structure-preserving discretizations of elastodynamics arXiv:2607.26248
Unverified 2026

Homotopy-Associative Attention

Augment standard pairwise attention composition with a shared ternary correction m_3(a,b,c), so two different parenthesizations of a three-token or three-edge composition need not agree exactly but are forced to differ by a learned bounded correction. This gives the network a structured way to represent context-dependent compositionality without replacing efficient quadratic attention with unrestricted third-order attention.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: Hochschild Cohomology of the Symmetric Square of an Annulus with Stops arXiv:2607.25944
Unverified 2026

Markov-Increment Window Encoder

Replace a collection of overlapping sliding-window features with approximately orthogonal incremental features: the length-m feature contains information not predictable from shorter consecutive windows. Use the paper's transition-operator Toeplitz precision matrix to decorrelate the resulting sequence of window features before attention, suppressing duplicated local evidence and improving conditioning.

Useful6/10
Difficulty6/10
Novelty7/10
Paper: Block-hierarchical covariance decompositions for finite-block additive functionals arXiv:2607.25949
Unverified 2026

Dynamic String-Averaged Constraint Layer

Insert a differentiable layer that enforces multiple affine consistency constraints by running several short strings of relaxed projections and averaging their outputs. Change the strings and weights across training steps, but impose bounded string length, positive averaging weights, and an almost-cyclic coverage rule so every constraint is revisited regularly. This creates an architecture-level analogue of dynamic string-averaging rather than applying one fixed projection order.

Useful6/10
Difficulty5/10
Novelty6/10
Paper: On the boundedness of infinite products of relaxed projections: perturbations resilience and dynamic string-averaging arXiv:2607.25797
Unverified 2026

Fractional Nonlocal-Gradient Residual Block

Augment a local convolutional block with a fractional nonlocal-gradient branch that aggregates directional feature differences over multiple spatial scales. The residual branch gives each location access to long-range variation while preserving the property that constant feature fields produce zero response. A learnable residual gate allows the network to suppress the branch if nonlocal interactions are unhelpful.

Useful6/10
Difficulty5/10
Novelty7/10
Paper: A Lusin theorem for nonlocal gradients arXiv:2607.25621
Unverified 2026

Low-Order Robust Functional Observer

Attach a small dynamical observer to a neural ODE, RNN, or state-space model and make it estimate only a task-relevant functional of the hidden state, such as logits, value features, or control-relevant projections. Use an incremental quadratic constraint and a bounded-real penalty to make the observer robust to hidden-state nonlinearities and input disturbances, instead of reconstructing the full latent state.

Useful6/10
Difficulty6/10
Novelty5/10
Paper: Functional H_infinity Filtering for Descriptor Systems with Incrementally Quadratic Nonlinearities under Disturbances arXiv:2607.25000
Unverified 2026

Gain-aligned branch shunting

Replace an additive nonnegative feature readout by several local divisive branches, where each branch divides a signal pathway by a positive pool chosen to estimate shared multiplicative gain. Initialize or constrain each pool toward the dominant nuisance covariance direction while retaining an additive bypass so the model can reject harmful normalization. This should improve robustness when nuisance gain is shared across features, but not when the pool support is shuffled or its measurements…

Useful6/10
Difficulty5/10
Novelty5/10
Paper: When Branch-Local Shunting Helps: A Gain-Load-Alignment Principle for Dendritic E/I Networks arXiv:2607.24990
Unverified 2026

Period-Resolvent Recurrent Layer

Construct a recurrent or graph-neural layer on a finite state space with a known bijection T, such as a modular cat map, and use the diagonal resolvent gain (1 − α^kx)^−1 as a state-dependent self-return or memory coefficient. States on short periodic orbits receive larger amplification, while long-period states receive weaker amplification, producing deterministic localization without learned disorder.

Useful6/10
Difficulty5/10
Novelty8/10
Paper: Arithmetic Landscape Functions of a Discrete Cat Map arXiv:2607.24857