Literature DB >> 28281563

Multiplex visibility graphs to investigate recurrent neural network dynamics.

Filippo Maria Bianchi1, Lorenzo Livi2, Cesare Alippi3,4, Robert Jenssen1.   

Abstract

A recurrent neural network (RNN) is a universal approximator of dynamical systems, whose performance often depends on sensitive hyperparameters. Tuning them properly may be difficult and, typically, based on a trial-and-error approach. In this work, we adopt a graph-based framework to interpret and characterize internal dynamics of a class of RNNs called echo state networks (ESNs). We design principled unsupervised methods to derive hyperparameters configurations yielding maximal ESN performance, expressed in terms of prediction error and memory capacity. In particular, we propose to model time series generated by each neuron activations with a horizontal visibility graph, whose topological properties have been shown to be related to the underlying system dynamics. Successively, horizontal visibility graphs associated with all neurons become layers of a larger structure called a multiplex. We show that topological properties of such a multiplex reflect important features of ESN dynamics that can be used to guide the tuning of its hyperparamers. Results obtained on several benchmarks and a real-world dataset of telephone call data records show the effectiveness of the proposed methods.

Entities:  

Mesh:

Year:  2017        PMID: 28281563      PMCID: PMC5345088          DOI: 10.1038/srep44037

Source DB:  PubMed          Journal:  Sci Rep        ISSN: 2045-2322            Impact factor:   4.379


A current research trend aims at investigating complex time-variant systems through graph theory, by considering suitable features associated with vertices and edges1. Of particular interest are those systems that also perform a computation when driven by an external input signal. An example is that of artificial RNNs234, which are computational dynamical systems whose link with physics and neurosciences dates back to the ‘80 with some pioneering works from Jordan5 and Amit et al.6. Nowadays, RNNs are gaining renewed interest in neuroscience due to their biological plausibility78910 and in computer science and engineering for their modeling ability1112. RNNs are capable to generate complex dynamics and perform inference based on current inputs and internal state, the latter maintaining a vanishing memory of past inputs1314. Let us consider trajectories describing the evolution of a dynamical system in state space, e.g., the space containing all possible system states. As an example, in Fig. 1 we show the trajectories of a dynamical system operating in ordered (left) and chaotic (right) regimes, whose state is defined by the values of variables θ1, θ2, and θ3 at time t. Discriminating between order and chaos is of fundamental importance for investigating the properties of a dynamical system. It emerges that, such properties are manifested in the memory of the dynamical system and in the divergence rate of its state trajectories15. Fading memory is a desirable property of a dynamical system, and is characterized by ordered (contractive) dynamics. This is also referred to as the echo state property in the reservoir computing community16 and ensures that the current state/output of the system depends only on a finite number of past states/inputs17. At the same time, a high divergence rate between state trajectories (a property of chaotic dynamics) is also a desirable feature of RNNs. Results show that RNNs operating in a chaotic regime are able to produce meaningful patterns of activity18 and a balance must be struck in order to meet both properties. As a consequence, a (computational) dynamical system has to operate on the transition between order and chaos, in a region of the controlling parameter space called “edge of criticality”. On the edge of criticality, RNN internal dynamics becomes richer, meaning that neuron activations become heterogeneous15. Such a diversity both improves memory capacity of RNNs as well as their capability to reproduce complex target dynamics1920. The notion of edge of criticality permeates several complex systems212223, including random Boolean networks24 and populations of spiking neurons25. It is furthermore well-known that several complex systems spontaneously adapt to operate towards the edge of criticality, according to a mechanism known as self-organizing criticality in the statistical physics literature26.
Figure 1

Trajectories in the state space of a system described by the evolution of variables θ1, θ2, and θ3 over time.

The behavior of the system is controlled by a parameter (not specified), which we assume to be able to produce ordered (left plot) and chaotic (right plot) dynamics, depending on its value. In the ordered regime, the trajectories converge to the same fixed point when starting from 2 different initial conditions (red dots). In this configuration, the system is characterized by a fading memory of previous states. In the chaotic regime, on the other hand, trajectories remain separated if the system starts from different initial conditions.

