Next Article in Journal
A Network Analysis on Cloud Gaming: Stadia, GeForce Now and PSNow
Previous Article in Journal
Valid Statements by the Crowd: Statistical Measures for Precision in Crowdsourced Mobile Measurements
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

On the Role of Matrix-Weights Elements in Consensus Algorithms for Multi-Agent Systems

Division of Electrical & Computer Engineering, Louisiana State University, Baton Rouge, LA 70803, USA
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 20 August 2021 / Revised: 13 September 2021 / Accepted: 9 October 2021 / Published: 15 October 2021

Abstract

:
This paper examines the roles of the matrix weight elements in matrix-weighted consensus. The consensus algorithms dictate that all agents reach consensus when the weighted graph is connected. However, it is not always the case for matrix weighted graphs. The conditions leading to different types of consensus have been extensively analysed based on the properties of matrix-weighted Laplacians and graph theoretic methods. However, in practice, there is concern on how to pick matrix-weights to achieve some desired consensus, or how the change of elements in matrix weights affects the consensus algorithm. By selecting the elements in the matrix weights, different clusters may be possible. In this paper, we map the roles of the elements of the matrix weights in the systems consensus algorithm. We explore the choice of matrix weights to achieve different types of consensus and clustering. Our results are demonstrated on a network of three agents where each agent has three states.

1. Introduction

Multi-agent systems (MASs) consists of multiple autonomous agents [1], which can be used to solve problems that are difficult or impossible for an individual agent or a monolithic system. Communication and interaction between individual agents are fundamental characteristics of MASs, which allow agents to achieve a global objective despite having access to only local neighbourhood information [2], or edge information [3,4]. Having multiple agents could speed up a system’s operation by providing a method for parallel computation, offering advantages in terms of extensibility and flexibility compared to single agent systems [5]. Applications of MASs also extends into cloud computing and social networks [6].
Consensus is one of the fundamental problems in multi-agent coordination. In consensus, agents interact with their neighbors according to a local protocol to ensure that a common value in terms of the state components, is agreed upon globally, by all the agents. This sweeping form of consensus is generally referred to as a global consensus. A clustered consensus is also possible, where some agents agree on some values, different from the consensus value of some other agents [7,8]. MAS is widely studied using the graph theory, in which the vertices and edges represent agents and the inter-agent links, respectively. Conventionally, the inter-agent links have been modelled by scalar weights [9,10] and the consensus algorithm is widely applied at the agent level [11,12,13]. Matrix-weights can however be used to capture the complexity at the state level for MASs. Particularly, in matrix-weighted consensus, the agreement of all agents in corresponding states may be affected by other states. There are a number of works in the literature that extend the conventional scalar weighted graph to the matrix weighted graph for the consensus problem, including in [14,15,16] where the conditions for achieving consensus in matrix-weighted discrete and continuous-time consensus algorithms are presented using the properties of the graph Laplacian. In [15], discrete-time matrix-weighted consensus is studied over undirected and connected graphs considering symmetric matrix weights and a special case of non-symmetric matrix-weights that can achieve consensus control. Lyapunov stability theory for discrete-time systems is also employed to show the system’s convergence to consensus. In the same way, in [14], matrix-weighted consensus algorithm is studied with fixed undirected graphs and a necessary and sufficient condition for exponentially reaching a global average consensus and clustered consensus is presented based on the null-space of the matrix-weighted Laplacian.
Generally, when the agent-to-agent link is weighted by positive semi-definite (PSD) matrices, it can be difficult to tell what form of consensus will be present. Clustered consensus can happen even when the graph is connected in the agent level, due to the existence of PSD matrix weights. A typical example, where all the elements of each of the matrix-weights are set to one, for a complete graph on five vertices, there will be no form of consensus for the agents in any of the states.
In this paper, we study how the choice of matrix weights for the inter-agent links affect the presence of clusters in a matrix-weighted graph. A linear algebraic approach is used in [17,18] to examine the properties of the Laplacian matrix and the necessary and sufficient conditions are given for the existence of consensus. We adopt a matrix-element-mapping approach to study how the matrix-weights alter the consensus dynamics. Our approach compares the matrix-based approach to the conventional scalar weighted graphs which helps view the network of each state, and offers hints on the choice of the matrix weights.
The main contributions of this paper are summarized as follows:
  • to examine the matrix-weighted graph and show how each element influences the consensus algorithm;
  • to study how different forms of consensus can be achieved by the choice of matrix weights;
  • to be able to determine the number of clusters and the elements in each of the cluster by looking at the matrix-weight set.

