arXiv:2409.07794cs.LGeess.SP2024-09被引 5

通过线性规划学习平衡符号图,让正图的谱滤波器可直接用于符号图。

Efficient Learning of Balanced Signed Graphs via Iterative Linear Programming

  • 基于线性规划构建符号图,强制边权符号与节点极性一致。
  • 在合成与真实数据集上优于现有方法,且支持正图谱滤波器应用。
  • 适合需处理正负关系的图神经网络研究者使用。

符号图包含正负边权重,用于编码数据中的相关性和反相关性。平衡符号图中不存在奇数个负边的环。平衡符号图的拉普拉斯矩阵特征向量可通过相似变换映射到正图拉普拉斯矩阵的特征向量,从而可复用为正图设计的谱滤波器。本文提出一种快速方法,直接从数据中学习平衡符号图拉普拉斯矩阵。对于每个节点 $i$,通过扩展基于线性规划(LP)的稀疏逆协方差方法 CLIME,加入线性约束以保证连接节点的边权符号与其极性一致——即同极性节点间连正边,异极性节点间连负边。对每个 LP 问题,采用凸集投影(POCS)确定合适参数 $ρ > 0$,确保可行性。使用现成的 LP 求解器求解,时间复杂度为 $/mathcal{O}(N^{2.055})$。在合成与真实数据集上的实验表明,该方法性能优于对比方法,并使专为正图设计的谱滤波器和图卷积网络(GCNs)可直接应用于符号图。

原文摘要 · Abstract (English)

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 $i$, to determine its polarity $β_i \in \{-1,1\}$ and edge weights $\{w_{i,j}\}_{j=1}^N$, 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 $\{w_{i,j}\}_{j=1}^N$ 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$ that guarantees LP feasibility. We solve the resulting LP via an off-the-shelf LP solver in $\mathcal{O}(N^{2.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.

符号图图学习线性规划图神经网络

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。