Handling Class Imbalance in Link Prediction using Learning to Rank Techniques
Bopeng Li, Sougata Chaudhuri, Ambuj Tewari

TL;DR
This paper introduces a novel link prediction method that recasts the problem as a learning to rank task, effectively handling class imbalance and integrating network topology with node features, demonstrated on various real-world networks.
Contribution
It is the first to apply learning to rank techniques directly during training for link prediction, improving performance and scalability over traditional classification approaches.
Findings
Effective handling of class imbalance in link prediction
Improved ranking performance on real-world networks
Scalable approach combining topology and node features
Abstract
We consider the link prediction problem in a partially observed network, where the objective is to make predictions in the unobserved portion of the network. Many existing methods reduce link prediction to binary classification problem. However, the dominance of absent links in real world networks makes misclassification error a poor performance metric. Instead, researchers have argued for using ranking performance measures, like AUC, AP and NDCG, for evaluation. Our main contribution is to recast the link prediction problem as a learning to rank problem and use effective learning to rank techniques directly during training. This is in contrast to existing work that uses ranking measures only during evaluation. Our approach is able to deal with the class imbalance problem by using effective, scalable learning to rank techniques during training. Furthermore, our approach allows us to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