2. Problem Formulation

2.1. Agent Dynamics

The dynamics of agent v i , i = 1 , , n are modeled by a single integrator given by
x ˙ i t   = u i t ,
where x i t   R m and u i t   R m denote the states and the inputs of agent v i , respectively, i = 1 , , n . Let us define x i [ k ] as the kth entry of the column vector x i for i = 1 , , n and k = 1 , , m .

2.2. Graph Theory

The communication topology of the n agents is modeled by an n-partite graph G ( V , E , W ) [19]. The vertex set V is partitioned into n classes V = { v 1 , , v n } , where each class represents an agent. Every partition class contains exactly m vertices, which represent the m-dimensional state of an agent. Every edge in E V × V has its ends in different classes: vertices in the same partition class are not adjacent. The matrix weight
W = { W i j | i = 1 , , n , j = 1 , , n }
models the connections between every two different classes, where W i j 0 R m × m shows the connections of the states between agents v i and v j . We use v j [ l ] v i [ k ] to represent an edge from the lth state in agent v j to the kth state in agent v i , which means that x i [ k ] of agent v i is affected by x j [ l ] of agent v j . The strength of this connection is characterized by [ W i j ] k l = w k l i j , the ( k , l ) entry of W i j . If w k l i j = 0 , x j [ l ] of agent v j has no influence on x i [ k ] of agent v i . If there is at least one entry in W i j in which w k l i j > 0 , we say agent v j is a neighbor of agent v i and v j v i E . The set of neighbors of agent v i is defined as N i { v j V : w k l i j > 0 } . An induced subgraph G [ k ] of G with the vertex set
V [ k ] =   v 1 [ k ] , , v n [ k ]
is called the k-state graph. A path in G [ k ] is given by a sequence of distinct vertices in V [ k ] connected by an edge in E . If the induced subgraph G [ k ] contains a spanning arborescence, then we say the k-state graph is connected. If the k-state graph is not connected, kth-states of all agents can be partitioned into distinct connected components. The graph is connected in the agent level if for any two distinct agents, there is a path to connect at least one state in each agent.
The degree or valency of a given vertex d ( v i ) R m × m is defined as
d ( v i ) v j N i W i j
that is, the sum of weights on the links from each neighbouring node for all states of agent v i .
We can define the n m × n m degree matrix of G
Δ W ( G ) = blkdiag d ( v i ) , i = 1 , , N ,
as the block diagonal matrix of the degrees of all agents in G . The n m × n m adjacency matrix A W ( G ) can be defined as a block matrix, where the ( i , j ) block is an m-by-m matrix with
[ A W ] i j =   W i j if v j v i E 0 otherwise .
The weighted Laplacian matrix of the graph, L W ( G ) R n m × n m is given by
L W = Δ W A W .
The Laplacian matrix of the induced subgraph G [ k ] is denoted by L W [ k ] .
Remark 1.
For the special case when m = 1 , the weight W i j for each edge in E is a scalar w i j R 0 .
Remark 2.
For the special case when m > 1 and
W i j = w i j I m
with I m R m × m being the identity matrix, Δ W ( G ) , the n m × n m degree matrix of G , is the diagonal matrix of the degree of all the vertices in G given by
Δ W ( G ) = Δ w I m
where
Δ w = diag v j N i w i j , i = 1 , , n ,
and the n m × n m adjacency matrix A W ( G ) is defined as
A W ( G ) = A w I m
where
[ A w ] i j = w i j if v j v i E 0 otherwise
The matrix-weighted Laplacian of the graph, L W ( G ) R n m × n m is given by
L W ( G ) = Δ W A W = L w I m ,
where L w = Δ w A w .
Remark 3.
Matrix weighted graphs are closely related to signed graphs [20]. Let us use a simple example of two agents, where each agent has two states, to illustrate the similarity. The matrix weight is given by W 12 = W 21 = I 2 , and the Laplacian matrix is
L = I 2 I 2 I 2 I 2 .
If we use the definition of Laplacian matrix for scalar weighted graphs, it is equivalent to say that the weight between x 1 [ 1 ] and x 1 [ 2 ] is 1 .

