The Spreading of Information in Online Social Netw
The Spreading of Information in Online Social Netw
Complexity
Volume 2018, Article ID 1890643, 9 pages
https://doi.org/10.1155/2018/1890643
Research Article
The Spreading of Information in Online Social Networks
through Cellular Automata
Copyright © 2018 Yuda Wang and Gang Li. This is an open access article distributed under the Creative Commons Attribution
License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly
cited.
Epidemic dynamics in complex networks have been extensively studied. Due to the similarity between information and disease
spreading, most studies on information dynamics use epidemic models and merely consider the characteristics of online social
networks and individual’s cognitive. In this paper, we propose an online social networks information spreading (OSIS) model
combining epidemic models and individual’s cognitive psychology. Then we design a cellular automata (CA) method to provide a
computational method for OSIS. Finally, we use OSIS and CA to simulate the spreading and evolution of information in online social
networks. The experimental results indicate that OSIS is effective. Firstly, individual’s cognition affects online information spreading.
When infection rate is low, it prevents the spreading, whereas when infection rate is sufficiently high, it promotes transmission.
Secondly, the explosion of online social network scale and the convenience of we-media greatly increase the ability of information
dissemination. Lastly, the demise of information is affected by both time and heat decay rather than probability. We believe that these
findings are in the right direction for perceiving information spreading in online social networks and useful for public management
policymakers seeking to design efficient programs.
Furthermore, most previous studies of dynamical pro- (iii) revealing the characteristic of online social networks
cesses on complex networks are based on mean field method information dissemination.
[32] or analytical equation [33]. However, these approaches
has some serious drawbacks. The method based on mean The sections in this paper are structured as follows: Section 1
field can only reflect an approximate trend from macroscopic presents the background while Section 2 describes the model;
view, which cannot accurately describe the spreading state Section 3 shows the design of cellular automata followed by
of each individual. Meanwhile, analytical equation neglects the experimental results in Section 4; finally, we conclude our
variable susceptibility of individuals and cannot handle the paper in Section 5 with the future work discussed.
different boundary and initial condition; in addition, it will
be very complicated for large-scale online social networks. 2. Online Social Network Information
Cellular automata (CA) [34, 35] proposed by Von Neumann Spreading Model
can overcome the above drawbacks and have been used by
several researchers as an alternative method of modeling 2.1. Analysis of Information in Online Social Network. Com-
epidemics. In this model every cell of the grid represents pared with traditional social networks, online social networks
an individual, updating state of each cell by state transition use Internet as the medium of communication rather than
criterion [36, 37]. face-to-face, which makes information transmission more
In summary, complex networks provide theoretical basis easy to forward. Meanwhile, in social networks such as Twit-
for social network topology, and the extensive investigation ter, information is transmitted synchronously to all friends,
of epidemic models promotes the quantitative study of which is different from the peer-to-peer communication
information spreading. By referring to complex network of offline networks. The communication of information is
dynamics, as well as combining the features of public opinion, more highly timely. Meanwhile, because of the intelligence of
a breakthrough has been made in the research on information terminals, the carrier of online information varies from text
transmission in social networks. With the rapid development to sound, picture, video, etc. The content becomes interesting
of mobile Internet and Internet of things, the online social and easy to understand. Based on the features described
network is fundamentally different from the traditional social above, we consider the information spreading model from
network. The spreading and control of information, espe- three aspects.
cially public opinion, has become a difficulty and key point
(i) Propagation factor: Due to the characteristics of
concerned by public management policymakers. Meanwhile,
online social networks and individual’s fast-food
due to the complexity of network topology and the explosion
reading habits, the cognition of information depends
of network access nodes, traditional analytical methods have
not only on the content itself, but also on the heat.
been unable to accurately calculate the results. By introducing
The more the friends who are concerned around a
the cellular automata theory, the bottleneck can be solved
topic, the higher the probability that an individual will
through the iterative calculation.
spread it.
In this paper, we propose an online social networks
information spreading (OSIS) model combining individual’s (ii) Memory superposition factor: Online social net-
cognitive psychology with traditional SEIR model. Moreover, works shorten the distance among people, which
we provide a computational method to prove the accuracy makes people access the same information over a
and authenticity of OSIS by cellular automata. We obtained continuous period of time; we call this phenomenon
experimental results with the help of computer graph theory. memory superposition. The memory superposition
The results reveal that individual’s cognition affects online enhances people’s curiosity, thus prompting the
information spreading. When infection rate is low, cognitive spreading.
psychology prevents the spreading. By contrast, when infec- (iii) Information attenuation factor: In traditional epi-
tion rate is sufficiently high, it promotes transmission. We demic models, a disease is cured via a certain prob-
also demonstrate that the explosion of online social network ability, whereas the demise of information is affected
scale and the convenience of we-media can greatly increase by both time and heat decay.
the ability of information dissemination, especially rumors.
Finally, we show that the demise of information is affected by 2.2. Description of OSIS Model. Since information spreading
the dual effects of the decay of time and heat. In particular, is similar to epidemic, we propose our online social network
the major contributions of our work can be summarized as information spreading (OSIS) model by combining the char-
follows: acteristics of online social networks mentioned above with
epidemic SEIR model. In OSIS, each individual adopts one of
(i) a new information spreading model that takes into four states: unaware, concerned, interested, and abandoned.
account individual’s cognitive psychology and the Unaware represents the individual who has not heard the
characteristics of online social networks: herd men- information and has the potential to accept it. Concerned
tality factor, memory superposition factor, and atten- stands for the person who is aware of the news but not
tion attenuation factor; willing to transmit it currently. Interested means the one
believes in the news and has the ability to spread it. And
(ii) a two-dimensional CA method that can accurately abandoned denotes the individual who loses interests and
analyze the process of online information spreading; never transmits the information again. We use complex
Complexity 3
Define:
concerned (1) State ← current state of a node
(2) 𝜏 ← time step
(3) Duration ← the period in current state
Procedure:
unaware interested abandoned (4) for each t ∈ 𝜏 do
(5) Traverse the network and fill in State of each node
(6) for each node in small-world networks do
(7) if State = unaware then
Figure 1: The state transfer diagram. (8) if Propagation factor then
(9) State ← interested
(10) else
(11) State ← concerned
networks as the model of real social networks, in which
(12) end if
each node and edge present individual and online social (13) else if State = concerned then
relationship. (14) if Memory superposition factor then
As shown in Figure 1, the state of each node can be (15) State ← interested
transformed over time. Initially, we randomly pick up one (16) else
node as an interested node and the rest are in unaware state. (17) Duration ← Duration + 1
At each time step, an unaware state individual receives a topic (18) end if
from her neighbor and turns to interested or concerned state (19) else if State = interested then
according to the propagation factor. Furthermore, whether or (20) if Information attenuation factor then
not a concerned state node turns to interested state is based (21) State ← abandoned
on memory superposition factor. Additionally, information (22) else
(23) Duration ← Duration + 1
attenuation factor determines interested to abandoned state.
(24) end if
(25) end if
2.3. The Algorithm. Based on OSIS model described above, (26) end for
an algorithm for simulation of information spreading on (27) end for
complex networks has been developed. The core idea in
Algorithm 1 is presented with pseudocode. Algorithm 1: The information spreading model pseudocode.
1.0 1.0
percentage
0.6 0.6
0.4 0.4
0.2 0.2
0.0 0.0
0 5 10 15 20 25 30 0 5 10 15 20 25 30
t t
unaware interested unaware interested
concerned abandoned concerned abandoned
(a) (b)
1.0 1.0
0.8 0.8
percentage
percentage
0.6 0.6
0.4 0.4
0.2 0.2
0.0 0.0
0 5 10 15 20 25 30 0 5 10 15 20 25 30
t t
unaware interested susceptible infected
concerned abandoned exposed recovered
(c) (d)
1.0 1.0
0.8 0.8
percentage
percentage
0.6 0.6
0.4 0.4
0.2 0.2
0.0 0.0
0 5 10 15 20 25 30 0 5 10 15 20 25 30
t t
susceptible infected susceptible infected
exposed recovered exposed recovered
(e) (f)
Figure 3: The percentage of each state in a continuous period of time. The spreading model is OSIS ((a), (b), (c)) and SEIR ((d), (e), (f))
separately. The infection rate is 0.35 in (a) and (d), 0.55 in (b) and (f), 0.75 in (c) and (e).
Firstly, we set up three sets of contrastive experiments. infection rate is 0.35 and 0.55 in the first and second set, which
Without generality, we set the rewiring probability of the is 0.75 in the third one.
small-world networks 1, i.e., a “complete” small-world net- Initially, one node in the centre is infected. After 30 time
work. And the threshold of the memory superposition factor periods, the percentage of each state is recorded and the result
is 1 and the threshold of information attenuation is 0.5. The is shown in Figure 3.
6 Complexity
(a)
(b)
(c)
(d)
Figure 4: The information spreading evolution in small-world. The spreading model is OSIS ((a), (b)) and SEIR ((c), (d)) separately. (a) and
(c) present the evolution of interested nodes, (b) and (d) stand for abandoned nodes. The infection rate is 0.35. The time period is 0, 5, 10, 15.
It can be seen from Figures 3(a) and 3(d) that when to 0.57 from 0.33. This is due to the fact that herd mentality
infection rate is low, the percentage of nodes in final aban- and memory superposition effect promote the spreading of
doned state is 94% in SEIR, which decreases as much as information.
38% to 58% in OSIS. This is because when the number Furthermore, to discover the evolution of OSIS, we
of initial infected nodes as well as information spreading investigate the information spreading over space. In this
capacity is low, herd mentality inhibits the transmission of experiment, rewiring probability of the small-world network
information. The phenomenon explains herd mentality effect is that 0.1 and 1 nodes in the centre of the network are infected
on online social networks from the reverse. Figures 3(b) and initially. It can be seen from Figure 4 that the evolution of
3(e) illustrate the peak of interested nodes is significantly online social network information is a gradual process, while
delayed, which is from the 7th time step in SEIR to the 13th the disease transmission has the characteristics of sudden
time step in OSIS. The result reveals that both propagation outbreak and the one exposed to the disease eventually
and disappearance of a topic is gradual over time or with the develops antibodies. Further comparing Figures 4(a) and
attention of people around, which is different from epidemic. 4(c), it is evident that the disease with SEIR model spreads
Figures 3(c) and 3(f) demonstrate that when the infection rate very fast and suddenly dies out. By contrast, the information
is high, the number of infected nodes is increased by 72% spreads throughout the network smoothly. Meanwhile, the
Complexity 7
2500 2500
2000 2000
number of abandoned
number of abandoned
1500 1500
1000 1000
500 500
0 0
0 10 20 30 40 50 60 70 0 10 20 3040 50 60 70
t t
initially 1 interested initially 1 interested
initially 10 interested initially 10 interested
initially 100 interested initially 100 interested
(a) (b)
2500
2000
number of abandoned
1500
1000
500
0
0 10 20 3040 50 60 70
t
initially 1 interested
initially 10 interested
initially 100 interested
(c)
Figure 5: The influence of different initial infection ratio in small-word. The rewiring probability is 0, 0.1, 1 in (a), (b), (c), respectively. Each
experiment randomly selects 1, 10, 100 initial interested nodes.
contrast between Figures 4(b) and 4(d) shows that the leads to a faster spreading and a higher steady-state infection
abandoned nodes in SEIR are in the large area, while the density. When the rewiring probability is 0.1, the peak is
number of immunized nodes in OSIS is flat. The results are reached at the 15th time period, while it reduces to 10th time
consistent with the above conclusions. period when the rewiring probability is 1. All the results above
reveal that the more initial infected nodes, the easier it is to
4.2.2. The Influence of Different Initial Infection Ratio. In spread information. However, this effect tends to converge
order to prove the influence of initial infection ratio on as the rewiring probability increases. Additionally, with the
information spreading, we randomly select 1, 10, and 100 strengthening of the small-world features (i.e., the average
initial interested nodes. The rewiring probability in each set number of friends per person in social networks is greater),
of experiments is 0, 0.1, and 1, respectively, and the infection the information can spread farther and inhibited harder.
rate is 0.35. The threshold of the memory superposition factor
is 1 and the threshold of information attenuation is 0.5. The 4.2.3. The Effect of Memory Superposition. To explore the
abandoned state nodes are recorded. memory superposition effect on information spreading. We
It is observable from Figure 5(a) that the number of initial perform simulations to obtain the infection density in the
infected nodes plays a decisive role in spreading when small- steady state as a function of the effective infection rate 𝛼
world effect is not obvious (i.e., rewiring probability is 0). for various superposition thresholds. In this experiment, the
When the number of initial interested nodes is 10, the number rewiring probability of the network is 0.1 and the threshold of
of the eventually abandoned nodes is 8 times more than that information attenuation is 0.5.
of 1 initial interested node, while the multiple is 60 times We set up three sets of experiments. The infection rate
when the number of initial interested nodes is 100 and 1. As in each set is 0.1, 0.5, and 0.7; meanwhile, the superposition
shown in Figures 5(b) and 5(c), a higher rewiring probability threshold is 1, 3, and 5. Initially, one node in network is
8 Complexity
2000
model itself. As for the future work, we believe that the real
online social network is not a single small-world network.
1500
Due to the vigorous development of Web 2.0, online networks
such as Weibo, Twitter, and Facebook are intertwined. We
1000
deem the information spreading in interconnected small-
500
world networks as the promising and challenging future
work.
0
0.1 0.5 0.7
infection rate Data Availability
superposition threshold=1
superposition threshold=3 The data used to support the findings of this study are
superposition threshold=5 available from the corresponding author upon request.
[15] M. H. A. Biswas, L. T. Paiva, and M. D. R. D. Pinho, “A [36] G. J. Martnez, A. Adamatzky, F. Chen, and L. Chua, “On Soliton
SEIR model for control of infectious diseases with constraints,” Collisions between Localizations in Complex Elementary Cel-
Mathematical Biosciences & Engineering, vol. 11, no. 4, p. 761, lular Automata: Rules 54 and 110 and Beyond,” Complex Systems,
2014. vol. 117, 2013.
[16] X. Fu, A. Passarella, D. Quercia, A. Sala, and T. Strufe, “Online [37] H. F. Gagliardi and D. Alves, “Small-world effect in epidemics
Social Networks,” Computer Communications, vol. 73, pp. 163– using cellular automata,” Mathematical Population Studies. An
166, 2016. International Journal of Mathematical Demography, vol. 17, no.
[17] X. Ke, Z. Sai, C. Hao et al., “Measurement and analysis of online 2, pp. 79–90, 2010.
social networks,” Chinese Journal of Computers, pp. 29–42, 2014. [38] X. Jin, J. Li, and L. Zhang, Online Social Networks Based on
[18] Q. Ying, Z. Nan, and Z. Laijun, “Research on the law of weibo Complex Network Theory and Simulation Analysis, Springer
publicity transmission,” Journal of the China Society for Scientic International Publishing, 2015.
and Technical Information, vol. 31, no. 12, pp. 1299–1304, 2012
(Chinese).
[19] weibo, https://weibo.com/.
[20] F. Xiong, Y. Liu, Z. J. Zhang, J. Zhu, and Y. Zhang, “An
information diffusion model based on retweeting mechanism
for online social media,” Physics Letters A, vol. 376, p. 2103, 2012.
[21] D. Centola, “The spread of behavior in an online social network
experiment,” Science, vol. 329, no. 5996, pp. 1194–1197, 2010.
[22] H. Wu, A. Arenas, and S. Gmez, “Influence of trust in the
spreading of information,” Physical Review, vol. 95, 2016.
[23] A. L. Hill, D. G. Rand, M. A. Nowak, and N. A. Christakis,
“Infectious disease modeling of social contagion in networks,”
PLoS Computational Biology, vol. 6, no. 11, Article ID e1000968,
15 pages, 2010.
[24] L. Lü, D.-B. Chen, and T. Zhou, “Small world yields the most
effective information spreading,” New Journal of Physics, p.
825834, 2011.
[25] J. X. Zhang, D. B. Chen, Q. Dong, and Z. D. Zhao, “Identifying
a set of influential spreaders in complex networks,” Scientic
Reports, vol. 6, 2016.
[26] W. Wang, M. Cai, and M. Zheng, “Social contagions on
correlated multiplex networks,” Physica A Statistical Mechanics
& Its Applications, vol. 499, 2017.
[27] W. Wang, X. L. Chen, and L. F. Zhong, “Social contagions with
heterogeneous credibility,” Physica A Statistical Mechanics & Its
Applications, 2018.
[28] W. Wang, M. Tang, S. H. Eugene, and L. A. Braunstein,
“Unification of theoretical approaches for epidemic spreading
on complex networks,” Reports on Progress in Physics, p. 036603,
2017.
[29] W. Wang, M. Tang, H. F. Zhang, H. Gao, Y. Do, and Z. H.
Liu, “Epidemic spreading on complex networks with general
degree and weight distributions,” Physical Review E Statistical
Nonlinear &a Soft Matter Physics, vol. 90, p. 042803, 2014.
[30] X. Zhu, W. Wang, S. Cai, and H. E. Stanley, “Stanley, Dynamics
of social contagions with local trend imitation,” Scientic Reports,
vol. 8, 2018, Scientic Reports.
[31] X. Zhu, W. Wang, S. Cai, and H. E. Stanley, “Optimal imitation
capacity and crossover phenomenon in the dynamics of social
contagions,” Journal of Statistical Mechanics Theory & Experi-
ment, Article ID 063405, p. 063405, 2018.
[32] A. L. Barabsi, R. Albert, and H. Jeong, “Mean-field theory for
scale-free random networks,” Physica A, vol. 272, p. 173, 1999.
[33] S. A. Pandit and R. E. Amritkar, “Characterization and control
of small-world networks,” Physical Review E: Statistical, Nonlin-
ear, and Soft Matter Physics, vol. 60, no. 2, pp. R1119–R1122, 1999.
[34] J. Von Neumann, Papers of John Von Neumann on Computing &
Computer Theory, vol. 1, 1951.
[35] B. Chopard and M. Droz, Cellular Automata for Modeling
Physics, Cambridge University Press, Cambridge, UK, 1998.