paper-with-me

Papers

Graph-Conditioned Mixture of Graph Neural Network Experts for Traffic Forecasting

2026-05-28 · Amirhossein Ghaffari, Saeid Sheikhi, Ekaterina Gilman arxiv

Spatio-temporal forecasting on sensor graphs is commonly tackled with a single backbone architecture applied uniformly across all nodes, although graph regions can exhibit different dynamics. Road segments differ in functional class, structure, and traffic behavior, suggesting that node-wise expert specialization can be useful. We propose GC-MoE, a graph-conditioned mixture of experts framework that assigns each node a personalized combination of frozen forecasting experts based on graph topology and the recent traffic input window. GC-MoE combines frozen pretrained spatio-temporal GNN experts with an input-aware, spatially contextualized router while training only a lightweight routing module. We also study a bounded graph-conditioned output refinement layer as an optional extension and include node-adaptive ST-LoRA adapters only as an ablation diagnostic. Across four standard benchmarks (PEMS04, PEMS07, METR-LA, and PEMS-BAY), GC-MoE improves MAE over a zero-parameter ensemble baseline, with competitive RMSE and MAPE, while training only ~17K parameters on top of 1.5M frozen expert weights. The implementation is available at https://github.com/Ahghaffari/gc_moe.

📄 PDF Abstract BibTeX arXiv:2605.30486

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

TESTAM: A Time-Enhanced Spatio-Temporal Attention Model with Mixture of Experts

2024-03-05 · Hyunwook Lee, Sungahn Ko

Accurate traffic forecasting is challenging due to the complex dependency on road networks, various types of roads, and the abrupt speed change due to the events. Recent works mainly focus on dynamic spatial modeling wit…

Graph AttentionGraph EmbeddingMixture-of-Experts

MalMoE: Mixture-of-Experts Enhanced Encrypted Malicious Traffic Detection Under Graph Drift

2026-02-10 · Yunpeng Tan, Qingyang Li, Mingxin Yang, Yannan Hu 외 arxiv

Encryption has been commonly used in network traffic to secure transmission, but it also brings challenges for malicious traffic detection, due to the invisibility of the packet payload. Graph-based methods are emerging …

Data Augmentation

STAMImputer: Spatio-Temporal Attention MoE for Traffic Data Imputation

2025-06-09 · Yiming Wang, Hao Peng, Senzhang Wang, Haohua Du 외

Traffic data imputation is fundamentally important to support various applications in intelligent transportation systems such as traffic flow prediction. However, existing time-to-space sequential methods often fail to e…

Graph AttentionImputationMixture-of-ExpertsTraffic Data Imputation

Navigating Spatio-Temporal Heterogeneity: A Graph Transformer Approach for Traffic Forecasting

2024-08-20 · Jianxiang Zhou, Erdong Liu, Wei Chen, Siru Zhong 외

Traffic forecasting has emerged as a crucial research area in the development of smart cities. Although various neural networks with intricate architectures have been developed to address this problem, they still face tw…

AttributeMixture-of-Experts

MoG: Mixture of Experts for Graph-based Retrieval-Augmented Generation

2026-05-29 · Zheng Yuan, Chuang Zhou, Linhao Luo, Siyu An 외 arxiv

Retrieval-augmented generation is intensively studied to ground large language models on external evidence. However, retrieving from a unified knowledge base could inevitably introduce irrelevant information that may mis…