In this work, we study ESNs2728, a class of RNNs characterized by a large, untrained recurrent layer producing outputs by means of a linear (trained) readout layer. As such, ESNs are trained by optimizing readout weights only through a fast linear regression, rather than learning the weights of the recurrent layer by means of backpropagation through time, as in more general RNNs11. Please, note that more sophisticated readout layers, requiring longer training procedures, could be used as well29. ESNs trade the precision of gradient descent with the “brute force” redundancy of the random recurrent layer. This, inevitably, makes ESNs more sensitive to selection of the hyperparameters that control their internal dynamics. Therefore, the difficulty involved in finding the optimal hyperparameters is more crucial for ESNs than in other RNN models. The non-linear recurrent nature of ESNs hampers interpretability of internal state dynamics30. As such, ESNs (as any other RNN) are usually treated as black box models with hyperparameters tuned in a supervised manner through cross-validation. However, cross-validation requires evaluation of the computational performance on a validation set for each hyperparameter configuration. This might be a serious limitation in real-life applications, whenever the data are scarce and/or supervised information unavailable. Moreover, the model has to be re-trained for each hyperparameter configuration; this is an issue whenever the learning procedure is computationally demanding29. Several unsupervised methods for ESNs tuning have been proposed in the literature, e.g., see refs 31,32. Although unsupervised tuning seldom achieves the same level of accuracy of the supervised counterpart, it offers some insights to the interpretation of the system behavior33. Typically, unsupervised learning is achieved by observing the dynamics of the states. These methods are usually based on a statistical framework, which requires reservoir outputs to be independent and identically distributed (i.i.d.). However, internal states are not identically distributed when ESNs are driven by non-stationary inputs34. Independence, instead, is always violated both by dependent inputs and by temporal dependencies introduced by recurrent connections. Therefore, even if the input signal is i.i.d., neurons activations may be identically distributed but never independent. With this work, we propose two unsupervised graph-based methods for tuning ESN hyperparameters, with the aim to maximize (i) prediction accuracy and (ii) memory capacity. In our framework, temporal dependencies in time series of neurons activations (states) are converted into connections of a graph representation. This step allows to relax the i.i.d. assumption of statistical methods. Then, graphs associated with all neurons activations become layers of a structure called a multiplex. A multiplex graph3536373839 is a special type of multilayer network, whose vertices are replicated through each layer and connected across layers only with their replicas. The topology (i.e., the edges) of the graph in each layer can be different. In particular, here we use a multiplex visibility graph40, whose layers consist of a particular class of graphs called horizontal visibility graphs (HVGs)41. HVGs are planar graphs built from real-valued time series, whose elements have one-to-one correspondence with the vertices. Important properties, linking the structure of HVGs with features (e.g., onset of chaotic behavior) of the dynamic system underlying the analyzed time series, have been recently studied4243444546. This last aspect provides an important justification for using HVGs to model neuron activations for the purpose of hyperparameter tuning. The novelty introduced in our paper refers to the characterization of ESN dynamics through structural characteristics of the associated multiplex network. To the best of our knowledge, this is the first time ESNs are studied within the framework of multiplex networks. However, it is worth citing a loosely related paper by Zhang et al.47, where the authors set the basis for a graph-theoretical analysis of RNNs. Here, we represent the instantaneous state of an ESN through a set of vertex properties of the multiplex (e.g., degree, clustering coefficient). Edges in HVGs might cover a relevant time interval (contained within the longest period of the signal), while they are still local in terms of topology. Accordingly, the ESN state can be characterized also by information that is non-local in time. To find hyperparameters yielding highest prediction accuracy, we search hyperparameter configurations producing neuron activations as diverse as possible. This occurs when neurons dynamics is maximally heterogeneous (critical dynamics), a characteristic that, as we will show in the paper, is well-captured by the average entropy of vertex properties of the multiplex. Successively, to quantify the amount of memory in an ESN, we check the existence of neuron activations that are “similar” to different delayed versions of the input. In fact, memory in ESNs depends on the ability to reproduce past input sequences from information kept within some neuron activations. We describe dynamics of delayed inputs and of neuron activations through unsupervised graph-based measures. Then, by evaluating the agreement between such measurements, we quantify the memory capacity. We provide experimental evidence that our methods achieve performance comparable with supervised techniques for identifying hyperparamer configurations with high prediction accuracy and large memory capacity.

Methods

Echo state networks

A standard ESN architecture consists of a large, recurrent layer of non-linear neurons sparsely interconnected by edges with randomly generated weights, called a reservoir, and a linear, feedforward readout layer that is usually trained with regularized least-squares optimization27. De facto, the recurrent layer acts as a non-linear kernel48 that maps inputs to a high-dimensional space. The time-invariant difference equations describing the ESN state-update and output are, respectively, defined as The reservoir contains N neurons whose transfer/activation function f(·) is usually a hyperbolic tangent and g(·) is usually the identity function. At time instant t, the ESN is driven by the input signal and produces the output , being N and N input and output dimensions, respectively. The vector describes the ESN (instantaneous) state. The weight matrices (reservoir connections), (input-to-reservoir connections), and (output-to-reservoir connections) contain real values randomly sampled from a uniform or Gaussian distribution. Weights in and , instead, are trained (typically by means of regularized least-squares algorithm) according to the task at hand. Once given, the designer can control , , and only through scaling coefficients. For instance is scaled by a multiplicative constant ω, which has the effect to tune the impact of the ESN output on the next state. In this study, the output feedback is removed by setting ω = 0. Hence, the resulting state-update difference equation (1) becomes while the output equation (2) remains unchanged. The properties of the ESN described in (3) heavily depend on two hyperparameters. First, input weights in are scaled by a multiplicative constant ω, which controls the amount of non-linearity introduced by neurons. Large values for ω tend to saturate the non-linear activation functions. The second hyperparameter is the spectral radius ρ (eigenvalue with largest absolute value) of , which is related to the echo-state property, discussed earlier. For a detailed discussion on the relationships between stability, performance and ρ, we suggest to the interested reader ref. 30 and references therein. Here, it suffices to say that a widely adopted rule-of-thumb49 suggests to set ρ to a value slightly smaller than 1 (e.g., ρ = 0.99). However, to reach higher performance in some practical tasks, it could be necessary to pick a small value for ρ or to breach the aforementioned “safety” bound and push its value beyond unity. Note that in this latter case asymptotic stability of the ESN might still hold, even if some assumptions are locally violated. In this work, we focus only on the tuning of the hyperparamers ρ and ω, without affecting generality of the proposed methods that can be adopted to tune also other hyperparamers. The optimal values of ρ and ω for the task at hand are typically identified with a cross-validation procedure, with the potential associated shortcomings mentioned above. For that reason, different unsupervised approaches have been proposed for their tuning303133. For example, the effect of ρ and ω on the ESN computational capability can be investigated through the maximal local Lyapunov exponent (MLLE), which measures the divergence rate in state space of trajectories with similar initial conditions. In autonomous (not input-driven) systems, chaos occurs when the maximal Lyapuanov exponent becomes positive, while in input-driven systems, like ESN, one typically relies on local first-order approximations of this quantity (see ref. 30 for details). Accordingly, the onset of criticality in ESNs can be detected by checking when MLLE crosses 0. Another quantity, which was shown to be more accurate in detecting criticality in dynamic systems and well-correlated with ESN performance, is the minimal singular value (in average, over time) of the reservoir Jacobian, denoted as λ33. λ is unimodal and in correspondence of its maximum the dynamical system is far from singularity, has many degrees of freedom, has a good excitability, and it separates well the input signals in state space33. By assuming a null input in Eq. (3), the Jacobian matrix of the reservoir at time t is given by , where the diag(·) operator returns a diagonal matrix. In this paper, λ will serve as a baseline for comparison to our proposed graph-based unsupervised methods for improved ESN hyperparameter tuning, as discussed in the next section.

