论文阅读【时空+大模型】ST-LLM(MDM2024)
论文链接:Spatial-Temporal Large Language Model for Traffic Prediction
代码仓库:https://github.com/ChenxiLiu-HNU/ST-LLM
发表于MDM2024(Mobile Data Management)
本文主要面向交通流量数据。

符号定义
| 符号 | 含义 |
|---|---|
| N | 交通站点数 |
| C | 特征数量 |
| P | 历史序列长度 |
| S | 预测序列长度 |
Spatial-Temporal Embedding and Fusion
注: X P ∈ R P ∗ N ∗ C X_P \isin R^{P*N*C} XP∈RP∗N∗C,但在本文实验中C=1(原文“C = 1 represents the traffic pick-up or drop-off flow”),因而有 X P ∈ R P ∗ N X_P \isin R^{P*N} XP∈RP∗N
一般而言,spatial-temporal embedding分为:
- Token Embedding: E P = P o i n t w i s e C o n v ( X P ) ∈ R N ∗ D E_P = PointwiseConv(X_P) \isin R^{N * D} EP=Poin

&spm=1001.2101.3001.5002&articleId=140356174&d=1&t=3&u=454a96407fb64099b6f844c414b3a42c)
681

被折叠的 条评论
为什么被折叠?



