Biased random walk on a graph

{{Primary sources|date=December 2021}}

{{Short description|Structural analysis of a network}}

{{Network Science}}

In network science, a biased random walk on a graph is a time path process in which an evolving variable jumps from its current state to one of various potential new states; unlike in a pure random walk, the probabilities of the potential new states are unequal.

Biased random walks on a 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 a graph has attracted the attention of many researchers and data companies over the past decade especially in the transportation and social networks.{{cite journal |author=Roberta Sinatra |author2=Jesús Gómez-Gardeñes |author3=Renaud Lambiotte |author4=Vincenzo Nicosia |author5=Vito Latora|title=Maximal-entropy random walks in complex networks with limited information|author-link1=Roberta Sinatra|journal=Physical Review E|date=March 2011|doi= 10.1103/PhysRevE.83.030103 |pmid=21517435|volume=83|issue=3|page=030103|arxiv=1007.4936|bibcode=2011PhRvE..83c0103S|s2cid=6984660}}

Model

There have been written many different representations of the biased random walks on graphs based on the particular purpose of the analysis. A common representation of the mechanism for undirected graphs is as follows:{{cite journal|last1=J. Gómez-Gardeñes |author2=V. Latora|title=Entropy rate of diffusion processes on complex networks|journal=Physical Review E|date=Dec 2008 |doi= 10.1103/PhysRevE.78.065102 |pmid=19256892|volume=78|issue=6|page=065102| arxiv=0712.0278| bibcode=2008PhRvE..78f5102G|s2cid=14100937}}

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

:T_{ij}^\alpha=\frac{\alpha_i A_{ij}}{\sum_{k} \alpha_k A_{kj}},

where A_{ij} represents the topological weight of the edge going from j to i.

In fact, the steps of the walker are biased by the factor of \alpha which may differ from one node to another.{{cite journal |author=R. Lambiotte |author2=R. Sinatra |author3=J.-C. Delvenne |author4=T.S. Evans |author5=M. Barahona |author6=V. Latora|title=Flow graphs: interweaving dynamics and structure| journal = Physical Review E|date=Dec 2010|doi=10.1103/PhysRevE.84.017102|pmid=21867345|volume=84|issue=1|page=017102|arxiv=1012.1211|bibcode=2011PhRvE..84a7102L|s2cid=2286264}}

Depending on the network, the attribute \alpha can be interpreted differently. It might be implied as the attraction of a person in a social network, it might be betweenness centrality or even it might be explained as an intrinsic characteristic of a node. In case of a fair random walk on graph \alpha is one for all the nodes.

In case of shortest paths random walks{{cite book|author=Blanchard, P |author2=Volchenkov, D|title=Mathematical Analysis of Urban Spatial Networks| date=2008|doi=10.1007/978-3-540-87829-2| url= https://www.researchgate.net/publication/233971652|publisher=Springer |isbn=978-3-540-87828-5 |via=ResearchGate}} \alpha_i is the total number of the shortest paths between all pairs of nodes that pass through the node i . In fact the walker prefers the nodes with higher betweenness centrality which is defined as below:

:C(i)=\tfrac{\text{Total number of shortest paths through } i}{\text{Total number of shortest paths}}

Based on the above equation, the recurrence time to a node in the biased walk is given by:{{cite book |author1=Volchenkov D |author2=Blanchard P|title=Fair and biased random walks on undirected graphs and related entropies|date=2011|publisher=Birkhäuser|page=380|url=http://pub.uni-bielefeld.de/publication/1997352|isbn=978-0-8176-4903-6}}

:r_i=\frac{1}{C(i)}

Applications

There are a variety of applications using biased random walks on graphs. Such applications include control of diffusion,{{cite book|last1=Chung, Zhao| first1= Fan, Wenbo|chapter=PageRank and Random Walks on Graphs|title=Fete of Combinatorics and Computer Science | date=2010|doi=10.1007/978-3-642-13580-4_3|pages=43–62| series= Bolyai Society Mathematical Studies| volume= 20| isbn= 978-3-642-13579-8| citeseerx= 10.1.1.157.7116| s2cid= 3207094}} advertisement of products on social networks,{{cite book|last1=Adal, K.M.|chapter=Biased random walk based routing for mobile ad hoc networks|pages=1–6|date=June 2010|doi=10.1109/ICIAS.2010.5716181|isbn=978-1-4244-6623-8|title=2010 International Conference on Intelligent and Advanced Systems|s2cid=16113377}} explaining dispersal and population redistribution of animals and micro-organisms,{{cite journal |author=Kakajan Komurov |author2=Michael A. White |author3=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 |pmc=2924243 |pmid=20808879|doi=10.1371/journal.pcbi.1000889|volume=6|issue=8|pages=e1000889|bibcode=2010PLSCB...6E0889K |doi-access=free }} community detections,{{cite journal|last1=J.K. Ochab |author2=Z. Burda|title=Maximal entropy random walk in community detection|journal=The European Physical Journal Special Topics|date=Jan 2013|doi=10.1140/epjst/e2013-01730-6|volume=216|pages=73–81|arxiv=1208.3688|bibcode=2013EPJST.216...73O|s2cid=56409069}} wireless networks,{{cite journal| last1=Beraldi |first1=Roberto| title= Biased Random Walks in Uniform Wireless Networks|journal=IEEE Transactions on Mobile Computing|volume=8|issue=4|pages=500–513|date=Apr 2009|doi=10.1109/TMC.2008.151|s2cid=13521325}} and search engines.{{cite journal |author=Da-Cheng Nie |author2=Zi-Ke Zhang |author3=Qiang Dong |author4=Chongjing Sun |author5=Yan Fu|title=Information Filtering via Biased Random Walk on Coupled Social Network|journal=The Scientific World Journal|volume=2014|page=829137|date=July 2014|doi=10.1155/2014/829137|pmid=25147867|pmc=4132410|doi-access=free}}

See also

References

{{Reflist}}