Horizontal visibility graph and multiplex network

The HVG41 associated with a finite univariate time series , is constructed by assigning a vertex v to each datum x[t]. The adjacency matrix A characterizes the graph: two vertices v and v, i ≠ j are connected by an edge (A[i, j] = 1) iff the corresponding data fulfill the criterion x[t], x[t] > x[t], ∀ t < t < t. In a multivariate scenario, the data stream is composed of N different time series , of equal length tmax. A multivariate time series can be mapped into a multiplex visibility graph with N layers40. Specifically, the lth multiplex layer is defined by the HVG G constructed from x. In the multiplex, a vertex is replicated on all layers and such replicas are linked by inter-layer connections, while intra-layer connections might change in each layer. From now on, we denote v[t] to be the vertex of G in layer l associated with time interval t. In this paper we introduce a weighted HVG (wHVG), with edge values defined as . Since self-loops are forbidden in HVGs, edge weights are always well-defined (i.e., finite). The use of weights permits to capture additional information, as it accounts for distance in time (j − i) and amplitude differences (x[i] − x[j]) of two data points connected by the visibility rule. This weighting scheme is motivated by our need to characterize and exploit the instantaneous state by means of a suitable measure of heterogeneity (discussed in the next section). To distinguish the original adjacency matrix from the one of the wHVG, we refer the former as binary adjacency matrix and the latter as weighted adjacency matrix. Algorithm 2 delivers the pseudo-code for constructing a HVG (and a wHVG) from time series x. The worst case complexity of this algorithm is , which occurs when values in x are monotonically decreasing. Instead, the best case complexity is and arises in correspondence of monotonically increasing values in x.

Vertex properties

Let us consider an ESN with a reservoir of size N, driven by an input of length tmax. According to (3), the ESN generates N time series , of neuron activations (state). The multivariate time series is represented here by a multiplex . Indexes of the vertices on each layer l of are associated one-to-one with the time index of the original time series. Hence, the ESN state at time t is represented by the vertices and by vertex properties . In Table 1 we introduce four indexes: vertex degree, clustering coefficient50, betweenness and closeness centrality51.
Table 1

Vertex characteristics used to generate different instances of the vertex property vector ϕ.

Vertex degreeϕDG(v) = ∑iA[i, v]Number of edges incident to vertex v.
Clustering coefficientClustering coefficient of vertex v, applicable to both weighted and binary graphs. In ref. 68, . Here, we consider to include also v (and its edges).
Betweenness CentralityMeasures the centrality of vertex v. σij is the total number of shortest paths from i to j and σij(v) denotes the number of shortest paths passing through v.
Closeness centralityTotal distance of a vertex v from all other vertices in the graph. |σ(i, v)| denotes the length of the shortest path between i and v

Heterogeneity of neurons dynamics

The capability of an ESN to reproduce the dynamics of a target system, hence to predict its trajectory in state space, is maximized on the edge of criticality, where the internal dynamical patterns of an ESN become sufficiently rich. In the literature, such a “richness” is usually expressed in terms of diversity of connection weights52, entropy or rank of the matrix of neuron activations15532. In the same spirit, in order to find hyperparameters yielding maximal prediction accuracy, here we look for those hyperparameter configurations giving rise to neuron activations that are as heterogeneous as possible. Figure 2 provides a visual example of the concept herein discussed. As an illustration, we consider an ESN driven by a sinusoid. We depict the neuron activations and the corresponding HVGs. We select a time step (marked by a black square in the picture) and we show the correspondence between the element in each time series of the neuron activations and the vertices in the associated HVGs. When the ESN operates with a contractive dynamic (2a), neuron activations weakly depend on previous ESN states and they are all very similar to the input signal. This results in a lack of diversity among activations. Accordingly, the corresponding HVGs in the multiplex contain vertices with similar properties, e.g., similar degree and clustering coefficient. When the ESN approaches the edge of criticality, neuron activities highly depend on previous internal states, which encode information of past inputs and internal structure of neuron connections. As we can see from (2b), on the edge of criticality, the activations have different frequencies and their phases are shifted. Such a heterogeneity in the ESN instantaneous state is captured by vertex properties of the multiplex. Finally, if pushed beyond the edge of criticality, the ESN transits into a chaotic regime as shown in (2c). In this case, neuron activations become noise-like and disordered oscillations generate HVGs with vertex properties very different from previous configurations. However, the diversity of the patterns in different time series disappears, hence heterogeneity is again lost. This lack of variety is also highlighted by recurrence of similar motifs in the corresponding HVGs.
Figure 2

