paper-with-me

Papers

Searching to Sparsify Tensor Decomposition for N-ary Relational Data

2021-04-21 · Shimin Di, Quanming Yao, Lei Chen

Tensor, an extension of the vector and matrix to the multi-dimensional case, is a natural way to describe the N-ary relational data. Recently, tensor decomposition methods have been introduced into N-ary relational data and become state-of-the-art on embedding learning. However, the performance of existing tensor decomposition methods is not as good as desired. First, they suffer from the data-sparsity issue since they can only learn from the N-ary relational data with a specific arity, i.e., parts of common N-ary relational data. Besides, they are neither effective nor efficient enough to be trained due to the over-parameterization problem. In this paper, we propose a novel method, i.e., S2S, for effectively and efficiently learning from the N-ary relational data. Specifically, we propose a new tensor decomposition framework, which allows embedding sharing to learn from facts with mixed arity. Since the core tensors may still suffer from the over-parameterization, we propose to reduce parameters by sparsifying the core tensors while retaining their expressive power using neural architecture search (NAS) techniques, which can search for data-dependent architectures. As a result, the proposed S2S not only guarantees to be expressive but also efficiently learns from mixed arity. Finally, empirical results have demonstrated that S2S is efficient to train and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2104.10625

Code (1)

AutoML-Research/S2S 공식 구현 pytorch

Tasks

Neural Architecture SearchTensor Decomposition

Similar Papers 제목 키워드 기반

Generalizing Tensor Decomposition for N-ary Relational Knowledge Bases

2020-07-08 · Yu Liu, Quanming Yao, Yong Li

With the rapid development of knowledge bases (KBs), link prediction task, which completes KBs with missing facts, has been broadly studied in especially binary relational KBs (a.k.a knowledge graph) with powerful tensor…

Link PredictionTensor Decomposition

Tensor Decomposition with Relational Constraints for Predicting Multiple Types of MicroRNA-disease Associations

2019-11-13 · Feng Huang, Xiang Yue, Zhankun Xiong, Zhouxin Yu 외

MicroRNAs (miRNAs) play crucial roles in multifarious biological processes associated with human diseases. Identifying potential miRNA-disease associations contributes to understanding the molecular mechanisms of miRNA-r…

Knowledge GraphsLink PredictionTensor Decomposition

Automated Tensor-Relational Decomposition for Large-Scale Sparse Tensor Computation

2026-03-09 · Yuxin Tang, Zhiyuan Xin, Zhimin Ding, Xinyu Yao 외 arxiv

A \emph{tensor-relational} computation is a relational computation where individual tuples carry vectors, matrices, or higher-dimensional arrays. An advantage of tensor-relational computation is that the overall computat…

Introduction to Tensor Decompositions and their Applications in Machine Learning

2017-11-29 · Stephan Rabanser, Oleksandr Shchur, Stephan Günnemann

Tensors are multidimensional arrays of numerical values and therefore generalize matrices to multiple dimensions. While tensors first emerged in the psychometrics community in the $20^{\text{th}}$ century, they have sinc…

BIG-bench Machine LearningTensor Decomposition

Regularized Orthogonal Tensor Decompositions for Multi-Relational Learning

2015-12-26 · Fanhua Shang, James Cheng, Hong Cheng

Multi-relational learning has received lots of attention from researchers in various research communities. Most existing methods either suffer from superlinear per-iteration cost, or are sensitive to the given ranks. To …

Relational Reasoning