Architecture ideas

Research ideas extracted from mathematics papers, categorized as Architecture.

Unverified 2026

Rational-Pole Neural Field Pooling

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
Paper: Cubature from rational approximation arXiv:2607.17851
Unverified 2026

Centrally Extended Fourier Mode Mixer

Construct a neural mixing layer on Fourier or positional modes using a small set of exponentiated Virasoro generators instead of a dense mode-to-mode matrix. The generator coefficients are shared across all inputs, while the Lie bracket fixes how different mode shifts interact; an optional central channel captures the special coupling between modes whose indices sum to zero.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: On a super-Virasoro group, a semigroup of annuli, and Gauss--Berezin integral operators arXiv:2607.17168
Unverified 2026

Objective-Weighted Graph Partition Router

Use the paper's structure-inheriting crossover to construct discrete token-to-expert assignments from two parent routers instead of randomly reinitializing routing assignments. Build a sparse token-similarity graph and optimize an objective combining within-expert similarity, cross-expert separation, and expert-load balance; use the resulting assignment to initialize router logits or to periodically repair overloaded experts. The method is especially suitable for small calibration batches or…

Useful5/10
Difficulty6/10
Novelty7/10
Paper: A Parallel Evolutionary Algorithm Framework for Graph $k$-CUT Problems arXiv:2607.17158
Unverified 2026

Protected-Kernel Graph Diffusion

Replace an ordinary graph diffusion or message-passing operator with a positive-semidefinite Laplacian whose kernel contains a prescribed node-wise subspace. The layer smooths only feature components orthogonal to that subspace, preserving global constants, positional modes, or other structural signals even when graph edges are dynamically added or removed.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Laplacian Spectral Shaping for Non-Uniform Scaling Formation Control of Open Multi-Agent Systems arXiv:2607.16709
Unverified 2026

Projective Compact Prior for Latent Models

Use the calibrated compact-support maximum-entropy law as a latent prior or representation regularizer in a VAE or autoencoder. Unlike a Gaussian prior, it prevents latent codes from drifting arbitrarily far while retaining explicitly controlled mean and covariance.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Projective Maximum Entropy: Universality and Acceptance-Region Calibration arXiv:2607.16547
Unverified 2026

Dense-support discrete random features

Build a single-hidden-layer network whose hidden weights and biases are sampled from a non-continuous distribution supported on a dense subset of parameter space, then train only the output coefficients. The result motivates discrete or mixed-precision hidden parameters without requiring a continuous Gaussian initialization; finite-width experiments can test whether this retains accuracy while reducing hidden-layer storage and arithmetic cost.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: On high probability of universal approximation in random basis expansions with non-continuous weight sampling arXiv:2607.16551
Unverified 2026

Holonomy-Fixed State Filter

Add a preprocessing and inference module to a permutation-labeled graph network that computes the states globally compatible with all cycle transports. The module masks node or root-state logits to this fixed-point set, replacing exponential global assignment search with graph traversal plus permutation-table operations. A soft version can use the fixed-point mass as an auxiliary compatibility regularizer during training.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Contextual Fraction on Permutation Gain Graphs: Exact Algorithms, Query Lower Bounds, and Dynamic Maintenance arXiv:2607.16037
Unverified 2026

Variable-Exponent Fourier Block

Replace a fixed-norm Fourier feature layer by a Fourier transform followed by spatially varying modular normalization. Use a baseline exponent approaching the endpoint regime at large coordinates and permit only bounded, smooth deviations so the transform remains controlled while the network can emphasize localized details.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Fourier inequalities in variable Lebesgue spaces arXiv:2607.15922
Unverified 2026

Hadamard fractal Fourier encoding

Construct positional features from a self-similar digit system whose Fourier characters are orthogonal under a prescribed nonuniform measure, rather than sampling frequencies independently. Use several admissible multiplier values to create frequency bands while preserving the underlying Hadamard structure, giving a deterministic multiscale encoding with a better-conditioned feature Gram matrix on fractal or highly clustered coordinates.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: Spectral eigenvalue set of self-similar measures associated with product-form Hadamard triples arXiv:2607.15743
Unverified 2026

LU-Preconditioned Orthogonal Weight Retraction

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
Paper: RCLUPPr: a new randomized CholeskyQR with LU preconditioning arXiv:2607.15561
Unverified 2026

Defect-Localized Cycle Positional Encoding

Use the isolated positive spectral mode created by a finite branch defect on an otherwise long cycle as a graph positional feature. The feature should concentrate around structurally unusual vertices while remaining insensitive to the total cycle length, providing a principled alternative to raw Laplacian eigenvectors for cycle-with-branch graphs.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Discrete Einstein metrics on unicyclic graphs arXiv:2607.14748
Unverified 2026

Signed Block-Aggregation Attention

Replace a dense or irregular binary interaction matrix in a value-aggregation layer with a signed sum of blocky masks. Each blocky mask groups a set of query rows with a disjoint set of key columns, allowing all queries in a group to reuse one summed value vector. This is most suitable for linear attention, graph message passing, or any layer where the interaction matrix is applied directly to values rather than passed through a row-wise softmax.

Useful5/10
Difficulty7/10
Novelty7/10
Paper: A characterization of idempotent Schur multipliers arXiv:2607.14316
Unverified 2026

Descent-Set Shuffle Composition