Heterogeneity of the graph-based representation of the ESN instantaneous state.

From each time series, we visualize only a portion of its HVG and consider a specific time step (black square). In the HVGs, we highlight in red the edges connecting each vertex that corresponds to the selected time step. For the clustering coefficient, instead, one has to consider also edges highlighted in green. The non-local nature of ESN graph-based state is evident from such representations, since vertices can be connected to other vertices that are associated to time instants far away along the sequence.

To determine the heterogeneity of neuron activations, we consider the entropy of the related vertex property distribution. In particular, heterogeneity is computed as follows: At each time t, evaluate the vertex properties using one of the properties listed in Table 1. Estimate distribution p(Φ*[t]) using a histogram with b bins. Compute instantaneous entropy: H = H(p(Φ*[t])), where H(·) is the Shannon entropy. Define heterogeneity as average entropy over time instants: . The procedure described above, is visually represented in Fig. 3. By referring to the figure, we observe that, at given time t, the ESN state is represented by those vertices in the multiplex tagged with the same label across the layers. For example, the ones in red describe the instantaneous state of the ESN at time step t4 and a vector of vertex properties Φ*[t4] is computed for this set of vertices. Then, we estimate the distribution p(Φ*[t4]) and compute the entropy . In order to compute , the procedure is repeated for each time step. Finally, is used to characterize the current hyperparameter configuration. The average entropy depends on the specific vertex property chosen for the analysis (we taken into account four properties, e.g., vertex degree, clustering coefficient, betweenness and closeness centrality – see Table 1). These vertex properties lead to four different entropy values , , , and .
Figure 3

High-level illustration of the proposed methodology.

The activity of an ESN that is driven by some input signal is analyzed through a multivariate time series of neuron activations. We map such time series with a multiplex formed by HVGs on the layers. In this way, we get rid of problems related to stationarity and dependence of neuron activations. Note that with such a representation, the state of an ESN is defined through graph-theoretical tools, which allows to include non-local (in time) information in the ESN instantaneous state. For instance, at time instant t4, instead of the original activations, we consider a vertex property (e.g., vertex degrees ΦDG[t4]) of the HVG to represent the ESN state. The instantaneous state is eventually characterized by a measure of heterogeneity of such values; here, entropy is taken into account.

To summarize, given an input signal, we select hyperparameter configurations that maximize such entropy values. This criterion is inspired by the aforementioned observation linking performance of a computational dynamical system (i.e., prediction accuracy and memory) with heterogeneity of its dynamics (critical dynamics). Accordingly, in this case this information is exploited in order to derive, in an unsupervised way, the configuration yielding highest prediction accuracy.

Other multiplex complexity measures

Recently40, two measures have been proposed in order to characterize the dynamics of a system observed through a multivariate time series and represented as a multiplex composed of HVGs. Here, we consider these measures in order to evaluate whether they are useful for identifying the hyperparameter configurations yielding maximum accuracy performances or not. The Average Edge Overlap (AEO) computes the expected number of layers of the multiplex on which an edge is present. For binary HVGs, it is defined as where A[i, j] equals 1 if vertices i and j are connected in layer l. The second measure is the Interlayer Mutual Information (IMI), which quantifies the correlations between the degree distributions of two different layers l and l. It is defined, for binary HVGs, as where is the joint probability to find a vertex with degree in layer l and degree in layer l, respectively. In the experiments, we use the average IMI between all pairs of multiplex layers.

Memory measures

The memory of an ESN is quantified by the capability to retain information about past inputs in its transient dynamics53. A supervised measure called memory capacity (MC) is usually adopted to quantify ESN memory27. When computing MC, the reservoir topology and weights are kept fixed and several readout layers are trained in order to reproduce delayed versions of the input at different time lags . The MC is computed as the squared correlation coefficient between desired (delayed input) and computed outputs, In order to properly evaluate the capability of ESNs to introduce memory through recurrent connections, x[t] is defined as a stationary uncorrelated noisy signal. In the following, we propose an unsupervised graph-based method to identify hyperparameter configurations for which an ESN achieves large memory capacity. Given the input time series , we determine if there exists a subset of neuron activations, which is correlated with a past input sequence x = {x[t − τ], …, x[t − τ]}, with τ > τ and τ, τ ∈ [1, tmax − 1]. Being G the HVG representing the lth layer of the multiplex, is the sequence of its vertex degrees ordered according to the time index (not to be confused with , the degrees of vertices relative to time t across the different layers). With G, instead, we refer to the HVG constructed over the input x[t], while is the vector of its vertex degrees. First, we define a measure of maximum agreement between and each sequence as . κ*(·,·) is a similarity measure between sequences: in this paper we consider the Pearson correlation κPC(·,·), the Spearman correlation κSC(·,·), and the mutual information κMI(·,·). A second measure of agreement is defined on the adjacency matrix Q = A ∧ A, where Q[i, j] = 1 if A[i, j] = 1 and A[i, j] = 1; Q[i, j] = 0 otherwise. The agreement is then computed as the largest number of edges among all possible intersection graphs, , where |·| counts the number of ones in the adjacency matrix. Finally, one might consider the similarity between original input x and neuron activations h, . In this case, κ*(·,·) is directly evaluated on the time series rather than on the sequences of vertex degrees. This last measure of agreement is taken into account in order to quantitatively show (in the experiments) the benefits of using HVGs for representing neuron activations. By referring to the illustrative example in Fig. 4, we generate the HVGs G, , relative to delayed input x15,10 and activations of the N reservoir neurons, respectively. Successively, we evaluate their similarities by means of an agreement measure (δDG in this example). The similarity measure κ* is chosen among the three previously proposed measures: κPC, κSC, or κMI.
Figure 4

