Math: Geometry

Machine-learning ideas tagged Geometry in the Math taxonomy of the Math2NN corpus.

646 ideas found

Unverified 2026

Inverse-Eigenvector Tight-Frame Codebook

Construct a finite neural prototype dictionary from solutions of Mα = α⁻¹, where the inverse is coordinatewise, and assign positive weights so the dictionary obeys the isotropy identity Σᵢ cᵢαᵢαᵢᵀ = I. Use the resulting frame as the initialization or fixed geometry for embedding prototypes, attention directions, or MoE router experts instead of initializing those vectors independently. The isotropy guarantee should reduce directional collapse and make early optimization…

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Isotropic Decompositions via Inverse Eigenvectors arXiv:2607.26048
Unverified 2026

Reduced-Green discrepancy regularizer

Regularize a set of learned neural representations by the Green-kernel energy of their signed discrepancy from a target background distribution. Unlike a standard pairwise repulsion term, the regularizer penalizes both over-concentration and under-coverage relative to the prescribed density, and an indefinite kernel can encode attractive as well as repulsive interactions.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: An indefinite Coulomb interaction from the Steklov spectrum of perforated manifolds arXiv:2607.25211
Unverified 2026

Grazing-aware kinetic boundary loss

For a neural approximation $f_\theta(x,v)$ of a kinetic transport solution, weight boundary-condition errors by the trace measure induced by the transport field rather than sampling or penalizing all phase-boundary points uniformly. Use $\omega_p(a)=\min\{|a|,|a|^p\}$ with $a=v\cdot n(x)$; $p=1$ is the natural flux weight, while larger $p$ suppresses poorly resolved grazing interactions more aggressively and can be selected from the boundary regularity.

Useful5/10
Difficulty3/10
Novelty7/10
Paper: Sharp kinetic trace theory arXiv:2607.24708
Unverified 2026

Polynomial Tube Regularizer

Regularize a two-dimensional latent class support or decision-boundary projection by requiring its measured small-radius tube area to follow the quadratic law predicted for conic geometry. Penalize the fitted linear and quadratic coefficients only weakly, but strongly penalize nonquadratic residuals and rapidly changing coefficients across training checkpoints. The intended effect is to remove cusps, tangential near-contacts, and narrow gaps without directly imposing smoothness on the network…

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Conic reach and polynomial parallel volume in the plane arXiv:2607.24487
Unverified 2026

Visible-Time Drift Training

Train a neural drift model for a partially observed diffusion using only increments accumulated at times when the latent process is visible, while feeding the projected observation as the state input. The projection may create boundary finite-variation artifacts, but the paper's visible-time identity implies that these artifacts do not bias stochastic estimating equations restricted by the visibility indicator.

Useful5/10
Difficulty3/10
Novelty7/10
Paper: Nonparametric Drift Estimation for Multidimensional Stochastic Differential Equations under Censoring arXiv:2607.24088
Unverified 2026

Sharp Curl-Helicity Regularizer

Add a scale-invariant inequality penalty to a neural vector-potential model on a discretized round 3-sphere. The penalty enforces the theorem's sharp lower bound between the L^{3/2} norm of the predicted magnetic field B=curl A and its helicity H=<B,A>, discouraging pathological high-frequency or spatially concentrated fields that fit observations but have implausible geometry. A divergence-free gauge and Killing-form initialization make the constraint numerically well-conditioned.

Useful5/10
Difficulty5/10
Novelty9/10
Paper: The sharp curl-Sobolev inequality arXiv:2607.23827
Unverified 2026

Sequence-Distortion Hidden-State Regularizer

Regularize the hidden-state trajectory of a sequence model so that the distance between states at positions i and j follows a controlled power-law profile in |i-j|. This explicitly prevents representation collapse over long contexts while avoiding the requirement that all distant states be maximally separated. Use alpha as a tunable geometry parameter and compare alpha against the effective hidden dimension using the paper's Euclidean realizability threshold.

Useful5/10
Difficulty3/10
Novelty6/10
Paper: Sequence distortion for metric spaces arXiv:2607.23713
Unverified 2026

Central-Moment Feature Mixer

Replace raw polynomial interactions between neighboring feature vectors with central polynomial interactions computed after subtracting the local feature mean. Keep separate second-, third-, and fourth-order channels and apply independent residual gates to them, so a uniform shift of every feature in a neighborhood cannot create artificial cross-order responses. This is a drop-in higher-order mixer for a small transformer or graph neural network.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Central-Hermite Sensing and Collision for Frame-Robust Order-Resolved Relaxation on D3Q125 arXiv:2607.23629
Unverified 2026

