Optimization on the smallest eigenvalue of grounded Laplacian matrix via edge addition

Abstract

The grounded Laplacian matrix -S of a graph =(V,E) with n=|V| nodes and m=|E| edges is a (n-s)× (n-s) submatrix of its Laplacian matrix , obtained from by deleting rows and columns corresponding to s=|S| n ground nodes forming set S⊂ V. The smallest eigenvalue of -S plays an important role in various practical scenarios, such as characterizing the convergence rate of leader-follower opinion dynamics, with a larger eigenvalue indicating faster convergence of opinion. In this paper, we study the problem of adding k n edges among all the nonexistent edges forming the candidate edge set Q = (V× V) E, in order to maximize the smallest eigenvalue of the grounded Laplacian matrix. We show that the objective function of the combinatorial optimization problem is monotone but non-submodular. To solve the problem, we first simplify the problem by restricting the candidate edge set Q to be (S× (V S)) E, and prove that it has the same optimal solution as the original problem, although the size of set Q is reduced from O(n2) to O(n). Then, we propose two greedy approximation algorithms. One is a simple greedy algorithm with an approximation ratio (1-e-αγ)/α and time complexity O(kn4), where γ and α are, respectively, submodularity ratio and curvature, whose bounds are provided for some particular cases. The other is a fast greedy algorithm without approximation guarantee, which has a running time O(km), where O(·) suppresses the poly ( n) factors. Numerous experiments on various real networks are performed to validate the superiority of our algorithms, in terms of effectiveness and efficiency.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…