We extract a subsequence from the history of the input signal, for example x15,10, and compute the related HVG Gx.

We repeat the procedure for each neuron activation, ending up with . For each HVG, we compute the sequence of vertex degrees and evaluate the similarities for l = 1, …, N. The largest similarity value determines the value of δDG. Here, the activation of neuron n1 is clearly the most related one with the input sequence x15,10 and therefore it determines the value of δDG.

Results

In the following, we perform two experiments in order to evaluate the two proposed unsupervised methods for, respectively, finding hyperparameter configurations giving rise to ESNs with high prediction accuracy and large memory capacity. In the first experiment, we show that, on different real and synthetic tasks, (supervised) prediction accuracy is maximized for the same hyperparameter configurations that yields the largest heterogeneity for the vertex properties of the multiplex. In the second experiment, we show the reliability of the graph-based memory measures in identifying hyperparameters where the (supervised) MC is maximized.

Test for prediction accuracy

In this experiment, we consider several prediction tasks and, for each of them, we set the forecast step τ > 0 to be the smallest time-lag that guarantees the measurements in a time window of size τ to be uncorrelated (e.g., the first zero in the autocorrelation function of the input signal). Prediction error is evaluated by Normalized Root Mean Squared Error, where is the prediction provided by the ESN and y[t] is the desired/teacher output. The Prediction accuracy is defined as γ = max{1 − NRMSE, 0}. In the following, we describe the datasets used in this experimental campaign.

Sinusoidal input

We feed an ESN with a sinusoid y(t) = sin(ψt) and we predict future input values with a forecast step τ = 2π/ψ.

Mackey-Glass time series

The Mackey-Glass (MG) system is commonly used as a benchmark in chaotic time series prediction. The input signal is generated from the MG time-delay differential equation We adopt the standard parameters τMG = 17, α = 0.2, β = 0.1, initial condition x(0) = 1.2, and integration step equal to 0.1. The forecast step here is τ = 6.

Multiple superimposed oscillator

Prediction of superimposed sinusoidal waves with incommensurable frequencies is a hard forecasting exercise, due to the extension of the wavelength54. The ESN is fed with the multiple superimposed oscillator (MSO) For this task, the ESN is trained to predict future input values, with forecast horizon τ = 16.

NARMA

The chosen Non-Linear Auto-Regressive Moving Average (NARMA) tas55 consists in modeling the output of the r-order system: x[t] is a uniform random noise signal in [0, 1] and is the input of the ESN, which is trained to reproduce y[t + 1]. The NARMA task is known to require a memory of at least r past time-steps, since the output is determined by inputs and outputs from the last r time-steps. For this task we set r = 20 and τ = 15.

Polynomial task

The ESN is fed with uniform noise in [−1, 1] and is trained to reproduce the following output where c is uniformly distributed in [0, 1]56. The difficulty of prediction can be controlled by varying the polynomial degree p and the time delay d. For this task we set p = 7, d = 10, and τ = d.

Telephone call load time series

As a last test, we consider a real-world dataset relative to the load of phone calls registered over a mobile network. The data comes from the Orange telephone dataset, published in the Data for Development (D4D) challenge57. D4D is a collection of call data records, containing anonymized events of Orange’s mobile phone users in the Ivory Coast, in a period spanning from December 1, 2011 to April 28, 2012. The dataset consists of 6 time series consisting of: number and volume of incoming calls, number and volume of outgoing calls, day and time (1 hour resolution) when the telephone activity was registered. More detailed information is available at the related website58. All 6 time series are fed into the ESN as inputs; the goal is to predict 6 hours ahead the volume of incoming calls – the profile of this latter time series is depicted in Fig. 5.
Figure 5

D4D dataset – load profile of incoming calls volume for the first 300 time intervals.

