networks to that of systems with thousands or mil-
lions of nodes, and with a renewed attention to the
properties of networks of dynamical units (Boccaletti
et al., 2006).
In this section, we recall basic notions concerning
complex networks and their properties. For more de-
tailed information, we refer the readers to (Boccaletti
et al., 2006).
Formally, a complex network can be presented as
a graph either undirected or directed. In our inves-
tigations, we consider complex networks represented
by undirected graphs. It means that we are not in-
terested in directions of edges. An undirected graph
G = (N , E) consists of two sets N and E such that
N 6=
/
0 and E is a set of unordered pairs of elements
of N . The elements of N = {n
1
, n
2
, . . . , n
K
} are the
nodes of G, while the elements of E = {e
1
, e
2
, . . . , e
L
}
are the edges of G. The number of elements in N and
E is denoted by K and L, respectively. The size of
the graph is the number of nodes, i.e., K. In an undi-
rected graph, each of the links is defined by a couple
of nodes n
i
and n
j
, where i, j = 1, . . . , K, and is de-
noted as (n
i
, n
j
). The link is said to be incident in
nodes n
i
and n
j
or to join the two nodes. Two nodes
joined by a link are referred to as adjacent or neigh-
boring.
For a graph G of size K, the number of edges L is
at least 0 and at most
K(K−1)
2
(when all the nodes are
pairwise adjacent). It is often useful to consider a ma-
trix representation of a graph. A graph G = (N , E)
can be completely described by giving the adjacency
matrix A = [a
i j
]
K×K
, a square matrix whose entry
a
i j
, where i, j = 1, . . . , K, is equal to 1 when the link
(n
i
, n
j
) exists, and 0 otherwise. The degree k
i
of a
given node n
i
is the number of edges incident with the
node, and is defined in terms of the adjacency matrix
A as:
k
i
=
K
∑
j
a
i j
.
The geodesic from node n
i
to node n
j
in a graph
G is the minimal number of edges connecting n
i
with
n
j
. All the shortest path lengths of a graph G can be
represented as a matrix D in which the entry d
i j
is the
length of the geodesic from node n
i
to node n
j
.
The following properties (parameters) of a com-
plex network, represented by the graph G, are inter-
esting for us (cf. (Boccaletti et al., 2006)):
• L - the average shortest path length of G:
L =
K
K − 1
∑
i, j=1,...,K,i6= j
d
i j
• D - diameter of G:
D = max
i, j=1,...,K
d
i j
.
• C - the clustering coefficient of G:
C =
K
∑
i=1
2L
i
k
i
(k
i
−1)
K
,
where L
i
is the number of all edges existing be-
tween neighboring nodes of n
i
.
•
h
k
i
- the average degree of a node in G:
h
k
i
=
2L
K
.
The most basic topological characterization of a
graph G is expressed in terms of the degree distribu-
tion P(k). The degree distribution P(k) is defined as
the probability that a node chosen uniformly at ran-
dom has degree k. In real networks, P(k) significantly
deviates from the Poisson distribution expected for a
random graph and, in many cases, exhibits a power
law (scale-free) P(k) ∼ Ak
−γ
with 2 ≤ γ ≤ 3, where A
is a factor of proportionality. The scale-free networks
have a highly inhomogeneous degree distribution, re-
sulting in the simultaneous presence of a few nodes
(the hubs) linked to many other nodes, and a large
number of poorly connected elements.
3 PROCEDURE
First of all, the aim of designing the transformation
algorithm was to restrict an impact of the structure
of stimulus on the obtained network structure dur-
ing the analysis process. Therefore, the network has
the form of an undirected graph. In our case, as dis-
tinct from the current methodology of analysis of eye-
tracking results directed to analysis of a stimulus ef-
fectiveness (for example, testing the usability of the
Web page), regions of interest have not been fixed a
priori, equally for all of the subjects, but they have
been created by the subjects during the realization of
the face recognition process as important biometric
elements. A structure of the obtained networks cov-
ers fixations, saccades, and transitions (Matos, 2010).
The fixation lengths varies from about 100 to 600 mil-
liseconds. During this stop the brain starts to process
the visual information received from the eyes. Sac-
cades are extremely fast jumps from one fixation to
the other. The human visual field is 220
◦
. The 1 − 2
◦
area of foveal vision is about the size of a thumbnail
on an arm lengths distance. Therefore, an estimate
of the area of placement of the fovea is 2.4 cm. The
last parameter affects a circle region of interest set in
our algorithm. In the algorithm, we use the following
notation, R
r
(c) is a circle region of interest (ROI) of
radius r with the center at c, card(X) denotes a cardi-
nality of the set X.
COMPLEX NETWORK PROPERTIES OF EYE-TRACKING IN THE FACE RECOGNITION PROCESS - An Initial
Study
463