Architecture ideas

Research ideas extracted from mathematics papers, categorized as Architecture.

Unverified 2026

Seven-Factor Stochastic Transition Layer

Parameterize a learned 3-state transition operator as a product of at most seven elementary row-stochastic matrices rather than learning its nine entries independently. Each factor performs one convex pull-in of row i toward row j, so every intermediate and final matrix remains row-stochastic and the layer has a sparse, bounded-depth interpretation.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Bang--bang representation of $3\times 3$ embeddable stochastic matrices arXiv:2608.08242
Unverified 2026

Monotone Hardy Mixer

Replace a learned causal mixing profile by a monotone profile followed by a prefix-average Hardy mixer. The monotonicity constraint makes the mixer provably non-degenerate in the BMO sense: localized variation in the profile cannot be reduced below a calibrated factor by prefix averaging. This is a cheap alternative to dense causal attention for tasks where importance or state profiles are expected to decay along sequence position.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: The sharp reverse Hardy inequality in BMO for nonincreasing functions arXiv:2608.08093
Unverified 2026

Rank-Collapse Quadratic Token Router

Replace independent token scores with a query-conditioned positive-semidefinite low-rank quadratic score over a fixed-size selected subset. Repeatedly convert the quadratic objective into a linear exposure vector and apply a cheap top-k oracle, allowing the selector to model joint token interactions without constructing an n-by-n attention matrix. The margin between the current low-dimensional shadow and alternatives provides a practical confidence or early-stopping signal.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: The Rank-Collapse Principle for Quadratic Optimization arXiv:2608.07828
Unverified 2026

Sidon pair encoding

Assign each of K entity or token types an integer code from a B_{2,\Delta}-set A, so every unordered pair {i,j} produces a unique and margin-separated scalar code a_i+a_j. Use this code as a compact symmetric pair feature for graph edges, attention biases, or pairwise relation MLPs, avoiding collisions that occur when ordinary low-dimensional additive encodings are quantized or hashed.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Sidon sets with $Δ$-separated sumsets in additive number theory arXiv:2608.07416
Unverified 2026

Adaptive Lambda-Quantile Prediction Head

Replace a fixed quantile output with a Lambda-quantile head that receives a predictive sample set and applies a learned value-dependent threshold \(\Lambda(x)\). Unlike ordinary quantile regression, the model can use a low threshold in one value range and a high threshold in another, which is useful when error costs or calibration requirements vary across the output domain. Start with a piecewise-constant or monotone spline parameterization, then test whether allowing controlled…

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Lambda-quantiles under the microscope arXiv:2608.07122
Unverified 2026

Vacancy-preserving collision-free router

Build a differentiable assignment layer whose rows represent tokens and whose columns represent experts, memory slots, or attention slots. Each row has unit probability mass, but no column receives positive mass from two rows; maintaining at least one vacant column makes assignments continuously deformable through elementary vacancy moves instead of abrupt softmax switches.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: Tilings, packings, and the existence of Schwartz-class Gabor windows arXiv:2608.06679
Unverified 2026

Squarefree Cycle Positional Encoding

Augment every graph node with weighted participation in simple cycles of lengths 3 through K, computed using the paper's squarefree trace construction. Feed these features into a graph transformer or message-passing network so nodes with identical local degrees and ordinary spectral statistics can still be distinguished by their exact loop environment.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Squarefree Matrix Formulas for the CWR Invariant of Alternating Knots and Links arXiv:2608.06372
Unverified 2026

Simultaneous-Label Sparse Attention

Replace a dense attention pattern by the exact intersection of a fixed or cheaply computed base graph H and a learned shared-label relation. Two tokens can exchange information only when they are adjacent in H and share at least one of d labels, producing a controllable structured sparsity pattern. The label count d becomes an explicit capacity and compute knob: increasing d enlarges the relation vocabulary without requiring a dense pairwise mask.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: Simultaneous Graph Parameters and How to Bound Them arXiv:2608.06055
Unverified 2026