In each test, we evaluate the correlation between the average entropy of vertex properties in the multiplex and the prediction accuracy γ, as we vary the hyperparameters ρ and ω. Multiplexes are generated using both the binary and weighted version of the HVG adjacency matrix. To appreciate the effectiveness of our methodology, we also estimate the correlations of γ with λ, the minimum singular value of the Jacobian of the reservoir (see Methods). Additionally, we consider the correlation of γ with the two layer-based measures IMI and AEO (see Methods). Correlations are evaluated as follows. For each configuration (ρ = k, ω = j), we have the prediction accuracy γ, the entropy , and so on. The values assumed by these quantities by varying ρ and ω generate a two-dimensional manifold. The point-wise linear (Pearson) correlation between the manifolds relative to γ and the other considered measures is the result we are interested in. The configurations of the hyperparameters that are examined are generated by varying ρ in [0.5, 1.3] (20 different values) and ω in [0.2, 0.9] (10 different values). A total of 200 configurations are evaluated. Due to the stochastic nature of the ESN initialization, for each configuration (ρ = k, ω = j) we compute γ and all the other measures 15 different times. Successively, we compute the correlations among their average values. We use a reservoir with N = 100 neurons and sparsity of the internal connectivity equal to 25%. The readout is trained by standard ridge regression with regularization parameter set to 0.05. The distributions of the vertex properties are estimated by histograms with b = 50 bins. We comment that the reservoir size N can be increased/decreased without affecting the applicability of the proposed methodology (only the number of bins used to estimate the vertex properties distribution might be modified – see Methods). However, the number of neurons has an impact on the overall performance of the network and on the time and space complexities of the proposed method. Figure 6 depicts the values assumed by γ and four graph-based measures in the case of the MSO prediction task. As can be seen, high correlation emerges between the (average) entropy of the vertex properties and the prediction accuracy. Since our approach is fully unsupervised, the proposed graph-based measures can approximate well the accuracy γ, regardless of the task learned by the readout (prediction, function approximation, reconstruction of past inputs, etc). In Table 2, we report the average correlation values and their statistical significance (expressed by p-values) on all tasks. As we can see, the highest (and statistically significant) correlation is achieved by using one of the four average entropy measures of vertex properties. In particular, the measure based on vertex cluster coefficient distribution, , achieves the best results in 5 of the 6 tasks. For what concerns the D4D time series, we observe that λ achieves high correlation with γ, but still lower than the one achieved by . This demonstrates the effectiveness of the proposed methodology, also in the case of a real-world application. In SIN and MSO tasks, the graph-based quantifiers estimated on the weighted HVG achieve a higher degree of accuracy, with respect to the binary counterpart. In these cases, additional qualitative information relative to temporal and amplitude differences in the connected data allows to better represent the dynamics of the system. Finally, it is worth noting that IMI takes high, yet negative correlation values on both MG and POLY tasks. In such cases, results are close to the ones achieved with our approach.
Figure 6

In each panel, the two-dimensional gray manifold represents the values of the prediction accuracy γ in the MSO task, for different configurations of ρ and ω. The colored manifolds are the average entropy of the distributions of (a) the vertex degree , (b) the clustering coefficient , (c) the betweenness centrality . The manifold in (d) represents λ, which is computed from the ESN Jacobian. From the figure, we observe strong correlations between supervised prediction accuracy and the unsupervised measures (a–c) derived from the multiplex representation of the ESN activity.

Table 2

Correlations and related p-values (in brackets) of the proposed graph-based measures with accuracy γ in different prediction tasks, as ρ and ω change.

Taskadjcorr(γ, IMI)corr(γ, AEO)corr(γ,λ)
SINb0.489 (0.006)0.488 (0.006)0.157 (0.333)0.042 (0.797)−0.091 (0.632)−0.326 (0.040)0.154 (0.343)
w0.662 (0.000)0.705 (0.000)0.694 (0.000)−0.127 (0.436)
MGb0.577 (0.000)0.652 (0.000)−0.37 (0.019)0.438 (0.005)−0.617 (0.000)0.414 (0.008)−0.19 (0.239)
w−0.138 (0.396)0.330 (0.038)0.046 (0.777)0.564 (0.000)
MSOb−0.215 (0.183)−0.206 (0.201)0.427 (0.006)0.333 (0.036)−0.238 (0.139)−0.312 (0.05)0.571 (0.000)
w0.628 (0.000)0.810 (0.000)0.820 (0.000)−0.246 (0.125)
NARMAb0.511 (0.001)0.514 (0.001)−0.332 (0.037)−0.473 (0.002)−0.543 (0.000)−0.472 (0.002)0.399 (0.011)
w−0.373 (0.018)−0.185 (0.254)−0.420 (0.007)−0.376 (0.017)
POLYb0.755 (0.000)0.765 (0.000)−0.393 (0.012)−0.306 (0.055)−0.745 (0.000)0.440 (0.005)−0.557 (0.000)
w−0.133 (0.412)−0.113 (0.487)0.47 (0.002)−0.171 (0.291)
D4Db0.632 (0.000)0.677 (0.000)−0.233 (0.104)0.061 (0.676)−0.611 (0.000)0.168 (0.243)0.670 (0.000)
w−0.455 (0.001)−0.604 (0.000)0.189 (0.188)−0.409 (0.003)

We report the correlation of the manifolds generated by the values of γ with the manifolds relative to , , , and , which are the average entropy values of the distributions of vertex degree, clustering coefficient, betweenness and closeness centrality. Each measure is computed on both the binary (b) and weighted (w) versions of the HVG adjacency matrix (adj). We also report the correlations of γ with the manifolds relative to the minimum singular value of the reservoir Jacobian over time (λ) and the two multiplex-based measures AEO and IMI, presented in ref. 40. In each task, the highest correlations with γ are highlighted in bold.

Test for memory capacity

The performed experiment consists in generating 100 different random reservoirs, each one characterized by an increasing value of spectral radius ρ in the [0.1, 2] interval. As ρ varies, we evaluate the MC by training four readouts in order to reproduce different time-lagged versions of input signal x10,5, …, x25,20. Then, on the output of each reservoir, we evaluate the similarities δTS, δDG, and δAND, which are high if there exists at least one series of activations that is similar to the considered past input sequence. This is evaluated in such as way that the measure κ* taken into account. Even if some neurons retain dynamics of previous input sequences, the reservoir introduces shifts in the phase and the amplitude of the input signal. To filter out these differences, in this test we consider only HVGs defined by binary adjacency matrices, which do not account for differences in the amplitude of the connected values. To evaluate the effectiveness of the proposed unsupervised memory measures, we compute the correlation between the supervised MC and δTS, δDG, δAND, as ρ varies within the chosen interval. Note that we only monitor the effect of ρ on the dynamics, since it is the hyperparameter that mostly affects the memory capacity32. We kept the input scaling fixed, ω = 0.7, while the remaining hyperparamers are configured as in the previous experiment. As before, we repeated each experiment 15 times with different and independent random initializations. In Table 3, we show the mean correlation values, along with the standard deviations, between the MC and the proposed unsupervised measures of memory capacity.
Table 3

