paper-with-me

Papers

Log-Normal Matrix Completion for Large Scale Link Prediction

2016-01-28 · Brian Mohtashemi, Thomas Ketseoglou

The ubiquitous proliferation of online social networks has led to the widescale emergence of relational graphs expressing unique patterns in link formation and descriptive user node features. Matrix Factorization and Completion have become popular methods for Link Prediction due to the low rank nature of mutual node friendship information, and the availability of parallel computer architectures for rapid matrix processing. Current Link Prediction literature has demonstrated vast performance improvement through the utilization of sparsity in addition to the low rank matrix assumption. However, the majority of research has introduced sparsity through the limited L1 or Frobenius norms, instead of considering the more detailed distributions which led to the graph formation and relationship evolution. In particular, social networks have been found to express either Pareto, or more recently discovered, Log Normal distributions. Employing the convexity-inducing Lovasz Extension, we demonstrate how incorporating specific degree distribution information can lead to large scale improvements in Matrix Completion based Link prediction. We introduce Log-Normal Matrix Completion (LNMC), and solve the complex optimization problem by employing Alternating Direction Method of Multipliers. Using data from three popular social networks, our experiments yield up to 5% AUC increase over top-performing non-structured sparsity based methods.

📄 PDF Abstract BibTeX arXiv:1601.07714

Code (0)

등록된 구현이 없습니다.

Tasks

DescriptiveLink PredictionMatrix CompletionPrediction

Similar Papers 제목 키워드 기반

Scalable and Explainable 1-Bit Matrix Completion via Graph Signal Learning

2021-05-18 · AAAI 2021 5 · Chao Chen, Dongsheng Li, Junchi Yan, Hanchi Huang 외

One-bit matrix completion is an important class of positiveunlabeled (PU) learning problems where the observations consist of only positive examples, eg, in top-N recommender systems. For the first time, we show that 1-b…

Collaborative RankingMatrix CompletionRecommendation Systems

Categorical Matrix Completion

2015-07-02 · Yang Cao, Yao Xie

We consider the problem of completing a matrix with categorical-valued entries from partial observations. This is achieved by extending the formulation and theory of one-bit matrix completion. We recover a low-rank matri…

Matrix Completion

PU Learning for Matrix Completion

2014-11-22 · Cho-Jui Hsieh, Nagarajan Natarajan, Inderjit S. Dhillon

In this paper, we consider the matrix completion problem when the observations are one-bit measurements of some underlying matrix M, and in particular the observed samples consist only of ones and no zeros. This problem …

Binary ClassificationClusteringLink PredictionMatrix Completion+1

Causal Matrix Completion

2021-09-30 · Anish Agarwal, Munther Dahleh, Devavrat Shah, Dennis Shen

Matrix completion is the study of recovering an underlying matrix from a sparse subset of noisy observations. Traditionally, it is assumed that the entries of the matrix are "missing completely at random" (MCAR), i.e., e…

Matrix CompletionRecommendation Systems

Inductive Matrix Completion Using Graph Autoencoder

2021-08-25 · Wei Shen, Chuheng Zhang, Yun Tian, Liang Zeng 외

Recently, the graph neural network (GNN) has shown great power in matrix completion by formulating a rating matrix as a bipartite graph and then predicting the link between the corresponding user and item nodes. The majo…

Graph Neural NetworkMatrix CompletionRecommendation Systems