Link prediction using Multiple Order Local Information (MOLI)
For more details, please check out our publication:https://www.sciencedirect.com/science/article/pii/S0378437122003697?via%3Dihub
- Link prediction using Multiple Order Local Information (MOLI) exploits the local information from the neighbors of different distances, with parameters that can be a prior-driven based on prior knowledge, or data-driven by solving an optimization problem on observed networks.
- MOLI defined a local network diffusion process via random walks on the graph, resulting in better use of network information.
- We show that MOLI outperforms the other 11 widely used link prediction algorithms on 11 different types of simulated and real-world networks. We also conclude that there are different patterns of local information utilization for different networks, including social networks, communication networks, biological networks, etc.
You can reproduce the results of following five experiments of our paper, noting that the data should be decompressed before running the corresponding code.
- Simulated networks;
- Online Social networks;
- European Email networks;
- Drug-Drug Interaction (DDI) networks;
- Protein-Protein Interaction (PPI) networks.
- The results of all experiments have been saved in the corresponding folder of ./Results/
- When solving the optimization problem, we can take several values for x first to see the value of the objective function, so that we can choose the initial point x0 reasonably, which can make the algorithm converge faster.