Square-Root Boundary-Temperature Attention

Add a measurement-conditioned attention layer with two explicitly separated fields: a geometry-only inverse-temperature profile that controls interaction strength and an outcome-dependent chemical-potential bias. For a region bounded by coordinates a and b, force the interaction gate to vanish as the square root of the distance from either boundary, while allowing a separate potential channel to encode measured values.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Measurement-induced entanglement Hamiltonian arXiv:2608.06006
Unverified 2026

Fuzzy permutation attention

Replace part of an attention matrix with a mixture of fuzzy permutation matrices induced by short permutations. Each basis element represents an order-preserving k-token matching smeared over all embeddings into the sequence, while a balancing constraint makes the aggregate attention receive uniform global coverage. Retain a standard low-rank or local-attention residual so the structured branch does not prevent arbitrary content-dependent interactions.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Fuzzy latin squares and balanced permutation pattern statistics arXiv:2608.05335
Unverified 2026

Chain-Compatible Differential Pooling

Treat learned features on a mesh as differential forms and pool them against oriented chains using wedge or cap products instead of ordinary coordinate averaging. Couple forward and boundary features with the signed chain differential so that pooling commutes with differentiation, preserving local conservation and orientation information.

Useful5/10
Difficulty5/10
Novelty8/10
Paper: Differential Homology arXiv:2608.05048
Unverified 2026

Frame-safe totally-positive front-end

Replace the first learned one-dimensional convolution or STFT-like feature extractor with a differentiable bank of time-frequency shifts of a totally positive window. Parameterize the temporal spacing \(\alpha\) and frequency spacing \(\beta\) so that \(\alpha\beta<1\) is always satisfied, giving a mathematically certified oversampled representation instead of an arbitrarily subsampled filterbank.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Gabor Frames of Totally Positive Functions: A Complete Characterization arXiv:2608.04992
Unverified 2026

WKB-Stokes Sparse Mixer

Replace a dense channel-mixing matrix in a sequence layer with alternating diagonal propagation and sparse unipotent Stokes jumps. The diagonal part carries independently controlled exponential phases, while the unipotent factors implement cheap residual-like mode conversion without changing determinant or requiring a dense matrix multiply. Constrain the phase magnitudes and jump coefficients during training to obtain a reversible, norm-monitorable mixer.

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Holonomy Asymptotics along Quartic Differential Rays arXiv:2608.04729
Unverified 2026

Schur-Complement Barrier Message Passing

Add a small number of latent region-offset variables to a graph or token-mixing layer, interpreting selected edges as low-permeability barriers that suppress cross-region information flow. Eliminate the latent variables analytically, yielding a visible-node update with a structured low-rank correction rather than adding persistent hidden node states. The module is intended to preserve within-cluster propagation while preventing oversmoothing or contamination across learned boundaries.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: An unfitted finite element discrete fracture model for low-permeability barriers via local stiffness matrix modification arXiv:2608.04431
Unverified 2026

Unitary-dilated stochastic router

Replace a softmax transition or mixture-of-experts router by probabilities obtained from squared amplitudes of an isometric latent transition. Each input state is mapped to an orthogonal latent subspace, and summing probability over the latent index produces the desired expert or next-state distribution. The latent amplitudes can retain information that would be destroyed by directly averaging expert outputs, while normalization is guaranteed by construction.

Useful5/10
Difficulty6/10
Novelty5/10
Paper: The Born Representation Theorem and the Unistochastic Theorem arXiv:2608.04354
Unverified 2026

Trace-Free Hodge Feature Mixer

Build a parameter-free spectral channel mixer whose channels are arranged as components of an l-form and whose multiplier is the trace-free Beurling--Ahlfors transform. At every nonzero spatial frequency it mixes the exact and coexact channel subspaces with opposite signs, preventing a uniform channel-direction bias and preserving a structured cancellation property. Insert it as a residual branch before a convolution, MLP, or attention block, with one learned scalar gate controlling its…