2.3. Cluster Consensus

Consensus and clustering is defined based on the similarity of the agents state values. Clustering configuration across the sates is also defined.
Definition 1.
If the states x i [ k ] and x j [ k ] satisfy the condition
lim t x i [ k ] ( t ) x j [ k ] ( t )   = 0 ,
then we say they belong to the same cluster. All k-clusters C k = { C 1 k , , C p ( k ) k } form a partition of the kth entry of all states, where p ( k ) is the number of clusters of the kth entry of all states. Then, all agents are said to reach k-cluster consensus (KCC).
It is easy to verify that all k-clusters satisfy the conditions
i = 1 p ( k ) C i k =   x 1 [ k ] , , x n [ k ]
and
C p k C q k =
for any C p k C k , C q k C k , and p q .
Definition 2.
If p ( k ) = 1 for some k { 1 , , m } then we say the kth entry of all states reach k-global consensus (KGC). When p ( k ) = 1 for all k = 1 , , m , then we say all states reach a global consensus (GC).
Note that for different entries i and j of all states, the i-clusters C i and the j-clusters C j may not be the same, that is,
C i C j
for some i , j { 1 , , m } . In other words, the k-cluster consensus may not be uniform across all entries of all states. However, when the clusters are uniform for all entries of all states, we have the following definition.
Definition 3.
If the clusters of all entries satisfying
C i = C j
for all i j , i = 1 , , m , and j = 1 , , m , then we say all states reach a global cluster consensus (GCC).

2.4. Objectives

Our main aim in this paper is to examine how the elements of the matrix-weights W could be chosen, so as to achieve the desired consensus (KCC, GCC, KGC, GC).

3. Results

3.1. Consensus Control Design

The consensus control protocol for the n agents is given by
u i t   = v j N i W i j ( x j t     x i t ) .
where W i j R m × m is the weight matrix and [ W i j ] k l = w k l i j for k = 1 , , m , and l = 1 , , m . This control law can be written in a compact matrix form as
u t   = L W ( G ) x t ,
where
u t = u 1 u i u n T , u i = u i [ 1 ] u i [ m ] T x t = x 1 x j x n T , x j = x j [ 1 ] x j [ m ] T
Remark 4.
For the case when m = 1 , the consensus control law becomes:
u i t   = v j N i w i j ( x j t     x i t ) ,
and it can be written in a compact matrix form as:
u t   = L w ( G ) x t .
Remark 5.
For the case when m > 1 and
W i j = w i j I m ,
the consensus control law becomes:
u i t   = v j N i w i j I m ( x j t     x i t ) ,
and it can be written in a compact matrix form as:
u t   = L W ( G ) x t   = ( L w ( G ) I m ) x t .
In order to observe the evolution of x i [ k ] , we need to study the dynamics of x i [ k ] , which obeys
x ˙ i [ k ] = u i [ k ] ( t ) .
Here
u i [ k ] t = v j N i l = 1 m w k l i j ( x j [ l ] t     x i [ l ] t ) = v j N i w k k i j ( x j [ k ] t     x i [ k ] t ) + v j N i l = 1 , l k m w k l i j ( x j [ l ] t     x i [ l ] t ) ,
is the kth entry of the control input of agent v i defined in Equation (10). The coefficient w k l i j is the element on the kth row and the lth column of the matrix weight W i j . When k l , w k l i j is an off-diagonal element on the kth row of the matrix weight W i j , and it qualifies the effect of the lth states of the neighbors of agent v i on its kth state. When k = l , w k k i j is a diagonal element of the matrix weight W i j , and it qualifies the effect of the kth states of the neighbors of agent v i on its kth state.

3.2. Non-Diagonal Matrix-Weights

