Random Walks with Variable Restarts for Negative-Example-Informed Label Propagation
Sean Maxwell, Mehmet Koyuturk

TL;DR
This paper introduces CusTaRd, a novel label propagation algorithm that uses variable restarts and negative sampling to better incorporate negatively labeled nodes, improving classification accuracy on graph datasets.
Contribution
The paper proposes a new reformulation of random walks with restarts, enabling variable restart probabilities and negative sampling, which enhances label propagation performance.
Findings
CusTaRd outperforms existing algorithms in benchmark tests.
Variable restarts improve the ability to avoid negatively-labeled nodes.
Negative sampling from neighbors enhances predictive accuracy.
Abstract
Label propagation is frequently encountered in machine learning and data mining applications on graphs, either as a standalone problem or as part of node classification. Many label propagation algorithms utilize random walks (or network propagation), which provide limited ability to take into account negatively-labeled nodes (i.e., nodes that are known to be not associated with the label of interest). Specialized algorithms to incorporate negatively labeled samples generally focus on learning or readjusting the edge weights to drive walks away from negatively-labeled nodes and toward positively-labeled nodes. This approach has several disadvantages, as it increases the number of parameters to be learned, and does not necessarily drive the walk away from regions of the network that are rich in negatively-labeled nodes. We reformulate random walk with restarts and network propagation 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
TopicsMachine Learning and Data Classification · Text and Document Classification Technologies · Advanced Graph Neural Networks
