Knowledge Graph Completion with Mixed Geometry Tensor Factorization
Viacheslav Yusupov, Maxim Rakhuba, Evgeny Frolov
TL;DR
This work introduces MIG-TF, a parameter-efficient mixed-geometry tensor factorization for knowledge graph completion that couples a pretrained Euclidean Tucker model with a low-parameter hyperbolic interaction term based on Lorentz geometry. The hyperbolic component is implemented via a differentiable tetrahedron-inspired score, while the Euclidean core remains fixed, resulting in a sum of Euclidean and hyperbolic contributions to the link-prediction score. Empirically, MIG-TF achieves state-of-the-art results on FB15k-237, YAGO3-10, and WN18RR with significantly fewer parameters than competing models, and shows robustness to noise and favorable performance on non-hierarchical graph structures. The framework highlights the benefits of combining Euclidean and hyperbolic representations, with opportunities for future extensions to spherical geometry and related optimizations.
Abstract
In this paper, we propose a new geometric approach for knowledge graph completion via low rank tensor approximation. We augment a pretrained and well-established Euclidean model based on a Tucker tensor decomposition with a novel hyperbolic interaction term. This correction enables more nuanced capturing of distributional properties in data better aligned with real-world knowledge graphs. By combining two geometries together, our approach improves expressivity of the resulting model achieving new state-of-the-art link prediction accuracy with a significantly lower number of parameters compared to the previous Euclidean and hyperbolic models.