When the matrix weight W i j is a non-diagonal matrix, we examine two possible scenarios.

3.2.1. Control Law Depends on Other States in the Same Cluster

Theorem 1.
Assume that the k-state graph has incoming links only from the same connected components in other state graphs, and the connected components with outgoing links to the k-state graph have no incoming links. The following statements hold:
1. 
If the k-state graph is connected, the kth states of all agents reach k-global consensus (KGC).
2. 
If the k-state agents are not connected, the kth states of all agents reach k-cluster consensus (KCC).
Proof of Theorem 1. 
Assume that the k-state graph has incoming links from the same connected components in the l-state graph. Then
x j [ l ] t     x i [ l ] ( t ) 0
as t since x j [ l ] and x i [ l ] are in the same connected components without incoming links. The dynamics of all k states can be written as
x ˙ [ k ] ( t ) = L W [ k ] x [ k ] ( t ) + u [ k ] ( t )
where u [ k ] ( t ) 0 as t . When the k-state graph is connected, the kth states of all agents reach KGC and KCC otherwise based on input-to-state stability. □

3.2.2. Control Law Depends on Other States in Different Clusters

In this case, the evolution of all states follows
x ˙ ( t )   = u ( t )
where u ( t ) is given in Equation (11). By solving the above differential equation, we have
x t = e t L W x ( 0 ) .
The choice of the weight matrix W will affect the rate of convergence of the consensus algorithm of the states of all agents. Since the Laplacian matrix L W is positive semi-definite, all states will converge to a constant value eventually.
Theorem 2.
Assume that the k-state graph has incoming links from y different connected components in the l-state graph. The following statements hold:
1. 
There will at least be y clusters for the corresponding agent states in the graph causing a k-cluster consensus (KCC).
2. 
In the k-state graph, if x j [ k ] and x i [ k ] belong to the same connected component, which has only one incoming link from the other state graphs, then x j [ k ] , x i [ k ] C p k .
3. 
In the k-state graph, assume that x j [ k ] , x i [ k ] , and x p [ k ] belong to the same connected components. If x i [ k ] and x p [ k ] have incoming links from different connected components in the l-state graph, and x j [ k ] has no incoming links from other state graphs, then x j [ k ] will be in a different cluster of x i [ k ] and x p [ k ] .
Proof of Theorem 2. 
The y different connected components in the l-state graph will at least form y different clusters. The y different clusters will be y virtual leaders to states in the k-state graph. Therefore, there will be KCC with a minimum of y clusters.
When there is only one leader for a connected component in the k-state graph, the connected component will form a cluster.
When the connected component including x j [ k ] , x i [ k ] , and x p [ k ] has incoming links from different connected components in other state graphs, it is equivalent to the case that all three states have two different leaders. Then all the three states will be in different clusters. □

3.3. Diagonal Matrix Weights

The absence of off-diagonal elements in the matrix-weights W i j guarantees that there is no cross-entry state dependence, that is, w k l i j = 0 when k l . The control law reduces to:
u i [ k ] t   = v j N i w k k i j ( x j [ k ] t     x i [ k ] t ) .
Here we discuss two different cases based on positive definite or positive semi-definite of matrices W i j .

3.3.1. Positive Definite Matrix Weights

