Difference between revisions of "Vladimir Ouzienko, Prediction of Attributes and Links in Temporal Social Networks"

From Cohen Courses
Jump to navigationJump to search
Line 24: Line 24:
  
 
Different models are used to predict nodes and links:
 
Different models are used to predict nodes and links:
For node prediction, use the following one:
 
  
 +
For node prediction, use the following model:
 
[[File:Node prediction.jpg]]
 
[[File:Node prediction.jpg]]
 +
 +
For link prediction, use the following model
 +
[[File:Link prediction.jpg]]

Revision as of 21:08, 26 March 2011

Citation

Vladimir Ouzienko, Yuhong Guo and Zoran Obradovic. Prediction of Attributes and Links in Temporal Social Networks. Proceeding of the 2010 conference on ECAI 2010: 19th European Conference on Artificial Intelligence.

Online Version

Prediction of Attributes and Links in Temporal Social Networks

Datasets

Experiments were conducted on two synthetic datasets and two real life datasets - Delinquency and Teenagers. The Delinquency consists of 4 temporal observation of 26 students where for each observation, the researchers collected delinquency measure (5 points scale score). The Teenagers consists of 3 temporal observations of 50 students, where for each observation the measurement of the students alcohol consumption was taken (also 5 points scale score).

Summary

This paper comes up a new model named Temporal Exponential Random Graphical Model(tERGM) to predict the attributes and links in Temporal Social Network. Mathematical theory and formula are presented in this paper to show how this model works in predicting nodes and links in a temporal social network. Additionally, some experiments based on this model are conducted to show the performance of this model. According to the paper's experiments results, this model has a fairly accurate prediction and lower MSE in prediction.

Brief Description of the tERGM Model

This novel Model comes from htERGM Model. However, it has some difference with the htERGM Model in the following aspects:

  • The tERGM model considers only the structures and topologies of the temporal networks, while node attributes are ignored.
  • the htERGM model learns the network based on node attributes, but it does not make predictions of the future step.
  • The application of htERGM is limited to retrieval of networks of up to 10 nodes because the model

requires to learn two sets of latent parameters the evolving structure of a temporal network and the changing attribute values of the nodes are given.

Given the evolving structure of a temporal network and the changing attribute values of the nodes,the tERGM model can facilitate simultaneous prediction of links and nodes attribute in a temporal social network. Instead of training a single joint probability prediction model, they build two conditional exponential random graph models. These two conditional predictors are mutually dependent on each other, and can then be used to predict the links, and the attribute values in an alternative way.

Different models are used to predict nodes and links:

For node prediction, use the following model: Node prediction.jpg

For link prediction, use the following model Link prediction.jpg