Linking Prediction Algorithm Integrating with Lower and Higher Order Features.

Xiaoxin Li,Zhonglin Ye,Haixing Zhao,Yanlin Yang
2022-01-01
Abstract:In view of the fact that the existing link prediction methods only focus on the local or global structure of the network, a link prediction algorithm (LP-ILHA) integrating low order and high order features is proposed. Firstly, the representation vector of the network is obtained by matrix decomposition of DeepWalk algorithm, and the weight between nodes with connected edges is obtained by calculating the similarity value between nodes, and the weight value is taken as the local feature; Secondly, the connection probability between nodes is predicted by Katz algorithm to obtain the connection weight between connected nodes in the network, which is taken as the global feature. Finally, the local and global characteristics of the network are combined to calculate the connection probability between nodes. The experimental results show that LP-ILHA algorithm has significantly improved prediction performance compared with traditional algorithms, and its performance is more excellent in link prediction of actual networks.
What problem does this paper attempt to address?