From Wide to Deep: Dimension Lifting Network for Parameter-efficient Knowledge Graph Embedding
Borui Cai, Yong Xiang, Longxiang Gao, Di Wu, He Zhang, Jiong Jin, Tom, Luan

TL;DR
This paper introduces a dimension lifting network (LiftNet) that enables narrower, deeper entity embeddings in knowledge graph models, significantly reducing parameters while maintaining high prediction accuracy.
Contribution
The paper proposes a novel multi-layer dimension lifting network (LiftNet) to improve parameter efficiency in knowledge graph embedding models by replacing wide embeddings with deeper, narrower networks.
Findings
Achieves comparable accuracy with 16-dimensional embeddings versus 512-dimensional.
Reduces model parameters by up to 96.9%.
Applicable to multiple existing KGE methods.
Abstract
Knowledge graph embedding (KGE) that maps entities and relations into vector representations is essential for downstream applications. Conventional KGE methods require high-dimensional representations to learn the complex structure of knowledge graph, but lead to oversized model parameters. Recent advances reduce parameters by low-dimensional entity representations, while developing techniques (e.g., knowledge distillation or reinvented representation forms) to compensate for reduced dimension. However, such operations introduce complicated computations and model designs that may not benefit large knowledge graphs. To seek a simple strategy to improve the parameter efficiency of conventional KGE models, we take inspiration from that deeper neural networks require exponentially fewer parameters to achieve expressiveness comparable to wider networks for compositional structures. We view…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Artificial Intelligence in Healthcare
MethodsKnowledge Distillation · TransE
