LGFeb 28, 2013

Online Similarity Prediction of Networked Data from Known and Unknown Graphs

arXiv:1302.7263v317 citations
AI Analysis

This work addresses computational efficiency in similarity prediction for networked data, which is incremental as it builds on existing methods to handle known and unknown graph structures.

The paper tackles the problem of online similarity prediction on networked data, showing that it is computationally infeasible to directly convert class prediction algorithms, and proposes efficient algorithms with near-optimal or weaker mistake guarantees for known and unknown graph structures, achieving poly-logarithmic to quadratic prediction times per round.

We consider online similarity prediction problems over networked data. We begin by relating this task to the more standard class prediction problem, showing that, given an arbitrary algorithm for class prediction, we can construct an algorithm for similarity prediction with "nearly" the same mistake bound, and vice versa. After noticing that this general construction is computationally infeasible, we target our study to {\em feasible} similarity prediction algorithms on networked data. We initially assume that the network structure is {\em known} to the learner. Here we observe that Matrix Winnow \cite{w07} has a near-optimal mistake guarantee, at the price of cubic prediction time per round. This motivates our effort for an efficient implementation of a Perceptron algorithm with a weaker mistake guarantee but with only poly-logarithmic prediction time. Our focus then turns to the challenging case of networks whose structure is initially {\em unknown} to the learner. In this novel setting, where the network structure is only incrementally revealed, we obtain a mistake-bounded algorithm with a quadratic prediction time per round.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes