pith. sign in

arxiv: 1607.00653 · v1 · pith:N6OFUMF2new · submitted 2016-07-03 · 💻 cs.SI · cs.LG· stat.ML

node2vec: Scalable Feature Learning for Networks

classification 💻 cs.SI cs.LGstat.ML
keywords learningnetworksneighborhoodsnode2vecnodesfeaturefeaturesnetwork
0
0 comments X
read the original abstract

Prediction tasks over nodes and edges in networks require careful effort in engineering features used by learning algorithms. Recent research in the broader field of representation learning has led to significant progress in automating prediction by learning the features themselves. However, present feature learning approaches are not expressive enough to capture the diversity of connectivity patterns observed in networks. Here we propose node2vec, an algorithmic framework for learning continuous feature representations for nodes in networks. In node2vec, we learn a mapping of nodes to a low-dimensional space of features that maximizes the likelihood of preserving network neighborhoods of nodes. We define a flexible notion of a node's network neighborhood and design a biased random walk procedure, which efficiently explores diverse neighborhoods. Our algorithm generalizes prior work which is based on rigid notions of network neighborhoods, and we argue that the added flexibility in exploring neighborhoods is the key to learning richer representations. We demonstrate the efficacy of node2vec over existing state-of-the-art techniques on multi-label classification and link prediction in several real-world networks from diverse domains. Taken together, our work represents a new way for efficiently learning state-of-the-art task-independent representations in complex networks.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MediaGraph: A Network Theoretic Framework to Analyze Reporting Preferences in Indian News Media

    cs.SI 2026-04 unverdicted novelty 6.0

    MediaGraph uses co-occurrence networks from Indian news on farmer protests and a new link predictability metric to reveal source-specific reporting preferences and under-representation of farmer leaders.

  2. Fast and Featureless Node Representation Learning with Partial Pairwise Supervision

    cs.LG 2026-05 unverdicted novelty 5.0

    Contrastive FUSE learns node embeddings from partial pairwise supervision and structural signals alone by optimizing a spectral contrastive objective with a lightweight modularity approximation, yielding competitive p...

  3. Real-World Challenges in Fake News Detection: Dealing with Posts by Cold Users

    cs.SI 2026-03 unverdicted novelty 5.0

    Cold users dominate fake news datasets, and the User Evidence Network approximates their absent behavior data from existing user interactions to enable robust misinformation detection.

  4. From Node2Vec to GPT-based GraphRAG: scientific impact prediction across graph and language models

    cs.DL 2026-05 unverdicted novelty 4.0

    Directed citation graphs plus textual embeddings reach 0.84-0.85 AUC for top-P% impact classification while GPT-5.5/5.4 Nano prompts hit 0.87 but show no consistent gain from retrieved graph neighborhoods over target-...

  5. DeepTrax: Embedding Graphs of Financial Transactions

    cs.LG 2019-07 unverdicted novelty 4.0

    DeepTrax learns embeddings for accounts and merchants in financial transaction graphs via methods inspired by standard graph embedding techniques, reporting strong link prediction performance and utility in fraud dete...

  6. Graph Embeddings at Scale

    cs.LG 2019-07 unverdicted novelty 4.0

    Presents a distributed infrastructure for scaling skip-gram graph embeddings to 68M-vertex networks by avoiding partitioning, using dynamic size-constrained graphs, and efficient indexing for updates.