Represent each sequence chunk by a distribution over local descent-set patterns, then compose two chunks using the shuffle-algebra product rather than concatenating their embeddings alone. The module explicitly models how local order statistics change under interleaving, providing an inductive bias for event streams, code tokens, time-series segments, or mixtures of independently generated sequences.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Shuffle-compatibility for combinatorial statistics on words, parking functions, and set partitions arXiv:2607.14255
Unverified 2026

Polar-Gauge SPD Feature Layer

Replace a locally oriented three-channel feature frame by its positive-definite polar factor, removing arbitrary SO(3) basis rotations before the feature enters an MLP, attention block, or graph message-passing layer. Process the resulting SPD matrix in log coordinates so the downstream network receives a globally unconstrained symmetric representation rather than a gauge-dependent frame.

Useful5/10
Difficulty4/10
Novelty5/10
Paper: A Self-Dual Frame Formalism of the SO(3) Yang-Mills Theory arXiv:2607.14204
Unverified 2026

Additive-energy sparse offset design

Learn or select sparse cyclic convolution or relative-attention offsets whose pairwise differences collide less often modulo the sequence length. The paper's Fourier fourth-power identity turns this combinatorial objective into an FFT-computable differentiable loss, enabling fixed-K sparse patterns with lower aliasing and interference than random offsets.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Spectral and Additive Combinatorial Methods for Cycles and Absorbing Sets in Lifted-Product Quantum LDPC Codes arXiv:2607.13666
Unverified 2026

Main-Krylov Structural Encoder

Add a structural positional channel formed from the Krylov sequence generated by the graph adjacency matrix and the all-ones vector. For graphs with k main eigenvalues, this sequence has rank k, so a GNN can retain all information obtainable from global walk counts using only k node features rather than storing many adjacency powers.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Trees with exactly three main eigenvalues arXiv:2607.13577
Unverified 2026

Jordan-Isometric Matrix Layer

Replace an unconstrained linear map on matrix-valued features by an exact operator-norm isometry assembled from parallel copies of X and its transpose. Contractive compression matrices and unitary basis changes allow a wider family than ordinary orthogonal layers, while a contractive remainder can increase output width without increasing the layer's spectral norm.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Isometries between C$^*$-algebras with finite corank arXiv:2607.13367
Unverified 2026

Geometric observability gating

Build a graph diffusion or neural-operator encoder whose sparse-observation loss is weighted according to graph distance from the observed nodes. For early diffusion times, suppress supervision or cross-attention demands that are geometrically impossible because signals at distance \(d\) are attenuated like \(e^{-d^2/(2t)}\); gradually release those constraints as diffusion time grows.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Optimal geometric barriers for weighted observability of heat semigroups on metric measure spaces arXiv:2607.13279
Unverified 2026

Completely-positive bilinear covariance layer

Replace an unconstrained bilinear matrix fusion or covariance head with \(\Phi(A,B)=\sum_{r=1}^R V_r^*(A\otimes B)V_r\). The output is PSD by construction, and the stronger block-level property makes the layer compatible with minibatches, mixtures, and Gram-matrix inputs rather than merely preserving positivity pointwise.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Completely Positive Matrix Products arXiv:2607.13251
Unverified 2026

Branching-Fanout Sparse MoE

Replace a fixed top-k expert count with a stochastic, token-specific fanout generated by a supercritical binary branching process stopped at a geometric time. The resulting number of active experts has finite mean but a power-law tail with log-periodic modulation, allowing most tokens to use little compute while reserving larger computation for difficult or ambiguous tokens.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Power-law and log-periodic degree tails for a family of probability generating function equations arising in evolving networks arXiv:2607.12564
Unverified 2026

Monadic Bar Refinement Network

Construct a shared latent transformation as a neural monad-like operator Γ=Ω∘Σ, and expose its iterates Γ^{q+1}Y as a refinement trajectory rather than stacking unrelated layers. Aggregate the resulting representations with a learned or fixed realization weighting, while training an algebra-action map θ:ΓY→Y to make one-step refinement compatible with the original representation. This creates a shallow-parameter, arbitrarily deep computation path with explicit compositional…

Useful5/10
Difficulty6/10
Novelty6/10
Paper: The homotopical monadicity theorem arXiv:2607.12124
Unverified 2026

Potential-Steered Observable Wave Layer

Replace homogeneous feature propagation with a discretized wave equation containing a positive, spatially varying learnable potential. The potential changes Hamiltonian trajectories so that feature energy reaches the layer's readout or sensor region instead of remaining in dynamically hidden modes. Train the potential jointly with the task objective and an empirical observability penalty.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Uniform controllability for the wave equation with large potential arXiv:2607.11702
Unverified 2026

Cyclotomic-Quotient Phase Embedding

Build a deterministic complex-valued embedding for discrete IDs by evaluating finite-field polynomials through an additive character, but learn coefficients only for one representative of each Frobenius or cyclotomic orbit. The quotient removes parameters that generate exactly the same feature function after the trace map, avoiding flat optimization directions and reducing the size of the embedding layer.

Useful5/10
Difficulty6/10
Novelty9/10
Paper: Exact Cardinality And Nonredundant Parametrization Of Character-Polynomial Codes arXiv:2607.11595
Unverified 2026

Heterogeneity-Preserving Router Coarse-Graining

Use the paper's finite-habitat approximation as a warning and design principle: averaging token- or state-dependent routing environments can reduce the persistence of specialized subnetworks. Partition inputs into environments, estimate environment-specific interaction kernels, and retain the heterogeneity that produces positive invasion margins instead of replacing it with one global average.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Metacommunity persistence on spatially heterogeneous landscapes arXiv:2607.11291