When diagonal positive definite (PD) matrices constitute the matrix-weights in the weight set W = { W i j : v j v i E } , it implies that w k k i j 0 for all k = 1 , , m , and for all v j v i E .
Define
x [ k ] = x 1 [ k ] x n [ k ] T
as the vector containing the k-state of all agents. Its dynamics follow
x ˙ [ k ] ( t ) = L W [ k ] x [ k ] ( t )
The solution of the above differential equation is given by
x [ k ] ( t ) = e t L W [ k ] x [ k ] ( 0 ) .
The choice of w k k i j will affect the rate of convergence of the consensus algorithm of the k-state of all agents.
Consider the case when the matrix weights are scalars multiples of the identity matrix. We know that for any square matrices A n R n × n with λ 1 , . . . , λ n , and B m R m × m with μ 1 , . . . , μ m that the eigenvalues of A n B m are λ i μ j , i = 1 , , n , j = 1 , , m [21]. Hence, the eigenvalues of L W = L w ( G ) I m are the eigenvalues of L w ( G ) repeated m times, and L W [ k ] = L w for all k = 1 , , m . Then Equation (15) becomes
x [ k ] ( t ) = e L w t x [ k ] ( 0 ) ,
which implies GC.
Theorem 3.
Assume that all the matrix-weights are diagonal PD matrices. The following statements hold:
1. 
If the k-state graph is connected, there will be a global consensus (GC) across the m states of all agents.
2. 
If the k-state graph is not connected, there will be a global cluster consensus (GCC) across the m states such that C i = C j for all i j , i = 1 , , m , and j = 1 , , m . Moreover, the number of clusters of the states is determined by the number of connected components of the k-state graph.
Proof of Theorem 3. 
If the k-state graph is connected, all agents are connected at the agent level. Since all matrix weights are diagonal PD matrices, all l-state graphs for all l = 1 , , m are connected without incoming links. Hence, there will be a GC.
Assume that the k-state graph is not connected. If the kth states of agents v i and v j are in different connected components, (that is, w k k i j = 0 ), then, v i and v j are not adjacent at the agent level, (that is, W i j = 0 ) because all matrix weights are diagonal PD matrices. This implies that w l l i j = 0 for all l = 1 , , m . In other words, if agents v i and v j are not adjacent in the kth state, they are not adjacent in any other states. If the kth states of v i and v j are in the same connected components, then all other states of v i and v j are in the same connected components since all matrix weight are diagonal PD matrices. Hence, there will a GCC. □

3.3.2. Positive Semi-Definite Matrix Weights

When diagonal positive semi-definite (PSD) matrices constitute the matrix-weights in the weight set W = { W i j : v j v i E } , it implies that for any W i j 0 , there exist k and l such that w k k i j = 0 and w l l i j 0 . In this case, the edge v j [ k ] v i [ k ] does not exist in the kth states between agents v i and v j , which leads to C k C l in general.
Theorem 4.
Assume that the matrix weights are diagonal PSD matrices, then for any state k. The following statements hold:
1. 
If the k-state graph is connected, there will be k-global consensus (KGC).
2. 
If the k-state graph is not connected, then there is a k-cluster consensus (KCC). Moreover, the number of clusters of the states is determined by the number of connected components of the k-state graph.
Proof of Theorem 4. 
For a diagonal PSD matrix weight, the k-state graph has no incoming links from other state graphs. Hence, there will be KGC if the k-state agents are connected and a KCC otherwise. □
Hence, by the choice of the diagonal entries of the matrix-weights as zero or non-zero, the graph structure of the states can be made different for different states.

4. Simulations

To demonstrate the effects of matrix weights on the consensus algorithm, we choose a network of three agents, where each agent has three states. The initial conditions are given by
x 1 ( 0 ) = [ 4 25 30 ] T , x 2 ( 0 ) = [ 13 2 12 ] T , x 3 ( 0 ) = [ 21 18 10 ] T .

4.1. Non-Diagonal Matrix-Weights

4.1.1. Control Law Dependent on Other State Values in the Same Cluster

For the graph topology shown in Figure 1, the state trajectory is presented in Figure 2. It can be seen from Figure 1 that the 2-state graph is connected, and is not dependent on any other state. Therefore, there is a 2-global consensus (2GC): C 1 2 = { x 1 [ 2 ] , x 2 [ 2 ] , x 3 [ 2 ] } . The 1-state graph is connected but is dependent on agent states from cluster C 1 2 . According to Theorem 1, there is a 1-global consensus (1GC) since all 2-states belong to the same cluster. For 3-state, the 3-state graph is disconnected and is dependent on 2-state values from the cluster C 1 2 . Therefore, { x 1 [ 3 ] , x 3 [ 3 ] } C 1 3 form a first cluster and { x 2 [ 3 ] } C 2 3 forms another cluster based on Theorem 1. Hence, there is a 3-cluster consensus (3CC).

4.1.2. Control Law Dependent on Other State Values in Different Clusters