Sharp thin-shell representation regularizer

Add a radial-fluctuation penalty to a feature layer after explicitly centering and whitening its activations across the minibatch. The paper supplies an interpretable threshold, eight times the feature dimension, for the variance of squared feature norms. The penalty activates only when empirical radial variance exceeds that threshold, avoiding unnecessary pressure toward constant-norm representations.

Useful5/10
Difficulty5/10
Novelty6/10
Paper: Digesting the proof of the sharp thin-shell inequality arXiv:2607.23307
Unverified 2026

Autonomous-Limit Quotient for Time-Varying RNNs

Treat each recurrent update or inference block as a time-dependent map F_n and regularize it toward a limiting autonomous map F whose long-horizon dynamics are easier to analyze. In addition to penalizing one-step map differences, impose a quotient-consistency loss so that pairs of hidden states that are asymptotically indistinguishable under F remain indistinguishable under every time-dependent generator F_n.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Proximal Relations and Maximal Equicontinuous Factors for Non-autonomous Dynamical Systems arXiv:2607.22849
Unverified 2026

Orthogonal symmetric pair embedding

For every unordered pair of scalar features, construct invariant coordinates from the elementary symmetric quantities s=x+y and q=xy, then feed a truncated orthogonalized polynomial basis in (s,q) to the neural network. Estimate the basis by weighted Gram-Schmidt or Cholesky whitening under the paper's triangle weight, so polynomial channels have low redundancy and controlled scale instead of requiring an unconstrained MLP to learn both symmetry and decorrelation.

Useful5/10
Difficulty3/10
Novelty7/10
Paper: Symmetric Jacobi Polynomials on a Triangle and Their Spectral Algebra arXiv:2607.22751
Unverified 2026

Gap-Graded Neural Collocation

Replace uniform PINN or neural-operator collocation by a graded point distribution concentrated in narrow regions between nearly touching interfaces. Use the paper's distance-dependent mesh scale to determine point spacing, and switch to a gap-dependent minimum scale when the separation becomes too small for the global mesh.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: High-order finite element method for perfect conductivity and linear elasticity with nearly touching inclusions arXiv:2607.22128
Unverified 2026

Geodesic curvature regularization for hidden trajectories

Represent a sequence of hidden states as points on a Riemannian sphere and penalize discrete geodesic curvature rather than merely penalizing adjacent-state differences. The regularizer discourages sharp bends in representation trajectories while remaining comparatively insensitive to uniform traversal speed, making it suitable for transformer depth trajectories or diffusion denoising paths.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: Weak elastic energy of rectifiable curves in Riemannian surfaces arXiv:2607.21056
Unverified 2026

Reach-Calibrated Topology Tokens

Add a finite-resolution geometric code to a 3D neural encoder: quantized lattice occupancy, local barycenters, and tangent directions are converted into structural tokens alongside ordinary point or mesh features. Choose lattice spacing from estimated local reach so that small perturbations do not change the code, and train the continuous encoder to agree with this discrete structural representation.

Useful5/10
Difficulty5/10
Novelty7/10
Paper: A Geometric Finiteness Theory for Essential Surfaces in Knot Exteriors arXiv:2607.20844
Unverified 2026

Three-Class Fuzzy Multi-Loss Scalarizer

Replace a fixed weighted sum of normalized neural-network objectives with a differentiable fuzzy scalarizer that assigns every criterion to desirable, tolerable, and undesirable regions. Explicit output consequents turn these semantic classes into a scalar training loss, while localized memberships reduce flat plateaus and make the optimizer distinguish genuine preference minima from arbitrary ties.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: Rule-Induced Behavior of Fuzzy Scalar Objective Functions for Reliable Multi-Criteria Decision Making arXiv:2607.20731
Unverified 2026

Web-Constrained Product Flow

Add an invertible two-dimensional flow block whose Jacobian and coordinate outputs are explicitly regularized to preserve independence of several prescribed product distributions. Instead of estimating independence only from samples, enforce the change-of-variables functional equation for multiple density probes, encouraging the learned map to belong to a low-dimensional family of independence-preserving transformations.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: The Independence-Preserving Property and Planar Web Geometry arXiv:2607.20646
Unverified 2026

Non-crossing d-arc sparse attention

