Proceedings of the 2011 ACM SIGMOD International Conference on Management of Data 2011
DOI: 10.1145/1989323.1989420
|View full text |Cite
|
Sign up to set email alerts
|

Incremental graph pattern matching

Abstract: Graph pattern matching has become a routine process in emerging applications such as social networks. In practice a data graph is typically large, and is frequently updated with small changes. It is often prohibitively expensive to recompute matches from scratch via batch algorithms when the graph is updated. With this comes the need for incremental algorithms that compute changes to the matches in response to updates, to minimize unnecessary recomputation. This paper investigates incremental algorithms for gr… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
41
0

Year Published

2012
2012
2019
2019

Publication Types

Select...
5
3
1

Relationship

1
8

Authors

Journals

citations
Cited by 93 publications
(41 citation statements)
references
References 26 publications
0
41
0
Order By: Relevance
“…The research on continuous query processing over highspeed streaming graph data is rather scarce. Fan et al [11] propose an incremental solution for subgraph isomorphism based on repeated search over dynamic graph data, which cannot utilize previously computed results when new data come from the stream since they do not maintain any partial result. To avoid the high overhead in building complicated index, there is some work on approximate solution to subgraph isomorphism.…”
Section: A Related Workmentioning
confidence: 99%
“…The research on continuous query processing over highspeed streaming graph data is rather scarce. Fan et al [11] propose an incremental solution for subgraph isomorphism based on repeated search over dynamic graph data, which cannot utilize previously computed results when new data come from the stream since they do not maintain any partial result. To avoid the high overhead in building complicated index, there is some work on approximate solution to subgraph isomorphism.…”
Section: A Related Workmentioning
confidence: 99%
“…We can search for a pattern repeatedly or we can adopt an incremental approach. The work by Fan et al [7] presents incremental algorithms for graph pattern matching. However, their solution to subgraph isomorphism is based on the repeated search strategy.…”
Section: Related Workmentioning
confidence: 99%
“…Given two graphs G 1 and G 2 with approximately the same graph topology, we want to find the correspondence of their nodes -node v in G 1 is mapped to a node f (v) in G 2 such that whenever u, v is connected in G 1 , f (u), f (v) are likely to be connected in G 2 as well. This is called the network alignment problem and has been heavily studied [10] with numerous applications including database schema matching [19], protein interaction alignment [59,9,15,45], ontology matching [58], pattern recognition [48] and social networks [71,23].…”
Section: Introductionmentioning
confidence: 99%