paper-with-me

Papers

Kronecker Decomposition for Knowledge Graph Embeddings

2022-05-13 · Caglar Demir, Julian Lienen, Axel-Cyrille Ngonga Ngomo

Knowledge graph embedding research has mainly focused on learning continuous representations of entities and relations tailored towards the link prediction problem. Recent results indicate an ever increasing predictive ability of current approaches on benchmark datasets. However, this effectiveness often comes with the cost of over-parameterization and increased computationally complexity. The former induces extensive hyperparameter optimization to mitigate malicious overfitting. The latter magnifies the importance of winning the hardware lottery. Here, we investigate a remedy for the first problem. We propose a technique based on Kronecker decomposition to reduce the number of parameters in a knowledge graph embedding model, while retaining its expressiveness. Through Kronecker decomposition, large embedding matrices are split into smaller embedding matrices during the training process. Hence, embeddings of knowledge graphs are not plainly retrieved but reconstructed on the fly. The decomposition ensures that elementwise interactions between three embedding vectors are extended with interactions within each embedding vector. This implicitly reduces redundancy in embedding vectors and encourages feature reuse. To quantify the impact of applying Kronecker decomposition on embedding matrices, we conduct a series of experiments on benchmark datasets. Our experiments suggest that applying Kronecker decomposition on embedding matrices leads to an improved parameter efficiency on all benchmark datasets. Moreover, empirical evidence suggests that reconstructed embeddings entail robustness against noise in the input knowledge graph. To foster reproducible research, we provide an open-source implementation of our approach, including training and evaluation scripts as well as pre-trained models in our knowledge graph embedding framework (https://github.com/dice-group/dice-embeddings).

📄 PDF Abstract BibTeX arXiv:2205.06560

Code (1)

dice-group/dice-embeddings 공식 구현 pytorch

Tasks

Graph EmbeddingHyperparameter OptimizationKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

KroneckerBERT: Learning Kronecker Decomposition for Pre-trained Language Models via Knowledge Distillation

2021-09-13 · Marzieh S. Tahaei, Ella Charlaix, Vahid Partovi Nia, Ali Ghodsi 외

The development of over-parameterized pre-trained language models has made a significant contribution toward the success of natural language processing. While over-parameterization of these models is the key to their gen…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

KroneckerBERT: Significant Compression of Pre-trained Language Models Through Kronecker Decomposition and Knowledge Distillation

2022-07-01 · NAACL 2022 7 · Marzieh Tahaei, Ella Charlaix, Vahid Nia, Ali Ghodsi 외

The development of over-parameterized pre-trained language models has made a significant contribution toward the success of natural language processing. While over-parameterization of these models is the key to their gen…

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

Autoregressive Identification of Kronecker Graphical Models

2020-04-29 · Mattia Zorzi

We address the problem to estimate a Kronecker graphical model corresponding to an autoregressive Gaussian stochastic process. The latter is completely described by the power spectral density function whose inverse has s…

EiGLasso for Scalable Sparse Kronecker-Sum Inverse Covariance Estimation

2021-05-20 · Jun Ho Yoon, Seyoung Kim

In many real-world problems, complex dependencies are present both among samples and among features. The Kronecker sum or the Cartesian product of two graphs, each modeling dependencies across features and across samples…

Convolutional Neural Network Compression through Generalized Kronecker Product Decomposition

2021-09-29 · Marawan Gamal Abdel Hameed, Marzieh S. Tahaei, Ali Mosleh, Vahid Partovi Nia

Modern Convolutional Neural Network (CNN) architectures, despite their superiority in solving various problems, are generally too large to be deployed on resource constrained edge devices. In this paper, we reduce memory…

image-classificationImage ClassificationKnowledge DistillationNeural Network Compression