paper-with-me

홈 › Papers

Discriminative Link Prediction using Local Links, Node Features and Community Structure

2013-10-17 · Abir De, Niloy Ganguly, Soumen Chakrabarti

A link prediction (LP) algorithm is given a graph, and has to rank, for each node, other nodes that are candidates for new linkage. LP is strongly motivated by social search and recommendation applications. LP techniques often focus on global properties (graph conductance, hitting or commute times, Katz score) or local properties (Adamic-Adar and many variations, or node feature vectors), but rarely combine these signals. Furthermore, neither of these extremes exploit link densities at the intermediate level of communities. In this paper we describe a discriminative LP algorithm that exploits two new signals. First, a co-clustering algorithm provides community level link density estimates, which are used to qualify observed links with a surprise value. Second, links in the immediate neighborhood of the link to be predicted are not interpreted at face value, but through a local model of node feature similarities. These signals are combined into a discriminative link predictor. We evaluate the new predictor using five diverse data sets that are standard in the literature. We report on significant accuracy boosts compared to standard LP methods (including Adamic-Adar and random walk). Apart from the new predictor, another contribution is a rigorous protocol for benchmarking and reporting LP algorithms, which reveals the regions of strengths and weaknesses of all the predictors studied here, and establishes the new proposal as the most robust.

📄 PDF Abstract BibTeX arXiv:1310.4579

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingClusteringLink Prediction

Similar Papers 제목 키워드 기반

Generative Graph Neural Networks for Link Prediction

2022-12-31 · Xingping Xian, Tao Wu, Xiaoke Ma, Shaojie Qiao 외

Inferring missing links or detecting spurious ones based on observed graphs, known as link prediction, is a long-standing challenge in graph data analysis. With the recent advances in deep learning, graph neural networks…

Link PredictionPrediction

A Preference Random Walk Algorithm for Link Prediction through Mutual Influence Nodes in Complex Networks

2021-05-20 · Kamal Berahmand, Elahe Nasiri, Saman Forouzandeh, Yuefeng Li

Predicting links in complex networks has been one of the essential topics within the realm of data mining and science discovery over the past few years. This problem remains an attempt to identify future, deleted, and re…

Link Prediction

Introducing New Node Prediction in Graph Mining: Predicting All Links from Isolated Nodes with Graph Neural Networks

2024-01-10 · Damiano Zanardini, Emilio Serrano

This paper introduces a new problem in the field of graph mining and social network analysis called new node prediction. More technically, the task can be categorized as zero-shot out-of-graph all-links prediction. This …

AllGraph MiningLink PredictionPrediction

A Hidden Challenge of Link Prediction: Which Pairs to Check?

2021-02-15 · Caleb Belth, Alican Büyükçakır, Danai Koutra

The traditional setup of link prediction in networks assumes that a test set of node pairs, which is usually balanced, is available over which to predict the presence of links. However, in practice, there is no test set:…

Link PredictionRepresentation Learning

Link Prediction via Graph Attention Network

2019-10-10 · Weiwei Gu, Fei Gao, Xiaodan Lou, Jiang Zhang

Link prediction aims to infer missing links or predicting the future ones based on currently observed partial networks, it is a fundamental problem in network science with tremendous real-world applications. However, con…

Graph AttentionInformation RetrievalLanguage ModellingLink Prediction+2