paper-with-me

Papers

Rethinking Spatio-Temporal Transformer for Traffic Prediction:Multi-level Multi-view Augmented Learning Framework

2024-06-17 · Jiaqi Lin, Qianqian Ren

Traffic prediction is a challenging spatio-temporal forecasting problem that involves highly complex spatio-temporal correlations. This paper proposes a Multi-level Multi-view Augmented Spatio-temporal Transformer (LVSTformer) for traffic prediction. The model aims to capture spatial dependencies from three different levels: local geographic, global semantic, and pivotal nodes, along with long- and short-term temporal dependencies. Specifically, we design three spatial augmented views to delve into the spatial information from the perspectives of local, global, and pivotal nodes. By combining three spatial augmented views with three parallel spatial self-attention mechanisms, the model can comprehensively captures spatial dependencies at different levels. We design a gated temporal self-attention mechanism to effectively capture long- and short-term temporal dependencies. Furthermore, a spatio-temporal context broadcasting module is introduced between two spatio-temporal layers to ensure a well-distributed allocation of attention scores, alleviating overfitting and information loss, and enhancing the generalization ability and robustness of the model. A comprehensive set of experiments is conducted on six well-known traffic benchmarks, the experimental results demonstrate that LVSTformer achieves state-of-the-art performance compared to competing baselines, with the maximum improvement reaching up to 4.32%.

📄 PDF Abstract BibTeX arXiv:2406.11921

Code (0)

등록된 구현이 없습니다.

Tasks

Spatio-Temporal ForecastingTraffic Prediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

Global Spatio-Temporal Fusion-based Traffic Prediction Algorithm with Anomaly Aware

2024-12-19 · Chaoqun Liu, Xuanpeng Li, Chen Gong, Guangyu Li

Traffic prediction is an indispensable component of urban planning and traffic management. Achieving accurate traffic prediction hinges on the ability to capture the potential spatio-temporal relationships among road sen…

Anomaly DetectionPredictionTraffic Prediction

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

S2TNet: Spatio-Temporal Transformer Networks for Trajectory Prediction in Autonomous Driving

2022-06-22 · Weihuang Chen, Fangfang Wang, Hongbin Sun

To safely and rationally participate in dense and heterogeneous traffic, autonomous vehicles require to sufficiently analyze the motion patterns of surrounding traffic-agents and accurately predict their future trajector…

Autonomous DrivingAutonomous VehiclesTrajectory Prediction

DP-LET: An Efficient Spatio-Temporal Network Traffic Prediction Framework

2025-04-04 · Xintong Wang, Haihan Nan, Ruidong Li, Huaming Wu

Accurately predicting spatio-temporal network traffic is essential for dynamically managing computing resources in modern communication systems and minimizing energy consumption. Although spatio-temporal traffic predicti…

Computational EfficiencyDenoisingPredictionTraffic Prediction

DG-Trans: Dual-level Graph Transformer for Spatiotemporal Incident Impact Prediction on Traffic Networks

2023-03-21 · Yanshen Sun, Kaiqun Fu, Chang-Tien Lu

The prompt estimation of traffic incident impacts can guide commuters in their trip planning and improve the resilience of transportation agencies' decision-making on resilience. However, it is more challenging than node…

Decision MakingGraph LearningManagement