arXiv:2502.01031cs.LGcs.SI2025-02AAAI被引 1

提出可微分的社交网络谣言抑制方法,大幅加速且效果更优。

DiffIM: Differentiable Influence Minimization with Surrogate Modeling and Continuous Relaxation

  • 用代理模型替代耗时模拟,实现影响传播的快速估算。
  • 通过连续松弛使删边决策可微,支持高效优化,速度提升最高达15,160倍。
  • 基于梯度直接选边,无需迭代优化,适合实时场景应用。

在社交网络中,个体通过社交连接相互影响,可建模为图中节点间的传播。影响最小化(IMIN)旨在通过修改图结构(如删除边)来降低传播范围,适用于谣言阻断等紧急场景,但该问题理论困难且计算昂贵。此外,其离散特性阻碍了可微学习技术的应用。本文提出DiffIM,采用两种可微加速方案:(1) 代理建模,避免耗时的蒙特卡洛模拟,实现高效影响估计;(2) 决策的连续松弛,避免逐个评估离散操作(如删边)。此外,提出梯度驱动选择策略,基于梯度直接选取边,无需对每个实例进行优化迭代。在真实图数据集上的大量实验表明,各方案显著提升速度,性能几乎无损。所提方法在速度与效果上均达到帕累托最优,典型情况下比最有效基线快数个数量级(最高达15,160倍),且更有效。

原文摘要 · Abstract (English)

In social networks, people influence each other through social links, which can be represented as propagation among nodes in graphs. Influence minimization (IMIN) is the problem of manipulating the structures of an input graph (e.g., removing edges) to reduce the propagation among nodes. IMIN can represent time-critical real-world applications, such as rumor blocking, but IMIN is theoretically difficult and computationally expensive. Moreover, the discrete nature of IMIN hinders the usage of powerful machine learning techniques, which requires differentiable computation. In this work, we propose DiffIM, a novel method for IMIN with two differentiable schemes for acceleration: (1) surrogate modeling for efficient influence estimation, which avoids time-consuming simulations (e.g., Monte Carlo), and (2) the continuous relaxation of decisions, which avoids the evaluation of individual discrete decisions (e.g., removing an edge). We further propose a third accelerating scheme, gradient-driven selection, that chooses edges instantly based on gradients without optimization (spec., gradient descent iterations) on each test instance. Through extensive experiments on real-world graphs, we show that each proposed scheme significantly improves speed with little (or even no) IMIN performance degradation. Our method is Pareto-optimal (i.e., no baseline is faster and more effective than it) and typically several orders of magnitude (spec., up to 15,160X) faster than the most effective baseline while being more effective.

图神经网络可微优化谣言抑制加速算法

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