paper-with-me

Papers

NetSMF: Large-Scale Network Embedding as Sparse Matrix Factorization

2019-06-26 · Jiezhong Qiu, Yuxiao Dong, Hao Ma, Jian Li, Chi Wang, Kuansan Wang, Jie Tang

We study the problem of large-scale network embedding, which aims to learn latent representations for network mining applications. Previous research shows that 1) popular network embedding benchmarks, such as DeepWalk, are in essence implicitly factorizing a matrix with a closed form, and 2)the explicit factorization of such matrix generates more powerful embeddings than existing methods. However, directly constructing and factorizing this matrix---which is dense---is prohibitively expensive in terms of both time and space, making it not scalable for large networks. In this work, we present the algorithm of large-scale network embedding as sparse matrix factorization (NetSMF). NetSMF leverages theories from spectral sparsification to efficiently sparsify the aforementioned dense matrix, enabling significantly improved efficiency in embedding learning. The sparsified matrix is spectrally close to the original dense one with a theoretically bounded approximation error, which helps maintain the representation power of the learned embeddings. We conduct experiments on networks of various scales and types. Results show that among both popular benchmarks and factorization based methods, NetSMF is the only method that achieves both high efficiency and effectiveness. We show that NetSMF requires only 24 hours to generate effective embeddings for a large-scale academic collaboration network with tens of millions of nodes, while it would cost DeepWalk months and is computationally infeasible for the dense matrix factorization solution. The source code of NetSMF is publicly available (https://github.com/xptree/NetSMF).

📄 PDF Abstract BibTeX arXiv:1906.11156

Code (1)

xptree/NetSMF 공식 구현

Tasks

Network Embedding

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Learning Large-scale Network Embedding from Representative Subgraph

2021-12-02 · Junsheng Kong, Weizhao Li, Ben Liao, Jiezhong Qiu 외

We study the problem of large-scale network embedding, which aims to learn low-dimensional latent representations for network mining applications. Recent research in the field of network embedding has led to significant …

Graph SamplingNetwork Embedding

Spectral Network Embedding: A Fast and Scalable Method via Sparsity

2018-06-07 · Jie Zhang, Yan Wang, Jie Tang, Ming Ding

Network embedding aims to learn low-dimensional representations of nodes in a network, while the network structure and inherent properties are preserved. It has attracted tremendous attention recently due to significant …

Link PredictionNetwork EmbeddingNode Classification

Efficient Mixed Dimension Embeddings for Matrix Factorization

2022-05-18 · Dmitrii Beloborodov, Andrei Zimovnov, Petr Molodyk, Dmitrii Kirillov

Despite the prominence of neural network approaches in the field of recommender systems, simple methods such as matrix factorization with quadratic loss are still used in industry for several reasons. These models can be…

Recommendation Systems

Anchor & Transform: Learning Sparse Embeddings for Large Vocabularies

2020-03-18 · ICLR 2021 1 · Paul Pu Liang, Manzil Zaheer, Yu-An Wang, Amr Ahmed

Learning continuous representations of discrete objects such as text, users, movies, and URLs lies at the heart of many applications including language and user modeling. When using discrete objects as input to neural ne…

Language ModelingLanguage ModellingMovie Recommendationtext-classification+1

SMILE: Robust Network Localization via Sparse and Low-Rank Matrix Decomposition

2023-01-26 · Lillian Clark, Sampad Mohanty, Bhaskar Krishnamachari

Motivated by collaborative localization in robotic sensor networks, we consider the problem of large-scale network localization where location estimates are derived from inter-node radio signals. Well-established methods…