The graph topology shown in Figure 3 is obtained from Figure 1 by setting w 22 32 = 0 , and w 33 32 = 3 . The state trajectory is presented in Figure 4. It can be seen from Figure 3, the 2-state graph is disconnected and do not depend on any other state values. Thus, for the 2-state, there are now two clusters C 1 2 = { x 1 [ 2 ] , x 2 [ 2 ] } , and C 2 2 = { x 3 [ 2 ] } .
For the 1-state, though the graph is connected, 1-state global consensus is not guaranteed since it depends on agent states from different clusters in C 2 . There will be at least 2 clusters according to Theorem 2. Moreover, since x 1 [ 1 ] is linked to states x 2 [ 1 ] C 1 1 and x 3 [ 1 ] C 2 1 , it will be in a different cluster: x 1 [ 1 ] C 3 1 according to Theorem 2.
The same reasoning applies to the 3-state graph. The graph is connected and depends on agent states from different clusters in C 2 . There will be at least 2 clusters according to Theorem 2. Since u 2 [ 3 ] is not dependent on any state and is connected to only v 3 [ 3 ] , there are two clusters in C 3 (Theorem 2).

4.2. Diagonal Matrix-Weights

The consensus algorithm of the graph with all matrix weights equal to some scalar multiples of the identity matrix is simulated and the state trajectory is plotted in Figure 5. The matrix weights are chosen as
W 12 = 3 I 3 × 3 , W 32 = 1.9 I 3 × 3 , W 13 = 5 I 3 × 3 .
The graph structure per state is the same for all states with similar convergence properties when the matrix-weights are scalars multiplying the identity matrices. When the matrix weights are instead chosen to be general PD diagonal matrices as
W 12 = diag { 1.3 , 4.0 , 6.1 } , W 32 = diag { 0.8 , 2.1 , 3.1 } , W 13 = diag { 8.1 , 1.4 , 3.1 } ,
the consensus algorithm is simulated and the state trajectory is shown in Figure 6. The convergence properties are different from state to state. The choice of w k k i j will affect the rate of convergence of the consensus algorithm of the kth state according to Equation (15). In all cases, a global consensus (GC) is achieved based on Theorem 3.
When the matrix weights are diagonal PSD matrices chosen as
W 12 = diag { 1.3 , 4.0 , 0 } , W 32 = diag { 0 , 0 , 0 } , W 13 = diag { 8.1 , 0 , 3.1 } .
the consensus algorithm is simulated and the state trajectory is shown in Figure 7. Since the 1-state graph is connected due to w 11 12 0 and w 11 13 0 , there is a 1-global consensus (1GC). For 2-states, there is a 2-cluster consensus (2CC) because w 22 13 = w 22 32 = 0 . There are no links between { x 1 [ 2 ] , x 2 [ 2 ] } C 1 2 and { x 3 [ 2 ] } C 2 2 . The same analogy applies for the 3-cluster consensus (3CC) in 3-states: { x 1 [ 3 ] , x 3 [ 3 ] } C 1 3 and { x 2 [ 3 ] } C 2 3 because w 33 12 = w 33 32 = 0 .

5. Discussion

Matrix weights allow for coupling the consensus of a state to state values of another agent. These inter-dependencies may get complex if for instance each agent state in a system is dependent on every other state. However, when there are no much complexities, the nature of the consensus can be determined based on the number of connected components of the state graph and the clusters of the agent states linked to it. Further work includes the prediction of the number of clusters when there are complex inter-dependencies among the states in the multi-agent system.

6. Conclusions

In this paper, the role of each element in the matrix-weights of a multi-agent system has been studied under two classifications: diagonal and non-diagonal elements. By selecting the elements in the matrix weights, different clusters across each of the states may be possible. In particular, with diagonal positive-definite matrix weights, global consensus is guaranteed for each state if the graph is connected at the agent level; otherwise, a similar clustere consensus for each state is achieved. Diagonal positive semi-definite matrix weights result in a global consensus for a state if the graph is connected at the state level, and a clustered otherwise. For non-diagonal matrix weights, there will be global consensus for a state k if the graph is connected at the state level and the k-state graph is independent of agent states in different clusters; otherwise, there will be cluster consensus. Analyses have been carried out for determining the number of clusters per state and the results have further been demonstrated via simulation of a multi-agent system consisting of three agents.

