Aivora
arXivAI ResearchAdvanced

DISCO: Overlapping Community Detection via Diffusion-Induced Spatial Attention

DISCO:結合擴散引導空間注意力的重疊社群偵測深度學習框架

2 min read
DISCO: Overlapping Community Detection via Diffusion-Induced Spatial Attention
The 30-second version

Traditional Graph Neural Networks (GNNs) rely on local message passing, which often smooths out community boundaries and limits long-range structural representations. To solve this, researchers developed DISCO. DISCO integrates structural priors from influence spreading dynamics, sparse multi-head attention, and non-negative community-affiliation learning. Utilizing a Bernoulli-Poisson edge-reconstruction objective, it infers overlapping communities from node attributes, structural profiles, or both, proving highly effective in tasks like cybersecurity temporal anomaly detection.

Key points

01

Overcoming Local Message Passing Limits

By introducing diffusion-induced spatial attention, DISCO captures long-range structural dependencies beyond immediate neighbors, avoiding GNN over-smoothing.

02

Flexible Dual-Feature Inference

Uses a Bernoulli-Poisson edge-reconstruction objective, enabling community inference from node attributes, structural profiles, or both.

03

Dynamic Anomaly Detection

Comparing community similarity between consecutive network snapshots provides an interpretable anomaly signal to locate deviating nodes.

How it works

DISCO Framework Workflow
Extract structureNode featuresBias attentionLearn representationsCompute lossConvergence & decodingInput Graph &AttributesInfluence PriorsSpatial AttentionAffiliation LearningEdge ReconstructionOverlapping Communities

Why it matters

In real-world networks, nodes typically participate in multiple groups simultaneously. DISCO solves the boundary-smoothing problem of GNNs in overlapping community detection. Its practical application in cybersecurity demonstrates its value for dynamic network monitoring, providing a highly interpretable and precise approach to identifying compromised devices and structural anomalies.

Who it affects

  • AI Researcher
  • AI Developer
  • Enterprise Leader

How to use it

  1. 1Cybersecurity Anomaly Detection: Locating potential compromised devices by analyzing structural community deviations between communication network snapshots.
  2. 2Complex Community Mapping: Identifying overlapping members with multiple roles within organizational social networks or multifunctional biological networks.

Limitations & caveats

  • Pre-computing influence spreading dynamics for structural priors may incur high computational and memory costs on extremely large networks.
  • The anomaly detection framework currently relies on discrete snapshot comparisons, and its capability for real-time continuous streaming data requires further validation.

Related

PoEM: Predicting RL Outcomes Without Re-training Existing Policies
arXivAI Research

PoEM: Predicting RL Outcomes Without Re-training Existing Policies

不需重新訓練!PoEM 演算法直接預測新獎勵函數的強化學習結果

The PoEM framework enables researchers to accurately predict and synthesize new RL policies without any actual RL training, by leveraging linear combinations of existing post-trained models in log-space.

2 min read