The reviewed record of science sign in
Pith

arxiv: 2403.02600 · v1 · pith:NINXJF5Q · submitted 2024-03-05 · cs.LG · cs.SI

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

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:NINXJF5Qrecord.jsonopen to challenge →

classification cs.LG cs.SI
keywords modelingtestamgraphmodeltrafficdynamicexpertsnon-recurring
0
0 comments X
read the original abstract

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 with adaptive graph embedding or graph attention having less consideration for temporal characteristics and in-situ modeling. In this paper, we propose a novel deep learning model named TESTAM, which individually models recurring and non-recurring traffic patterns by a mixture-of-experts model with three experts on temporal modeling, spatio-temporal modeling with static graph, and dynamic spatio-temporal dependency modeling with dynamic graph. By introducing different experts and properly routing them, TESTAM could better model various circumstances, including spatially isolated nodes, highly related nodes, and recurring and non-recurring events. For the proper routing, we reformulate a gating problem into a classification problem with pseudo labels. Experimental results on three public traffic network datasets, METR-LA, PEMS-BAY, and EXPY-TKY, demonstrate that TESTAM achieves a better indication and modeling of recurring and non-recurring traffic. We published the official code at https://github.com/HyunWookL/TESTAM

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

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

    cs.LG 2026-05 unverdicted novelty 5.0

    GC-MoE improves MAE on four traffic forecasting benchmarks by routing nodes to combinations of frozen spatio-temporal GNN experts via a graph-conditioned lightweight router, training only ~17K parameters atop 1.5M fro...

  2. TSNN: A Non-parametric and Interpretable Framework for Traffic Time Series Forecasting

    cs.LG 2026-05 unverdicted novelty 5.0

    TSNN matches time series entries to a training-derived memory bank to forecast traffic without any trainable parameters and achieves competitive accuracy on four real-world datasets.