paper-with-me

Papers

Equivalence between LINE and Matrix Factorization

2017-07-19 · Qiao Wang, Zheng Wang, Xiaojun Ye

LINE [1], as an efficient network embedding method, has shown its effectiveness in dealing with large-scale undirected, directed, and/or weighted networks. Particularly, it proposes to preserve both the local structure (represented by First-order Proximity) and global structure (represented by Second-order Proximity) of the network. In this study, we prove that LINE with these two proximities (LINE(1st) and LINE(2nd)) are actually factoring two different matrices separately. Specifically, LINE(1st) is factoring a matrix M (1), whose entries are the doubled Pointwise Mutual Information (PMI) of vertex pairs in undirected networks, shifted by a constant. LINE(2nd) is factoring a matrix M (2), whose entries are the PMI of vertex and context pairs in directed networks, shifted by a constant. We hope this finding would provide a basis for further extensions and generalizations of LINE.

📄 PDF Abstract BibTeX arXiv:1707.05926

Code (0)

등록된 구현이 없습니다.

Tasks

Network Embedding

Similar Papers 제목 키워드 기반

An Analysis of Dropout for Matrix Factorization

2017-10-10 · Jacopo Cavazza, Connor Lane, Benjamin D. Haeffele, Vittorio Murino 외

Dropout is a simple yet effective algorithm for regularizing neural networks by randomly dropping out units through Bernoulli multiplicative noise, and for some restricted problem classes, such as linear or logistic regr…

A Unified Matrix Factorization Framework for Classical and Robust Clustering

2025-10-24 · Angshul Majumdar arxiv

This paper presents a unified matrix factorization framework for classical and robust clustering. We begin by revisiting the well-known equivalence between crisp k-means clustering and matrix factorization, following and…

A Nonlinear Orthogonal Non-Negative Matrix Factorization Approach to Subspace Clustering

2017-09-29 · Dijana Tolic, Nino Antulov-Fantulin, Ivica Kopriva

A recent theoretical analysis shows the equivalence between non-negative matrix factorization (NMF) and spectral clustering based approach to subspace clustering. As NMF and many of its variants are essentially linear, w…

Clustering

Nonconvex Factorization and Manifold Formulations are Almost Equivalent in Low-rank Matrix Optimization

2021-08-03 · Yuetian Luo, Xudong Li, Anru R. Zhang

In this paper, we consider the geometric landscape connection of the widely studied manifold and factorization formulations in low-rank positive semidefinite (PSD) and general matrix optimization. We establish a sandwich…

RelationRetrieval

Dropout as a Low-Rank Regularizer for Matrix Factorization

2017-10-13 · Jacopo Cavazza, Pietro Morerio, Benjamin Haeffele, Connor Lane 외

Regularization for matrix factorization (MF) and approximation problems has been carried out in many different ways. Due to its popularity in deep learning, dropout has been applied also for this class of problems. Despi…