Learning Based Proximity Matrix Factorization for Node Embedding
Xingyi Zhang, Kun Xie, Sibo Wang, Zengfeng Huang

TL;DR
This paper introduces Lemane, a novel framework for node embedding that learns task-specific proximity measures through end-to-end training, improving performance on large graphs for link prediction and node classification.
Contribution
Lemane is the first framework to learn proximity measures tailored to specific datasets and tasks, enhancing node embedding flexibility and effectiveness.
Findings
Outperforms existing methods on link prediction tasks.
Achieves superior accuracy in node classification.
Scales efficiently to graphs with millions of nodes.
Abstract
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