Represent sequence positions as vertices on a circle and use a maximal family of mutually non-crossing d-arcs to define the allowed attention interactions. Rotate the family by d positions, or use several phase-shifted families across successive layers, so each layer has only O(N) edges but repeated layers propagate information over long distances. The geometric compatibility rule replaces arbitrary local-window or hand-designed sparse masks with a structured family whose maximality gives broad…

Useful5/10
Difficulty4/10
Novelty7/10
Paper: Higher cluster tilting objects in locally finite triangulated categories arXiv:2607.19916
Unverified 2026

Positive Grassmannian subset head

Replace independent logits for all d-subsets with a neural head that outputs a d-by-n matrix A and assigns subset weight x_I=det(A_{:,I}). After normalization, these minors define a probability distribution over subsets. The head imposes a strong algebraic coupling between subset probabilities, reducing parameters and potentially improving extrapolation to rarely observed subsets.

Useful5/10
Difficulty6/10
Novelty6/10
Paper: Maximum Likelihood Estimation on the Grassmannian of Lines arXiv:2607.19593
Unverified 2026

Stable Curl-Sobolev Feature Regularization

Add a curl-Sobolev quotient to a 3D neural network whose intermediate features are vector fields or discrete 1-forms. The regularizer rewards features with strong curl-helicity relative to their L^{2n/(n+1)} curl energy, while an explicit Hodge projection removes exact-form components that lie in the curl kernel. In three dimensions this is a differentiable, gauge-aware alternative to simply penalizing feature gradients.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: On the sharp constants in curl-Sobolev inequalities on $\mathbb{S}^n$ arXiv:2607.19091
Unverified 2026

Fourier Anti-Concentration Regularizer

Add a Fourier-domain anti-concentration penalty to normalized embeddings or latent codes. For random one-dimensional projections, penalize empirical characteristic functions that exceed a power-law envelope whose exponent is determined by the estimated effective fractal dimension, discouraging collapsed, lattice-like, or overly periodic representations.

Useful5/10
Difficulty4/10
Novelty8/10
Paper: Quantitative Fourier decay for Patterson-Sullivan measures of dimension larger than $1/2$ arXiv:2607.18010
Unverified 2026

Curvature-Certified Frank–Wolfe Routing

Replace an unconstrained simplex router or differentiable mixture layer with a resource-cost-aware router whose learned costs satisfy the paper's monotonicity curvature condition. Use a Euclidean-regularized Frank–Wolfe oracle to update routing probabilities, which should reduce cycling and sensitivity when several examples or agents compete for the same experts.

Useful5/10
Difficulty5/10
Novelty5/10
Paper: Monotonicity and Frank-Wolfe Dynamics in Atomic Splittable Congestion Games arXiv:2607.17684
Unverified 2026

Worst-pair hyperedge smoothness

Add a hypergraph p-Laplacian penalty to hidden representations of samples or tokens grouped by a known relation, such as augmentations of one image, mentions of one entity, or tokens in one retrieved semantic cluster. Unlike mean pairwise smoothing, the penalty targets the maximum weighted discrepancy within each hyperedge, preventing a single representation from becoming an outlier while allowing moderate variation among the remaining members.

Useful5/10
Difficulty4/10
Novelty6/10
Paper: An operator-splitting algorithm for the hypergraph $p$-Laplacian with applications to missing data recovery arXiv:2607.17606
Unverified 2026

Intrinsic-Volume Router Regularizer

Represent each bias-free hard MoE routing region as a polyhedral cone in router feature space and regularize its estimated conic intrinsic-volume sequence. The penalty enforces the paper's strengthened log-concavity inequality, preventing routing regions from having implausible concentration at isolated face dimensions and potentially reducing unstable expert starvation.

Useful5/10
Difficulty6/10
Novelty8/10
Paper: Log-Concavity of Conic Intrinsic Volumes arXiv:2607.17278
Unverified 2026

Hadamard Flux Loss for Neural Free Boundaries

Use the paper's boundary Hadamard formula as a sensitivity-weighted interface objective for a neural potential and a neural implicit domain. Boundary points with large outward normal flux receive larger shape-update weight, while the positive mixed Monge–Ampère boundary measure supplies a geometry-aware quadrature weight. This gives a mathematically motivated alternative to uniformly weighted boundary residuals in neural free-boundary and obstacle-problem solvers.

Useful5/10
Difficulty6/10
Novelty7/10
Paper: A Hadamard Formula for Equilibrium Envelopes under Parallel Deformation arXiv:2607.17187