On Maximizing the Second Smallest Eigenvalue of a State-dependent Graph Laplacian

Kim Y , Mesbahi M . On Maximizing the Second Smallest Eigenvalue of a State-Dependent Graph Laplacian[J]. IEEE Transactions on Automatic Control, 2006, 51(1):116-120.


1. Introduction

Problem: finding the best vertex positional configuration in the presence of an additional proximity constraint to maximize algebraic connectivity.

Algebraic connectivity(代数连通度):拉普拉斯矩阵的第二小的特征值,反映图的稳定性和健壮性的关键指标。

\mathcal{G}: A graph of fixed order (顶点个数) and weighted edges. Weightw: \mathbb{R}^3 \times \mathbb{R}^3  \rightarrow \mathbb{R}_+w_{ij}:=w(x_i,x_j)=f(\parallel x_i-x_j\parallel),边的权重的值为关于两个顶点间距离的函数。

\Lambda :\mathop{max}\limits_{x} \lambda_2(L_G(x))L_G(x):带权拉普拉斯矩阵。[L_G(x)]_{ij}:=\left\{\begin{array}{lr}
	-w_{ij}&if~i \neq j \\
	\sum\nolimits_{s \neq i} w_{is} &if~i=j \\
	\end{array} \right.

Proximity Constraint: 两个顶点间的距离不能小于特定值\rho _1

d_{ij}:=\parallel x_i-x_j \parallel \geq \rho_1, for~all~i \neq j. (1)

2. Method

An iterative SDP-based approach for the problem is proposed.

函数f的选择。f(d_{ij})=\epsilon ^{(\rho_1-d_{ij})/(\rho_1-\rho_2)}, \epsilon >0。具有可微性,且反映了现实场景。节点间相对距离达到给定阈值后,链路的强度会随着距离的增加而呈现指数下降。

2.1 maximizing \lambda_2(L_G)

Proposition 2.1: P:=[p_1,\dots,p_m] \in R^{n \times m}表示由向量p_i \in \mathbb{R}^n,i=1,\dots,m组成的m维子空间,P \subseteq \mathbb{R}^n,对于M \in S^n,当且仅当P^TMP>0时,x^TMx>0,其中,x \in P为非零元素。x=\alpha_1 p_1+\alpha_2 p_2+\dots+\alpha_m p_m,\alpha_1,\dots,\alpha_m \in \mathbb{R}不全为0.

Corollary 2.2: 对于拉普拉斯矩阵L_G,约束\lambda _2(L_G)>0P_TL_GP>0等价,P=[p_1,p_2,\dots,p_{n-1}],p_i \in \mathbb{R}^n满足p_i^T 1=0, i=1,2,\dots,n-1p_i^Tp_j=0~(i \neq j)

根据Corollary 2.2, 本文要解决的问题可以表示如下:

\Lambda : \mathop{max}_\limits{x} \gamma
s.t. d_{ij}:=\parallel x_i-x_j \parallel^2 \geq \rho_1,P^TL_G(x)P \geq \gamma I_{n-1}

2.2 Discrete and greedy

迭代方法解决代数连通度的最大化问题。首先将两点间的距离公式两边对时间t取微分得到下式。

2\{\dot{x}_i(t)-\dot{x}_j(t)\}^T\{x_i(t)-x_j(t)\}=\dot{d}_{ij}(t)

使用欧拉离散化方法将上式离散化得到下式,采样时间取为\Delta t

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。