COSINE: Compressive Network Embedding on Large-scale Information Networks
Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Maosong Sun, Zhichong Fang,, Bo Zhang, and Leyu Lin

TL;DR
COSINE introduces a memory-efficient network embedding method that shares parameters among similar nodes, significantly improving training speed and accuracy on large-scale networks.
Contribution
The paper proposes COSINE, a novel algorithm that reduces memory usage and accelerates training by parameter sharing based on graph partitioning, applicable to any embedding method.
Findings
Up to 23% improvement in classification accuracy.
Up to 25% improvement in link prediction.
Training time reduced by 30% to 70%.
Abstract
There is recently a surge in approaches that learn low-dimensional embeddings of nodes in networks. As there are many large-scale real-world networks, it's inefficient for existing approaches to store amounts of parameters in memory and update them edge after edge. With the knowledge that nodes having similar neighborhood will be close to each other in embedding space, we propose COSINE (COmpresSIve NE) algorithm which reduces the memory footprint and accelerates the training process by parameters sharing among similar nodes. COSINE applies graph partitioning algorithms to networks and builds parameter sharing dependency of nodes based on the result of partitioning. With parameters sharing among similar nodes, COSINE injects prior knowledge about higher structural information into training process which makes network embedding more efficient and effective. COSINE can be applied to any…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
