paper-with-me

Papers

Learning Based Proximity Matrix Factorization for Node Embedding

2021-06-10 · Xingyi Zhang, Kun Xie, Sibo Wang, Zengfeng Huang

Node embedding learns a low-dimensional representation for each node in the graph. Recent progress on node embedding shows that proximity matrix factorization methods gain superb performance and scale to large graphs with millions of nodes. Existing approaches first define a proximity matrix and then learn the embeddings that fit the proximity by matrix factorization. Most existing matrix factorization methods adopt the same proximity for different tasks, while it is observed that different tasks and datasets may require different proximity, limiting their representation power. Motivated by this, we propose {\em Lemane}, a framework with trainable proximity measures, which can be learned to best suit the datasets and tasks at hand automatically. Our method is end-to-end, which incorporates differentiable SVD in the pipeline so that the parameters can be trained via backpropagation. However, this learning process is still expensive on large graphs. To improve the scalability, we train proximity measures only on carefully subsampled graphs, and then apply standard proximity matrix factorization on the original graph using the learned proximity. Note that, computing the learned proximities for each pair is still expensive for large graphs, and existing techniques for computing proximities are not applicable to the learned proximities. Thus, we present generalized push techniques to make our solution scalable to large graphs with millions of nodes. Extensive experiments show that our proposed solution outperforms existing solutions on both link prediction and node classification tasks on almost all datasets.

📄 PDF Abstract BibTeX arXiv:2106.05476

Code (1)

Josiah96Zhang/Lemane pytorch

Tasks

Link PredictionNode Classification

Similar Papers 제목 키워드 기반

Binarized Attributed Network Embedding

2018-10-22 · ICDM 2018 10 · Hong Yang, Shirui Pan, Peng Zhang, Ling Chen 외

An implementation of "Binarized Attributed Network Embedding". Attributed network embedding enables joint representation learning of node links and attributes. Existing attributed network embedding models are designed in…

Graph EmbeddingLink PredictionNetwork EmbeddingNode Classification+1

NodeSketch: Highly-Efficient Graph Embeddings via Recursive Sketching

2020-05-13 · ‏‏‎ ‎ 2020 5 · Dingqi Yang, Paolo Rosso, Bin Li, Philippe Cudre-Mauroux

Embeddings have become a key paradigm to learn graph represen-tations and facilitate downstream graph analysis tasks. Existinggraph embedding techniques either sample a large number of nodepairs from a graph to learn nod…

Associative Learning for Network Embedding

2022-08-30 · Yuchen Liang, Dmitry Krotov, Mohammed J. Zaki

The network embedding task is to represent the node in the network as a low-dimensional vector while incorporating the topological and structural information. Most existing approaches solve this problem by factorizing a …

Network EmbeddingNode Classification

Network Embedding Using Deep Robust Nonnegative Matrix Factorization

2020-05-04 · Qiong Zhang

As an effective technique to learn low-dimensional node features in complicated network environment, network embedding has become a promising research direction in the field of network analysis. Due to the virtues of b…

Network Embedding

Scalable Graph Embeddings via Sparse Transpose Proximities

2019-05-16 · Yuan Yin, Zhewei Wei

Graph embedding learns low-dimensional representations for nodes in a graph and effectively preserves the graph structure. Recently, a significant amount of progress has been made toward this emerging research area. Howe…

Graph Embedding