English

Dynamic Structural Similarity on Graphs

Social and Information Networks 2018-05-04 v1 Data Structures and Algorithms

Abstract

One way of characterizing the topological and structural properties of vertices and edges in a graph is by using structural similarity measures. Measures like Cosine, Jaccard and Dice compute the similarities restricted to the immediate neighborhood of the vertices, bypassing important structural properties beyond the locality. Others measures, such as the generalized edge clustering coefficient, go beyond the locality but with high computational complexity, making them impractical in large-scale scenarios. In this paper we propose a novel similarity measure that determines the structural similarity by dynamically diffusing and capturing information beyond the locality. This new similarity is modeled as an iterated function that can be solved by fixed point iteration in super-linear time and memory complexity, so it is able to analyze large-scale graphs. In order to show the advantages of the proposed similarity in the community detection task, we replace the local structural similarity used in the SCAN algorithm with the proposed similarity measure, improving the quality of the detected community structure and also reducing the sensitivity to the parameter ϵ\epsilon of the SCAN algorithm.

Keywords

Cite

@article{arxiv.1805.01419,
  title  = {Dynamic Structural Similarity on Graphs},
  author = {Eduar Castrillo and Elizabeth León and Jonatan Gómez},
  journal= {arXiv preprint arXiv:1805.01419},
  year   = {2018}
}

Comments

8 pages, 7 figures, 1 table, Submitted for peer-review to the conference ASONAM 2018

R2 v1 2026-06-23T01:44:21.249Z