Biased random walk on a graph: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 33: Line 33:


==Applications==
==Applications==
Variety of applications by using biased random walks on graphs have been developed; Control of diffusion, advertisement of products on social networks, explaining dispersal and population redistribution of animals and micro-organisms<ref>{{cite journal|last1=Kakajan Komurov, Michael A. White, Prahlad T. Ram|title=Use of Data-Biased Random Walks on Graphs for the Retrieval of Context-Specific Networks from Genomic Data|journal=PLoS Comput Biol|date=Aug 2010|url=http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2924243/}}</ref>, community detections, wireless networks<ref>{{cite journal|last1=Beraldi|first1=Roberto|title=Biased Random Walks in Uniform Wireless Networks|journal=IEEE TRANSACTIONS ON MOBILE COMPUTING|date=Apr 2009|url=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4657358}}</ref>, Search engines and so on.
Variety of applications by using biased random walks on graphs have been developed; control of diffusion<ref>{{cite journal|last1=Chung, Zhao|first1=Fan, Wenbo|title=PageRank and random walks on graphs|journal=Fete of Combinatorics and Computer Science|date=2010|url=http://link.springer.com/chapter/10.1007/978-3-642-13580-4_3}}</ref>, advertisement of products on social networks, explaining dispersal and population redistribution of animals and micro-organisms<ref>{{cite journal|last1=Kakajan Komurov, Michael A. White, Prahlad T. Ram|title=Use of Data-Biased Random Walks on Graphs for the Retrieval of Context-Specific Networks from Genomic Data|journal=PLoS Comput Biol|date=Aug 2010|url=http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2924243/}}</ref>, community detections, wireless networks<ref>{{cite journal|last1=Beraldi|first1=Roberto|title=Biased Random Walks in Uniform Wireless Networks|journal=IEEE TRANSACTIONS ON MOBILE COMPUTING|date=Apr 2009|url=http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=4657358}}</ref>, Search engines and so on.


==See also==
==See also==

Revision as of 20:45, 21 November 2014

In Network science, Biased Random Walks on graph provide an approach for the structural analysis of undirected graphs in order to extract their symmetries when the network is too complex or when it is not large enough to be analyzed by statistical methods. The concept of biased random walks on graph has attracted the attention of many researchers and data companies over the past decade especially in the transportation and social networks.[1]

Definitions and Theory

There have been written many different representations of the Biased Random Walk model on graph based on the particular purpose of the analysis. A common representation of the mechanism for undirected graphs is as follows:[2]

On a graph, a walker takes an step from the current node, , to node . Assuming that each node has an attribute , The probability of jumping from node to is given by:

In fact, the steps of the walker is biased by the factor of which may differ from one node to another.[3]

Where represents the topological weight of the edge going from to . Depending on the network, the attribute can be interpreted differently. It might be implied as the attraction of a person in a social network, betweenness centrality or even it might be explained as an intrinsic characteristic of a node. It is obvious that in case of a fair random walk is one for all the nodes.
In case of shortest paths random walks[4] is the total number of the shortest paths between all pairs of nodes that pass through the node . In fact the walker prefers the nodes with higher betweenness centrality as below:

Based on the above equation, the recurrence time to a node in the biased walk is given by [5]

Applications

Variety of applications by using biased random walks on graphs have been developed; control of diffusion[6], advertisement of products on social networks, explaining dispersal and population redistribution of animals and micro-organisms[7], community detections, wireless networks[8], Search engines and so on.

See also

External links

References

  1. ^ Roberta Sinatra, Jesús Gómez-Gardeñes, Renaud Lambiotte, Vincenzo Nicosia, and Vito Latora (March 2011). "Maximal-entropy random walks in complex networks with limited information". Physical Review E.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  2. ^ J. Gómez-Gardeñes and V. Latora (Dec 2008). "Entropy rate of diffusion processes on complex networks". Physical Review Review E.
  3. ^ R. Lambiotte, R. Sinatra, J.-C. Delvenne, T.S. Evans, M. Barahona, V. Latora (Dec 2010). "Flow graphs: interweaving dynamics and structure". Physical Review E.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  4. ^ Blanchard, Ph., Volchenkov, D (2008). "Mathematical Analysis of Urban Spatial Networks". {{cite journal}}: Cite journal requires |journal= (help)CS1 maint: multiple names: authors list (link)
  5. ^ Volchenkov D, Blanchard P (2011). Fair and biased random walks on undirected graphs and related entropies. Birkhäuser. p. 380.
  6. ^ Chung, Zhao, Fan, Wenbo (2010). "PageRank and random walks on graphs". Fete of Combinatorics and Computer Science.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  7. ^ Kakajan Komurov, Michael A. White, Prahlad T. Ram (Aug 2010). "Use of Data-Biased Random Walks on Graphs for the Retrieval of Context-Specific Networks from Genomic Data". PLoS Comput Biol.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  8. ^ Beraldi, Roberto (Apr 2009). "Biased Random Walks in Uniform Wireless Networks". IEEE TRANSACTIONS ON MOBILE COMPUTING.

Category:Network theory Category:Social networks Category:Social systems Category:Social information processing