ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2409.07794
18
0

Efficient Learning of Balanced Signed Graphs via Iterative Linear Programming

12 September 2024
Haruki Yokota
Hiroshi Higashi
Yuichi Tanaka
Gene Cheung
ArXivPDFHTML
Abstract

Signed graphs are equipped with both positive and negative edge weights, encoding pairwise correlations as well as anti-correlations in data. A balanced signed graph has no cycles of odd number of negative edges. Laplacian of a balanced signed graph has eigenvectors that map simply to ones in a similarity-transformed positive graph Laplacian, thus enabling reuse of well-studied spectral filters designed for positive graphs. We propose a fast method to learn a balanced signed graph Laplacian directly from data. Specifically, for each node iii, to determine its polarity βi∈{−1,1}\beta_i \in \{-1,1\}βi​∈{−1,1} and edge weights {wi,j}j=1N\{w_{i,j}\}_{j=1}^N{wi,j​}j=1N​, we extend a sparse inverse covariance formulation based on linear programming (LP) called CLIME, by adding linear constraints to enforce ``consistent" signs of edge weights {wi,j}j=1N\{w_{i,j}\}_{j=1}^N{wi,j​}j=1N​ with the polarities of connected nodes -- i.e., positive/negative edges connect nodes of same/opposing polarities. For each LP, we adapt projections on convex set (POCS) to determine a suitable CLIME parameter ρ>0\rho > 0ρ>0 that guarantees LP feasibility. We solve the resulting LP via an off-the-shelf LP solver in O(N2.055)\mathcal{O}(N^{2.055})O(N2.055). Experiments on synthetic and real-world datasets show that our balanced graph learning method outperforms competing methods and enables the use of spectral filters and graph convolutional networks (GCNs) designed for positive graphs on signed graphs.

View on arXiv
Comments on this paper