Tree-Preconditioned Differentiable Optimization and Axioms as Layers
Yuexin Liao
TL;DR
The paper addresses enforcing economic rationality via differentiable optimization by embedding Random Utility Model (RUM) axioms as a layer inside neural networks. It develops a hyperplane-based reformulation that converts the NP-hard RUM projection into a large but tractable quadratic program, solvable with a novel Tree-Preconditioned Interior Point Method that yields strong spectral whitening. Axioms-as-Layers are realized by differentiating through the solver using the Implicit Function Theorem, with the gradient computed through a shared SPD system, enabling end-to-end training that is provably rational. Empirical results demonstrate efficient convergence, numerical stability under extreme conditioning, and improved generalization in low-data regimes, illustrating a scalable path toward axiom-informed neuro-symbolic AI.
Abstract
This paper introduces a differentiable framework that embeds the axiomatic structure of Random Utility Models (RUM) directly into deep neural networks. Although projecting empirical choice data onto the RUM polytope is NP-hard in general, we uncover an isomorphism between RUM consistency and flow conservation on the Boolean lattice. Leveraging this combinatorial structure, we derive a novel Tree-Preconditioned Conjugate Gradient solver. By exploiting the spanning tree of the constraint graph, our preconditioner effectively "whitens" the ill-conditioned Hessian spectrum induced by the Interior Point Method barrier, achieving superlinear convergence and scaling to problem sizes previously deemed unsolvable. We further formulate the projection as a differentiable layer via the Implicit Function Theorem, where the exact Jacobian propagates geometric constraints during backpropagation. Empirical results demonstrate that this "Axioms-as-Layers" paradigm eliminates the structural overfitting inherent in penalty-based methods, enabling models that are jointly trainable, provably rational, and capable of generalizing from sparse data regimes where standard approximations fail.
