I'm doing some research on User Identity Resolution. Assume i can get two undirected graphs of a person, one is the friendship in Twitter of that person, the other is the friendship in Facebook of that person.(For Twitter, i remove the single relation and preserve the mutual relation.).
I want to calculate the similarity between vertices in that undirected graphs to get the possible pairs seem to be same persons.
Let GT(nT*nT) and GF(nF*nF) be two undirected graph. And the result may be a nF*nT matrix, the each value in the result matrix represent the similarity between vertices in above graphs.
And i found Measure of Similarity between Graph Vertices: Applications to Synonym Extraction and Web Searching. When i apply the method that thesis proposed to my data, the result isn't satisfied.
Is there other method to do that? Or other method to process the data?