paper-with-me

홈 › Papers

Community Aware Random Walk for Network Embedding

2017-10-14 · Mohammad Mehdi Keikha, Maseud Rahgozar, Masoud Asadpour

Social network analysis provides meaningful information about behavior of network members that can be used for diverse applications such as classification, link prediction. However, network analysis is computationally expensive because of feature learning for different applications. In recent years, many researches have focused on feature learning methods in social networks. Network embedding represents the network in a lower dimensional representation space with the same properties which presents a compressed representation of the network. In this paper, we introduce a novel algorithm named "CARE" for network embedding that can be used for different types of networks including weighted, directed and complex. Current methods try to preserve local neighborhood information of nodes, whereas the proposed method utilizes local neighborhood and community information of network nodes to cover both local and global structure of social networks. CARE builds customized paths, which are consisted of local and global structure of network nodes, as a basis for network embedding and uses the Skip-gram model to learn representation vector of nodes. Subsequently, stochastic gradient descent is applied to optimize our objective function and learn the final representation of nodes. Our method can be scalable when new nodes are appended to network without information loss. Parallelize generation of customized random walks is also used for speeding up CARE. We evaluate the performance of CARE on multi label classification and link prediction tasks. Experimental results on various networks indicate that the proposed method outperforms others in both Micro and Macro-f1 measures for different size of training data.

📄 PDF Abstract BibTeX arXiv:1710.05199

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationLink PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONNetwork Embedding

Similar Papers 제목 키워드 기반

Two Layer Walk: A Community-Aware Graph Embedding

2024-12-17 · He Yu, Jing Liu

Community structures are critical for understanding the mesoscopic organization of networks, bridging local and global patterns. While methods such as DeepWalk and node2vec capture local positional information through ra…

Evolutionary AlgorithmsGraph EmbeddingLink Prediction

Topic-aware latent models for representation learning on networks

2021-11-10 · Abdulkadir Çelikkanat, Fragkiskos D. Malliaros

Network representation learning (NRL) methods have received significant attention over the last years thanks to their success in several graph analysis problems, including node classification, link prediction, and cluste…

Community DetectionLink PredictionNode ClassificationRepresentation Learning+1

GlobalWalk: Learning Global-aware Node Embeddings via Biased Sampling

2022-01-22 · Zhengrong Xue, Ziao Guo, Yiwei Guo

Popular node embedding methods such as DeepWalk follow the paradigm of performing random walks on the graph, and then requiring each node to be proximate to those appearing along with it. Though proved to be successful i…

Memory-aware framework for fast and scalable second-order random walk over billion-edge natural graphs

2021-05-07 · The VLDB Journal 2021 5 · Yingxia Shao, Shiyue Huang, Yawen Li, Xupeng Miao 외

Second-order random walk is an important technique for graph analysis. Many applications including graph embedding, proximity measure and community detection use it to capture higher-order patterns in the graph, thus imp…

Community DetectionGraph Embedding

Ergodic Limits, Relaxations, and Geometric Properties of Random Walk Node Embeddings

2021-09-09 · Christy Lin, Daniel Sussman, Prakash Ishwar

Random walk based node embedding algorithms learn vector representations of nodes by optimizing an objective function of node embedding vectors and skip-bigram statistics computed from random walks on the network. They h…

Link PredictionNode ClassificationStochastic Block Model