Author Contributions

Conceptualization, J.O.; methodology, J.O. and X.M.; software, J.O. and X.M.; validation, X.M. and J.O.; formal analysis, X.M. and J.O.; writing—original draft preparation, J.O.; writing—review and editing, X.M.; visualization, X.M.; supervision, X.M.; project administration, X.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
MASsMulti-agent Systems
PDPositive definite
PSDPositive semi-definite
GCGlobal consensus
GCCGlobal clustered consensus
KCCCluster consensus for state k
KGCGlobal consensus for state k

References

  1. Wooldridge, M. An Introduction to Multiagent Systems; John Wiley & Sons: Hoboken, NJ, USA, 2009. [Google Scholar]
  2. Mesbahi, M.; Egerstedt, M. Graph Theoretic Methods in Multiagent Networks; Princeton University Press: Princeton, NJ, USA, 2010; Volume 33. [Google Scholar]
  3. Zhao, H.; Meng, X.; Wu, S. Distributed edge-based event-triggered coordination control for multi-agent systems. Automatica 2021, 132, 109797. [Google Scholar] [CrossRef]
  4. Shi, C.X.; Yang, G.H.; Li, X.J. Data-Based Fault-Tolerant Consensus Control for Uncertain Multiagent Systems via Weighted Edge Dynamics. IEEE Trans. Syst. Man Cybern. Syst. 2019, 49, 2548–2558. [Google Scholar] [CrossRef]
  5. Zhu, B.; Xie, L.; Han, D.; Meng, X.; Teo, R. A survey on recent progress in control of swarm systems. Sci. China Inf. Sci. 2017, 60, 070201. [Google Scholar] [CrossRef]
  6. Dorri, A.; Kanhere, S.S.; Jurdak, R. Multi-Agent Systems: A Survey. IEEE Access 2018, 6, 28573–28593. [Google Scholar] [CrossRef]
  7. Qin, J.; Ma, Q.; Shi, Y.; Wang, L. Recent advances in consensus of multi-agent systems: A brief survey. IEEE Trans. Ind. Electron. 2016, 64, 4972–4983. [Google Scholar] [CrossRef]
  8. Han, Y.; Lu, W.; Chen, T. Cluster consensus in discrete-time networks of multiagents with inter-cluster nonidentical inputs. IEEE Trans. Neural Netw. Learn. Syst. 2013, 24, 566–578. [Google Scholar] [PubMed] [Green Version]
  9. Meng, X.; Chen, T. Event based agreement protocols for multi-agent networks. Automatica 2013, 49, 2125–2132. [Google Scholar] [CrossRef]
  10. Meng, X.; Xie, L.; Soh, Y.C.; Nowzari, C.; Pappas, G.J. Periodic event-triggered average consensus over directed graphs. In Proceedings of the 2015 54th IEEE Conference on Decision and Control (CDC), Osaka, Japan, 15–18 December 2015; pp. 4151–4156. [Google Scholar]
  11. Meng, X.; Xie, L.; Soh, Y.C. Asynchronous periodic event-triggered consensus for multi-agent systems. Automatica 2017, 84, 214–220. [Google Scholar] [CrossRef]
  12. Li, Y.; Tan, C. A survey of the consensus for multi-agent systems. Syst. Sci. Control Eng. 2019, 7, 468–482. [Google Scholar] [CrossRef] [Green Version]
  13. Chen, Y.; Lu, J.; Yu, X.; Hill, D.J. Multi-agent systems with dynamical topologies: Consensus and applications. IEEE Circ. Syst. Mag. 2013, 13, 21–34. [Google Scholar] [CrossRef] [Green Version]
  14. Trinh, M.H.; Van Nguyen, C.; Lim, Y.H.; Ahn, H.S. Matrix-weighted consensus and its applications. Automatica 2018, 89, 415–419. [Google Scholar] [CrossRef] [Green Version]
  15. Van Tran, Q.; Trinh, M.H.; Ahn, H.S. Discrete-Time Matrix-Weighted Consensus. arXiv 2020, arXiv:2006.15530. [Google Scholar]
  16. Pan, L.; Shao, H.; Li, D.; Xi, Y. Dynamic Event-Triggered Consensus of Multi-agent Systems on Matrix-weighted Networks. arXiv 2021, arXiv:2106.06198. [Google Scholar]
  17. Su, H.; Chen, J.; Yang, Y.; Rong, Z. The Bipartite Consensus for Multi-Agent Systems with Matrix-Weight-Based Signed Network. IEEE Trans. Circuits Syst. II Express Briefs 2020, 67, 2019–2023. [Google Scholar] [CrossRef]
  18. Liu, B.; Su, H.; Wu, L.; Shen, X. Controllability for multi-agent systems with matrix-weight-based signed network. Appl. Math. Comput. 2021, 411, 126520. [Google Scholar]
  19. Diestel, R. Graph Theory; Springer: Berlin, Germany, 2006. [Google Scholar]
  20. Yu, H.; Chen, X.; Chen, T.; Hao, F. Event-triggered bipartite consensus for multiagent systems: A Zeno-free analysis. IEEE Trans. Autom. Control 2019, 65, 4866–4873. [Google Scholar] [CrossRef]
  21. Laub, A.J. Matrix Analysis for Scientists and Engineers; Society for Industrial and Applied Mathematics: Philadelphia, PA, USA, 2004; Volume 91. [Google Scholar]
