paper-with-me

Papers

Temporal Link Prediction using Matrix and Tensor Factorizations

2010-05-21 · Daniel M. Dunlavy, Tamara G. Kolda, Evrim Acar

The data in many disciplines such as social networks, web analysis, etc. is link-based, and the link structure can be exploited for many different data mining tasks. In this paper, we consider the problem of temporal link prediction: Given link data for times 1 through T, can we predict the links at time T+1? If our data has underlying periodic structure, can we predict out even further in time, i.e., links at time T+2, T+3, etc.? In this paper, we consider bipartite graphs that evolve over time and consider matrix- and tensor-based methods for predicting future links. We present a weight-based method for collapsing multi-year data into a single matrix. We show how the well-known Katz method for link prediction can be extended to bipartite graphs and, moreover, approximated in a scalable way using a truncated singular value decomposition. Using a CANDECOMP/PARAFAC tensor decomposition of the data, we illustrate the usefulness of exploiting the natural three-dimensional structure of temporal link data. Through several numerical experiments, we demonstrate that both matrix- and tensor-based techniques are effective for temporal link prediction despite the inherent difficulty of the problem. Additionally, we show that tensor-based techniques are particularly effective for temporal data with varying periodic patterns.

📄 PDF Abstract BibTeX arXiv:1005.4006

Code (1)

DavorPenzar/tlp

Tasks

Link PredictionPredictionTensor Decomposition

Similar Papers 제목 키워드 기반

Tensor Decompositions: A New Concept in Brain Data Analysis?

2013-05-02 · Andrzej Cichocki

Matrix factorizations and their extensions to tensor factorizations and decompositions have become prominent techniques for linear and multilinear blind source separation (BSS), especially multiway Independent Component …

blind source separationClassificationClusteringDimensionality Reduction+2

Multi-Mode Deep Matrix and Tensor Factorization

2021-09-29 · ICLR 2022 4 · Jicong Fan

Recently, deep linear and nonlinear matrix factorizations gain increasing attention in the area of machine learning. Existing deep nonlinear matrix factorization methods can only exploit partial nonlinearity of the data …

Tensor Decomposition

A Non-commutative Extension of Lee-Seung's Algorithm for Positive Semidefinite Factorizations

2021-06-01 · NeurIPS 2021 12 · Yong Sheng Soh, Antonios Varvitsiotis

Given a matrix $X\in \mathbb{R}_+^{m\times n}$ with nonnegative entries, a Positive Semidefinite (PSD) factorization of $X$ is a collection of $r \times r$-dimensional PSD matrices $\{A_i\}$ and $\{B_j\}$ satisfying $X_{…

PARAFAC2-based Coupled Matrix and Tensor Factorizations

2022-10-24 · Carla Schenker, XiuLin Wang, Evrim Acar

Coupled matrix and tensor factorizations (CMTF) have emerged as an effective data fusion tool to jointly analyze data sets in the form of matrices and higher-order tensors. The PARAFAC2 model has shown to be a promising …

A Flexible Optimization Framework for Regularized Matrix-Tensor Factorizations with Linear Couplings

2020-07-19 · Carla Schenker, Jeremy E. Cohen, Evrim Acar

Coupled matrix and tensor factorizations (CMTF) are frequently used to jointly analyze data from multiple sources, also called data fusion. However, different characteristics of datasets stemming from multiple sources po…