170 likes | 315 Views
Neighborhood Based Fast Graph Search in Large Networks. Arijit Khan Nan Li Xifeng Yan Ziyu Guan Supriyo Chakraborty Shu Tao SIGMOD 2011. Outlines. Motivation Objectives Methodology - Ness -Information Propagation Model Experiments Conclusions.
E N D
Neighborhood Based Fast Graph Search in Large Networks ArijitKhan Nan Li Xifeng Yan Ziyu Guan SupriyoChakrabortyShuTao SIGMOD 2011
Outlines • Motivation • Objectives • Methodology -Ness -Information Propagation Model • Experiments • Conclusions
Motivation • Entity-relationship graphs and social networks are very large and complex with a lot of attributes associated. • It is hard to come up with a query that exactly conforms with the graph structures in the target network due to the lack of schemas in linked data.
Objectives • As long as the the proximity between these entities is approximately maintained in a query graph, shall be consider matches. • propose graph similarity search framework to determine approximate matches in massive graphs.
Methodology • Ness (Neighborhood Based Similarity Search). • :
Embedding • Embedding written as .
Cost function • Edge mismatch cost function
Cont. • Embedding is a better match than
Information Propagation Model • U’s neighbors is propagated to u through different paths and accumulated at u. • Convert each node into a multidimensional vector.
→ →
Conclusions • Empirical results show that it could quickly and accurately find high-quality matches in large networks, with negligible time cost. • In future work, it will be interesting to consider the graph alignment problem, when the node labels in two graphs are not exactly identical.