Uncertain Subgraph Query Processing over Uncertain Graphs.

Wenjing Ruan,Chaokun Wang,Lu Han,Zhuo Peng,Yiyuan Bai
DOI: https://doi.org/10.1007/978-3-642-37401-2_15
2013-01-01
Abstract:In some real-world applications, data cannot be measured accurately. Uncertain graphs emerge when this kind of data is modeled by graph data structures. When the graph database is uncertain, our query is highly possibly uncertain too. All of the prior works do not consider the uncertainty of the query. In this paper, we propose a new algorithm called Mutual-Match to solve the problem of uncertain subgraph query under the situation where both the graph dataset and the query are uncertain. Considering that the subgraph isomorphism verification is an NP-hard problem, and it will be more complex on uncertain graph data, the Mutual-Match algorithm uses MapReduce processes to find out all the subgraph matches and can adapt to dynamic graphs well. Experimental results on both real-world and synthetic datasets show the correctness and effectiveness of our proposed methods. © 2013 Springer-Verlag.
What problem does this paper attempt to address?