Figure 1. Graph topology with non-diagonal matrix weights: 1 GC , 2 GC and 3 C C .
Figure 1. Graph topology with non-diagonal matrix weights: 1 GC , 2 GC and 3 C C .
Network 01 00014 g001
Figure 2. State trajectory for non-diagonal matrix weighted graph: 1 GC , 2 GC and 3 C C .
Figure 2. State trajectory for non-diagonal matrix weighted graph: 1 GC , 2 GC and 3 C C .
Network 01 00014 g002
Figure 3. State graphs for non-diagonal matrix weights: 1 C C , 2 C C and 3 C C .
Figure 3. State graphs for non-diagonal matrix weights: 1 C C , 2 C C and 3 C C .
Network 01 00014 g003
Figure 4. State trajectory for non-diagonal matrix weighted graph: 1 C C , 2 C C and 3 C C .
Figure 4. State trajectory for non-diagonal matrix weighted graph: 1 C C , 2 C C and 3 C C .
Network 01 00014 g004
Figure 5. State trajectory for diagonal matrix weighted graph: scalar multiple of the identity matrix (GC with similar convergence properties across the states).
Figure 5. State trajectory for diagonal matrix weighted graph: scalar multiple of the identity matrix (GC with similar convergence properties across the states).
Network 01 00014 g005
Figure 6. State trajectory for general diagonal PD matrix weighted graph (GC with different convergence properties across the states).
Figure 6. State trajectory for general diagonal PD matrix weighted graph (GC with different convergence properties across the states).
Network 01 00014 g006
Figure 7. State trajectory for general diagonal PSD matrix weighted graph (KGC and KCC).
Figure 7. State trajectory for general diagonal PSD matrix weighted graph (KGC and KCC).
Network 01 00014 g007
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Ogbebor, J.; Meng, X. On the Role of Matrix-Weights Elements in Consensus Algorithms for Multi-Agent Systems. Network 2021, 1, 233-246. https://0-doi-org.brum.beds.ac.uk/10.3390/network1030014

AMA Style

Ogbebor J, Meng X. On the Role of Matrix-Weights Elements in Consensus Algorithms for Multi-Agent Systems. Network. 2021; 1(3):233-246. https://0-doi-org.brum.beds.ac.uk/10.3390/network1030014

Chicago/Turabian Style

Ogbebor, Joshua, and Xiangyu Meng. 2021. "On the Role of Matrix-Weights Elements in Consensus Algorithms for Multi-Agent Systems" Network 1, no. 3: 233-246. https://0-doi-org.brum.beds.ac.uk/10.3390/network1030014

Article Metrics

Back to TopTop