Useful5/10
Difficulty6/10
Novelty8/10
Paper: The trace-free Beurling--Ahlfors transform and the Bourgain--Brezis problem for Hodge systems arXiv:2608.04237
Unverified 2026

Repair-cost detector for incompatible similarity predictions

Use the paper's lower bound on nearest-correlation repair cost to detect when a neural network's pairwise similarity predictions contain too much globally incompatible off-diagonal energy. Instead of projecting every predicted matrix onto the correlation cone, train the network to reduce the repair-risk statistic or trigger expensive repair only when a cheap diagnostic predicts substantial distortion.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Correlation Matrices in High Dimensions: The Elliptope as a Sample-Correlation Ensemble arXiv:2608.04162
Unverified 2026

Entropy-Minimum POVM Router

Replace a scalar softmax classifier or MoE router with a positive-operator-valued measurement computed from learned class or expert density matrices. The resulting operators are positive semidefinite and sum exactly to the identity, so routing probabilities remain normalized for every input state while retaining matrix-valued uncertainty and correlations between latent directions.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Unifying quantum measurement constructions via a relative-entropy minimum change principle arXiv:2608.04055
Unverified 2026

Type-B fermionic equivariant layer

Represent each of n signed tokens with two or more anticommuting feature channels and build equivariant outputs from exterior products rather than unconstrained tensor products. Penalize or project out positive-degree signed-permutation invariants, approximating the coinvariant quotient so that the layer retains order-sensitive orientation information without learning redundant invariant directions.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Type $B$ fermionic coinvariant rings arXiv:2608.02881
Unverified 2026

Topology-Guided Capacity Allocation

Use the layer at which persistent connected components and holes disappear to allocate capacity nonuniformly across a network. If representations simplify much earlier than desired, widen the responsible layers or insert an additional block; if simplification is excessively delayed, avoid spending parameters there. This turns persistent-homology COM into an actionable architecture-search signal rather than a post-hoc visualization.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Topological Simplification in Predictive Coding Networks arXiv:2608.02816
Unverified 2026

Cocycle-Twisted Attention

Attach each token or graph node a discrete grade a in a finite group A, and modify attention value composition with a normalized group 2-cocycle rather than independent pairwise gates. The cocycle provides a globally consistent projective interaction rule, so composing three messages gives the same result under either parenthesization. This may improve relational reasoning while reducing the number of freely learned interaction parameters.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Zesting and the relative complexity of Reshetikhin-Turaev invariants arXiv:2608.02795
Unverified 2026

Injective Boundary-Aware Disk Pooling

Replace fixed-radius image blur or pooling with disk averages whose radius is proportional to the distance from each pixel to the image boundary. Compute the transform at every spatial location and train a lightweight decoder to reconstruct the pre-transform feature map, using reconstruction error as an anti-collapse regularizer. This creates a scale-adaptive smoothing layer with an injectivity motivation in the continuum while providing larger context in the image interior.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Variable-Radius Disk Transforms and an Area-Integral Problem of Zalcman arXiv:2608.02546
Unverified 2026

Tempered Log-Memory State Mixer

Replace or augment an exponential state-space memory branch with a causal convolution whose lag-j weight is exp(-lambda j) ell(j)/j. The 1/j boundary provides broad logarithmic memory, while lambda supplies an explicit finite memory scale and prevents uncontrolled accumulation from an untempered long-memory kernel.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Limit Theorems for Tempered Linear Processes with Innovations in the Domain of Attraction of a Stable Law arXiv:2608.01674
Unverified 2026

Holonomy-preserving quad-mesh augmentation

Use the paper's explicit square insertion surgery to generate new quad-mesh examples with altered local valence patterns but unchanged genus, unchanged non-target vertices, and unchanged rotational-holonomy subgroup. Train a mesh GNN with consistency loss or label-preserving augmentation across the original and surgically modified meshes, forcing predictions to depend on global structure rather than accidental local tessellation.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: Which Holonomy Signatures Are Realizable? A Complete Answer for Closed Surfaces arXiv:2608.01444