paper-with-me

홈 › Papers

MUST: Multi-Scale Structural-Temporal Link Prediction Model for UAV Ad Hoc Networks

2025-05-14 · Cunlai Pu, Fangrui Wu, Rajput Ramiz Sharafat, Guangzhao Dai, Xiangbo Shu

Link prediction in unmanned aerial vehicle (UAV) ad hoc networks (UANETs) aims to predict the potential formation of future links between UAVs. In adversarial environments where the route information of UAVs is unavailable, predicting future links must rely solely on the observed historical topological information of UANETs. However, the highly dynamic and sparse nature of UANET topologies presents substantial challenges in effectively capturing meaningful structural and temporal patterns for accurate link prediction. Most existing link prediction methods focus on temporal dynamics at a single structural scale while neglecting the effects of sparsity, resulting in insufficient information capture and limited applicability to UANETs. In this paper, we propose a multi-scale structural-temporal link prediction model (MUST) for UANETs. Specifically, we first employ graph attention networks (GATs) to capture structural features at multiple levels, including the individual UAV level, the UAV community level, and the overall network level. Then, we use long short-term memory (LSTM) networks to learn the temporal dynamics of these multi-scale structural features. Additionally, we address the impact of sparsity by introducing a sophisticated loss function during model optimization. We validate the performance of MUST using several UANET datasets generated through simulations. Extensive experimental results demonstrate that MUST achieves state-of-the-art link prediction performance in highly dynamic and sparse UANETs.

📄 PDF Abstract BibTeX arXiv:2505.09331

Code (1)

wufangr/must 공식 구현 pytorch

Tasks

Graph AttentionLink PredictionModel OptimizationPrediction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음
HOC 설명 없음

Similar Papers 제목 키워드 기반

Neighborhood-aware Scalable Temporal Network Representation Learning

2022-09-02 · Yuhong Luo, Pan Li

Temporal networks have been widely used to model real-world complex systems such as financial systems and e-commerce systems. In a temporal network, the joint neighborhood of a set of nodes often provides crucial structu…

Inductive Link PredictionLink PredictionRepresentation Learning

Transfer Learning for Temporal Link Prediction

2025-04-15 · Ayan Chatterjee, Barbara Ikica, Babak Ravandi, John Palowitch

Link prediction on graphs has applications spanning from recommender systems to drug discovery. Temporal link prediction (TLP) refers to predicting future links in a temporally evolving graph and adds additional complexi…

Drug DiscoveryInformativenessLink PredictionPrediction+2

Learning Neural Ordinary Equations for Forecasting Future Links on Temporal Knowledge Graphs

2021-11-01 · EMNLP 2021 11 · Zhen Han, Zifeng Ding, Yunpu Ma, Yujia Gu 외

There has been an increasing interest in inferring future links on temporal knowledge graphs (KG). While links on temporal KGs vary continuously over time, the existing approaches model the temporal KGs in discrete state…

Knowledge Graphs

Enhancing Temporal Link Prediction with HierTKG: A Hierarchical Temporal Knowledge Graph Framework

2024-12-16 · Mariam Almutairi, Melike Yildiz Aktas, Nawar Wali, Shutonu Mitra 외

The rapid spread of misinformation on social media, especially during crises, challenges public decision-making. To address this, we propose HierTKG, a framework combining Temporal Graph Networks (TGN) and hierarchical p…

Decision MakingLink PredictionMisinformation

CoDCL: Counterfactual-Inspired Augmentation Contrastive Learning for Temporal Link Prediction in Social Networks

2026-01-30 · Hantong Feng, Duxin Chen, Wenwu Yu arxiv

Temporal link prediction is crucial for rapidly growing social networks. Existing methods often overlook the underlying causal mechanisms that drive link formation, making it difficult for algorithms to adapt to complex …

Representation LearningContrastive LearningData AugmentationLink Prediction