Coder Social home page Coder Social logo

accm's Introduction

Learning to Correlate Accounts across Online Social Networks: An Embedding-based Approach

Overview of the proposed approach. For simplicity, we use two networks G and G’ to explain the flow of cross-site account correlating. Network can directed or undirected (each link can be viewed as two directed links). First, two corpuses are generated using the tradtional random walk method. Second, each account (node) representation is learned via hs-ACCM (hierarchical softmax) or ns-ACCM (negative sampling). Then we align two embedding spaces into a common space. Finally, accounts close to each are likely to be linked to the same identity between G and G’.

Framework

#1589F0Implementation details:

"Corpus" Generation

ACCM uses a function RandomWalk(·) to generate account sequences, which works as follows: it starts at a vertex 
(account) and proceeds along an uniformly randomly selected edge to visit its neighboring account 
at each step, until the maximum length (e.g., L) is reached. 

Representation Learning

We apply SG model to the network to learn node representations while capturing latent structural relationships 
among nodes. 

Transformation Matrix (W) Learning

After learning social representations of accounts into a low-dimensional space for each network, we need to 
transform these learned embeddings across two (or more) networks to a common space for comparison. In this 
work, we train a linear regression model to learn the transformation matrix towards this goal.

Alignment and Correlation

Finally, the account correlation can be performed through the k-nearest neighbor searching. More formally, 
for any account in a network G (∀a ∈ V ), we project its learned representation vector v to the embedding 
space of the network G′ using the optimal W*. A. a new vector is obtained v′a = W* · va. In the representation 
space of network G′, we then calculate the cosine similarity between vector v′(a) and each embedding vector 
v in V′, and return the top-k similar results as the predicted correlated accounts in G′ of account a in G.

#1589F0Acknowledgments

accm's People

Contributors

kpzhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.