Mean correlations and standard deviations of MC with the unsupervised memory quantifiers δ TS, δ DG, and δ AND.

Inputcorr(δTS, MC)
corr(δDG, MC)
corr(δAND, MC)
sequenceκPCκSCκMIκPCκSCκMI
x10,50.608 ± 0.0940.594 ± 0.0960.235 ± 0.0540.682 ± 0.0360.693 ± 0.0290.607 ± 0.0570.771 ± 0.034
x15,100.542 ± 0.0420.546 ± 0.0480.484 ± 0.0470.547 ± 0.0520.645 ± 0.0380.343 ± 0.0560.518 ± 0.043
x20,150.556 ± 0.0680.550 ± 0.0650.387 ± 0.0380.776 ± 0.0400.818 ± 0.0460.182 ± 0.0680.665 ± 0.075
x25,200.607 ± 0.0430.603 ± 0.0500.431 ± 0.0660.811 ± 0.0150.828 ± 0.0190.501 ± 0.0520.468 ± 0.147

We consider 4 different sequences of past inputs x10,5,. x25,20. Values for each measure are computed as the spectral radius ρ of the ESNs reservoirs varies from 0.1 to 2. To compute δTS and δDG, we consider three different similarities: the Pearson correlation κPC, the Spearman correlation κSC, and the mutual information κMI. Best results for each input sequence are reported in bold.

From the table, we observe that the best agreement with the MC is achieved by the measures derived from the HVGs. In particular, δDG configured with the Spearman rank κSC is always highly correlated with MC and, in three of the four delayed input sequences taken into account, is the best performing one. In each setup, δDG works better if configured with κSC rather than κPC. Instead, results obtained with κMI are significantly worse in all cases. δAND achieves the best results only for the first time lag taken into account, while the agreement with MC is lower in the remaining cases. Interestingly, several measures show a high degree of correlation with the MC as the size of the delay increases. δTS, the unsupervised measure computed directly on the input time series and neuron activations, shows positive correlations with the MC, but the agreement is always lower with respect to the graph-based measures. For δTS, the setting with κPC works better than κSC. Finally, also in this case by using κMI we obtain the worst performance. In Fig. 7, we show an example of the values of MC, δTS (configured with κPC), δDG (configured with κSC), and δAND, as ρ is varied within the [0.2, 2] interval.
Figure 7

Values of supervised MC and of two selected unsupervised memory measures, when the input sequence x20,15 is taken into account.

The smaller the residuals (red areas), the better. We can observe that the agreement of the MC with δDG (using κSC) is higher than δTS (using κPC) and δAND, as ρ varies in [0.2, 2].

Discussion

Experimental results show satisfactory correlations for average entropy of vertex properties with respect to prediction accuracy. Moreover, the two unsupervised graph-based memory measures that we proposed (δDG and δAND) correlate well with the supervised measure of memory capacity. We first discuss the results of the prediction accuracy test, where we analyzed topological properties of vertices in the multiplex, representing the ESN instantaneous state. On all tests taken into account, we observed a remarkable correlation between γ and the average entropy of the clustering coefficient distribution , hence suggesting that the clustering coefficient is able to describe well the heterogeneity of the activations. To explain this result, it is necessary to elaborate on the properties of the clustering coefficient CL(·). In the HVG literature, CL(·) its behavior has been analyzed for time series characterized by different Hurst exponent59. Additionally, an upper bound (CL(v) ∈ [0, 2/DG(v)]) is provided for HVGs derived from random time series41. In the following, we present an in-depth interpretation of the results by accounting for geometrical properties of the clustering coefficient. In a HVG, CL(v) measures the inter-visibility among neighbors of v. For convex functions, it is possible to connect any two points with a straight line. This feature is also (partially) captured by the HVG. If v is contained in a convex part of the related time series, there is a high degree of intervisibility among the neighbor vertices to which v is connected, hence CL(v) is high. Additionally, moving along the same convex part of the time series results only in minor changes of the clustering coefficient in the associated HVG vertices. Instead, if v is a local maximum of a concave part, then it is connected to points belonging to two different basins, which do not have reciprocal visibility. In this case, CL(v) is low and its value rapidly changes as one moves away from the maximum. This results in great losses of visual information. Therefore, large values of CL(·) indicate the presence of dominating convexities, while low values characterize concavities60. Accordingly, CL(·) can be used to measure the length of a convex (concave) part of the time series and how fast the convexity is changing, which is a measure of the fluctuations in the time series61. In a regime characterized by contractive dynamics, convexity changes at the same (slow) rate in different neuron activations and this results in a low entropy value of the clustering coefficient distribution among vertices in different layers. On the edge of criticality, instead, convex and concave parts in the time series of activations are characterized by heterogeneous lengths and they change at different rates. This corresponds to a high degree of clustering coefficient diversity of the same HVG vertex, replicated at different layers in the multiplex. Finally, in the chaotic regime, all time series fluctuate very rapidly and their convexity changes every few time steps. In this case, in each time series of activations the lengths of convex and concave parts are always very short and hence the desired heterogeneity is again lost. For what concerns experiments on memory, the best overall results in terms of agreement with the supervised MC are achieved by the graph-based measure δDG. As previously discussed, such a measure evaluates the maximum similarity between the sequence of vertex degrees on the input HVG G and the HVG G of neuron activations. This measure is closely related with the degree distribution P(k), whose importance is known in the HVG literature41. For example, it has been shown that for time series generated from an i.i.d. process, P(k) follows P(k) = (1/3)(2/3) and the mean degree is 〈k〉 = 4. As the correlations in the time series increase, the i.i.d. assumption is lost and P(k) decays faster. Furthermore, vertex degrees are key parameters to describe dynamic processes on the graph, such as synchronization of coupled oscillators, percolation, epidemic spreading, and linear stability of equilibrium in networked coupled systems62. Their role has been studied also in the HVG framework63. HVGs have been studied in the context of time series related to processes with power-law correlations59. In our case, the time series of neuron activations have short-term correlations and increments in the correlation coefficients can have opposite signs at consecutive time lags. For these cases, we are not aware of any previous study in terms of HVGs. In networks which are inherently degree disassortative, the range of degree values increases with network size, with a consequent decrease of the assortativity value64. In such networks, the Spearman rank correlation provides a more suitable choice with respect to calculating degree-degree Pearson correlations. It is important to notice that the rank is computed through a non-linear rescaling, which is data dependent. The information on the actual values of the data is discarded as only its inherent ordering (rank) is preserved. We argue that HVGs convey the same type of information captured by the Spearman correlation. Hence, the latter should be preferred to Pearson correlation to characterize the characteristics of the vertices and related topological properties in HVGs. This fact justifies the higher agreement with memory capacity achieved by means of δDG when configured with κSC, which accounts for Spearman correlations between sequences of vertex degrees in the HVGs related to the input signal and the neuron activations. Modeling ESN dynamics through a multiplex network allowed us to connect two seemingly different research fields, thus fostering multidisciplinary research in the context of recurrent neural networks. By converting a temporal problem into a topological one, we handled temporal dependencies introduced by ESNs (as well as by other types of RNNs), hence overcoming technical limitations of statistical approaches that require independence of samples. We performed and discussed several experiments that provided empirical evidence that our methodology achieves performance higher than other unsupervised methods and comparable to cross-validation techniques. These results suggest to allocate efforts to further improve the effectiveness of unsupervised learning methods in the context of ESNs and RNNs. Finally, we would like to stress that, while this paper is primarily focused on network structures in machine learning, our results might suggest new ideas for theoretical understanding of recurrent structures in biological models of neuronal networks76566. In particular, we believe that it is possible to identify emergent structural patterns in the developed graph-based representations of network dynamics. This would allow to further explore and analyze the route to chaos in input-driven neural models by exploiting the language of graph theory, which is an already established framework within the neuroscience field67.

