Maximum Likelihood Estimation on the Grassmannian of Lines

arXiv:2607.19593 2026 Architecture 1 ideas extracted · analyzed Aug 30, 2026

What the math gives to ML

The paper treats positive Grassmannian points as normalized probability distributions over d-subsets, with probabilities given by positive Plücker coordinates. The transferable asset is a structured output layer whose probabilities are not independent categorical logits: they are maximal minors of a low-dimensional matrix and therefore obey decomposability and positivity constraints. This can replace an O(binomial(n,d))-parameter subset classifier with an O(dn)-parameter differentiable head, while preserving a valid distribution over subsets. The most practical experiment is a Grassmannian subset-prediction head trained by likelihood and compared against an unconstrained softmax and a standard low-rank subset model.

Ideas from this paper

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