Additional Information

How to cite this article: Bianchi, F. M. et al. Multiplex visibility graphs to investigate recurrent neural networks dynamics. Sci. Rep. 7, 44037; doi: 10.1038/srep44037 (2017). Publisher's note: Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
  41 in total

1.  Stimulus-dependent suppression of chaos in recurrent neural networks.

Authors:  Kanaka Rajan; L F Abbott; Haim Sompolinsky
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2010-07-07

2.  Recursive self-organizing network models.

Authors:  Barbara Hammer; Alessio Micheli; Alessandro Sperduti; Marc Strickert
Journal:  Neural Netw       Date:  2004 Oct-Nov

3.  Horizontal visibility graphs: exact results for random time series.

Authors:  B Luque; L Lacasa; F Ballesteros; J Luque
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2009-10-07

4.  Spin-glass models of neural networks.

Authors: 
Journal:  Phys Rev A Gen Phys       Date:  1985-08

5.  Investigating Echo-State Networks Dynamics by Means of Recurrence Analysis.

Authors:  Filippo Maria Bianchi; Lorenzo Livi; Cesare Alippi
Journal:  IEEE Trans Neural Netw Learn Syst       Date:  2016-12-02       Impact factor: 10.451

6.  Quasiperiodic graphs at the onset of chaos.

Authors:  B Luque; M Cordero-Gracia; M Gómez; A Robledo
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2013-12-18

7.  Reservoir computing and extreme learning machines for non-linear time-series data analysis.

Authors:  J B Butcher; D Verstraeten; B Schrauwen; C R Day; P W Haycock
Journal:  Neural Netw       Date:  2012-12-03

8.  Network structure of multivariate time series.

Authors:  Lucas Lacasa; Vincenzo Nicosia; Vito Latora
Journal:  Sci Rep       Date:  2015-10-21       Impact factor: 4.379

9.  Encoding in Balanced Networks: Revisiting Spike Patterns and Chaos in Stimulus-Driven Systems.

Authors:  Guillaume Lajoie; Kevin K Lin; Jean-Philippe Thivierge; Eric Shea-Brown
Journal:  PLoS Comput Biol       Date:  2016-12-14       Impact factor: 4.475

10.  Thermodynamics and signatures of criticality in a network of neurons.

Authors:  Gašper Tkačik; Thierry Mora; Olivier Marre; Dario Amodei; Stephanie E Palmer; Michael J Berry; William Bialek
Journal:  Proc Natl Acad Sci U S A       Date:  2015-09-01       Impact factor: 11.205

View more
  1 in total

1.  Prediction of pKa Values for Neutral and Basic Drugs based on Hybrid Artificial Intelligence Methods.

Authors:  Mengshan Li; Huaijing Zhang; Bingsheng Chen; Yan Wu; Lixin Guan
Journal:  Sci Rep       Date:  2018-03-05       Impact factor: 4.379

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.