Pith. sign in

REVIEW 2 major objections 4 minor 39 references

A2TTA claims that topology-induced forecasting errors on evolving sensor graphs can be corrected by an expandable, node-conditioned output calibrator attached to a frozen forecaster, with a persistent global state and a disposable local clo

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-03 01:41 UTC pith:IJXSAILQ

load-bearing objection Thorough, unusually honest calibration paper whose central gains hold up; the 'test-time adaptation' label needs a scope warning because each year retrains the backbone and warm-starts on current-year labels. the 2 major comments →

arxiv 2607.25875 v2 pith:IJXSAILQ submitted 2026-07-28 cs.LG cs.AI

A2TTA: Anchored-and-Agile Test-Time Adaptation for Evolving Traffic Sensor Networks

classification cs.LG cs.AI
keywords traffic forecastingtest-time adaptationevolving sensor graphsoutput calibrationFiLM calibrationtemporal distribution shiftgraph topology expansioncontinual deployment
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Traffic forecasting models are usually trained on a fixed sensor graph, but real deployments add sensors, rewire connections, and drift in traffic patterns over time. This paper proposes A2TTA, which keeps the forecasting backbone frozen and attaches a lightweight, expandable calibrator that rescales and shifts each node's forecast using recent observations, temporal statistics, and a learnable node embedding. It separates adaptation into an anchored global state that absorbs persistent drift and a disposable local clone specialized to the current context, so transient events do not contaminate long-term corrections. The paper argues this turns both topology expansion and multi-scale temporal shift into a single output-calibration problem, and reports consistent error reductions across ten networks—including up to 29.4% lower Avg-MAE over a frozen STAEFormer backbone—while updating only about 33K parameters. A sympathetic reader would care because it suggests a cheap, backbone-agnostic way to keep deployed forecasters accurate as cities and sensor networks change.

Core claim

The paper's central claim is that the two failure modes of fixed-graph forecasting—topology expansion and multi-scale temporal drift—can be handled without retraining or modifying the deployed forecaster. A2TTA treats the discrepancy between the frozen base forecast and the true traffic values as a node- and horizon-specific calibration error. It appends an expandable node-conditioned FiLM calibrator to the frozen backbone: a shared network that emits per-node, per-horizon scale and shift parameters, so adding new sensors only adds embedding rows while preserving previously learned corrections. Temporal shifts are separated into a persistent global calibrator, updated from causally released

What carries the argument

The load-bearing mechanism is the pair of an expandable node-conditioned FiLM calibrator and an anchored-and-agile state split. FiLM (feature-wise linear modulation) is a small shared network that produces per-node, per-horizon scale and shift corrections conditioned on the base forecast, input history, temporal statistics, and a learnable node embedding; because its parameterization is independent of sensor count, topology growth is absorbed by adding embedding rows. The anchored global state is updated from a bounded pool of causally released labels and kept near its warm-up state via a proximal regularizer, capturing persistent drift, while the agile local clone is copied from the global

Load-bearing premise

The load-bearing premise is that every deployment year supplies a matched backbone checkpoint and a labeled training partition for warm-up; the paper's own warm-up-free control shows that without this labeled start the advantage shrinks, and on TFNSW with Online-AN Avg-MAE rises by 11.4%.

What would settle it

Reproduce A2TTA(OLAN) on TFNSW with the FiLM calibrator initialized as identity and no yearly warm-up—the paper's A.6 control reports Avg-MAE rises by 11.4% relative to the full method; if a broader ten-network replication showed the warm-up-free variant no longer beats the frozen backbone, the claim that A2TTA is a test-time adaptation method rather than a supervised recalibration would be settled against it. A second decisive test: introduce a cohort of sensors that appear only after training with no labels in the current-year partition, and check whether the new-sensor gains (8.8% on PEMS07

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • With the same frozen backbone checkpoint, attaching A2TTA lowers Avg-MAE by 9.4% on PEMS03, 13.8% on PEMS04, and 29.4% on TFNSW over frozen STAEFormer, and by 33.6% in MAE over Online-AN on TFNSW.
  • Gains are especially visible on the metadata-defined new-sensor cohort: MAE falls 8.8% on PEMS07 and 33.7% on TFNSW relative to frozen STAEFormer.
  • A2TTA is the best non-foundation method in 119 of 120 per-horizon cells and in 29 of 30 new-sensor panels, and outperforms zero-shot and fine-tuned time-series foundation models in nearly all reported cells.
  • The anchored global state plus disposable local clone means transient contexts are corrected without being written back into the persistent model; the clone is used once and discarded, so a single transient event cannot contaminate later forecasts.
  • Warm-up matters: removing the three warm-up epochs raises Avg-MAE by up to 11.4% on TFNSW for the Online-AN variant, so the practical benefit depends partly on access to current-year labeled training data.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • True zero-shot node commissioning—sensors that appear only at test time with no current-year labels—is the obvious stress test the paper does not claim; the warm-up-free results suggest the margin would narrow.
  • The anchored/agile split is a transferable recipe: any online system facing multi-scale drift could use a slowly updated state regularized toward initialization plus an ephemeral specialist. A testable variant would spawn the clone only when the context-weight effective sample size drops below the paper's current 0.2·|P| threshold.
  • Because the calibrator reads only the base forecast and input features, it could in principle be attached to time-series foundation models themselves; the paper compares against them, not with them, so that combination is untested.
  • The output-space diagnostics show the global correction averages 4.40 flow units while the local clone adds 0.90, suggesting the two-stage correction could be tuned further by allocating clone capacity to high-drift windows rather than every window.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 4 minor

Summary. The paper proposes A2TTA, a lightweight output-calibration module attached to a frozen traffic-forecasting backbone, targeting sensor networks whose graphs evolve over years. The calibrator uses an expandable node-conditioned FiLM layer and maintains a persistent global state plus a disposable local clone, both updated causally from delayed labels. Evaluations on EvoXXLTraffic and TFNSW across ten networks, two backbones, five seeds, and multiple horizons report consistent MAE/RMSE/MAPE reductions, with A2TTA(STAE) best in 119/120 per-horizon cells and improved new-sensor performance.

Significance. If the results hold as described, the paper demonstrates that a 33K-parameter output calibrator can substantially improve per-year retrained traffic forecasters, and the causal evaluation protocol is careful: leakage-free FIFO pool, matched per-year checkpoints, five paired seeds, sensitivity analyses, and code release. The paper is also unusually transparent about its limitations, including the warm-up dependence and the non-zero-shot nature of new sensors. However, the claimed centrality of online/test-time adaptation is not fully supported by the evidence: the online component contributes little when ablated, while supervised warm-up on current-year training labels accounts for much of the measured gain. The empirical claims are nonetheless internally consistent and reproducible, making the work a useful contribution if the framing is corrected.

major comments (2)
  1. [Sec. 6.4, Fig. 5; Sec. A.6; Sec. 5.4-5.5] The central claim that A2TTA performs test-time adaptation (Title, Sec. 1) is not fully supported by the evidence because the headline gains are dominated by current-year supervised warm-up rather than the online anchored/agile mechanism. In Sec. 6.4 and Fig. 5, removing all online labels increases median Avg-MAE by only 0.44% (A2TTA(OLAN)) and 0.80% (A2TTA(STAE)). In the ablation (Sec. 6.5, Fig. 6), the 'w/o online TTA' variant nearly matches full A2TTA in most settings. In contrast, Appendix A.6 reports that removing the three warm-up epochs raises Avg-MAE by up to 11.4% (Online-AN on TFNSW), and the warm-up-free control still uses the current-year retrained backbone. Thus the reported 9.4-29.4% reductions over frozen backbones largely reflect supervised calibration on current-year training labels, not online adaptation. Please either add deployment scenarios where online adaptation ma
  2. [Sec. 4.2, Sec. 6.1; Limitations] The evaluation protocol assumes a matched current-year backbone checkpoint and a labeled training partition for calibrator warm-up each year (Sec. 4.2, Sec. 5.2). No control keeps the backbone fixed from the initial year while adapting only the calibrator. Consequently, the reported improvements conflate annual backbone retraining and current-year supervised calibration with test-time adaptation. The new-sensor results are also not zero-shot because new sensors are present in the current year's training partition (Sec. 4.1, Limitations). Please add a control that uses an initial-year backbone and only the calibrator across years, or explicitly restrict claims to the annually-retrained setting. This is necessary to support the title and abstract framing.
minor comments (4)
  1. [A.3.2, Fig. 12] The statement 'A2TTA(STAE) has the lowest error in all 360 combinations' refers to the six plotted methods only; clarify that this holds among the plotted baselines, not all 21 methods.
  2. [Eq. (11)] The notation for the three weight normalizations is hard to parse; suggest distinct symbols or a small table to separate the raw, clipped, and rescaled weights.
  3. [Fig. 10 caption] The caption says 'six streams' but the plot shows only four PEMS districts; specify which six data streams are actually included.
  4. [Sec. 6.8 and A.4] The term 'legacy-batched' is used without definition; clarify how these runs differ from the main one-window chronological protocol, since the figure relies on this distinction.

Circularity Check

0 steps flagged

No significant circularity: the calibrator is evaluated on out-of-sample windows after delayed label release, and the self-cited benchmark is independent external data.

full rationale

I walked the derivation chain: the FiLM calibrator is initialized to the identity (Eq. 7, zero-initialized output head), warm-started on a chronological training partition, and online updates consume only records released after the full horizon H via the FIFO pool (Eq. 8) and Algorithm 1's causal order. The headline reductions (Sec. 6.3, e.g., 33.6% on TFNSW) are measured on test windows that are not used in those updates, so the reported errors are genuine out-of-sample predictions rather than fitted values renamed as results. The new-sensor cohort is explicitly defined as sensors present in the current year's training partition (Eq. 2, Sec. 4.1), and the Limitations section states it 'should not be interpreted as zero-shot node commissioning,' so no unsupervised prediction is being claimed. The delayed-label sensitivity (Sec. 6.4, Fig. 5) and warm-up-free control (Appendix A.6) quantify the dependence on labeled warm-up rather than concealing it; the dependence is a limitation, not a circular reduction. The only author-overlapping citation is [33] for EvoXXLTraffic, but that is a data benchmark constructed from external PeMS records and the results are corroborated on the external TFNSW network; the central adaptation mechanism does not reduce to that citation. No equation or claim equates an input to its own output by construction.

Axiom & Free-Parameter Ledger

6 free parameters · 5 axioms · 0 invented entities

No new physical entities (particles, forces, dimensions) are introduced. 'Anchored global state' and 'agile local clone' are software-state designations, not falsifiable entities; the 'expandable node embedding' is a learned lookup table with no claim of independent physical reality. The free parameters listed are hand-chosen hyperparameters, each covered by a sensitivity analysis (Fig. 17), so they affect numerical gains but do not by themselves manufacture the headline improvement.

free parameters (6)
  • feedback pool capacity M = 512
    Bounded FIFO pool size (Eq. 8, Algorithm 1); sweep over 128–1024 shows ≤2.3% Avg-MAE change (Fig. 17).
  • global update interval Δ = 64 windows
    Determines how often the global calibrator is updated (Algorithm 1); sweep 32–256 shows ≤2.0% change.
  • adaptation steps K_g, K_l = 3 (local), 3 (global)
    AdamW steps per update; sensitivity across 1–5 steps shows ≤2.0% Avg-MAE change (A.7).
  • similarity temperature τ, clipping c, ESS floor, ω_tod = τ=1, c=5, ESS<0.2|P|→uniform, ω_tod=max(S_day/12,1)
    Set by hand (Eqs. 11–12); the timescale constant matches 5-min vs 1-hour sampling and is justified as '24 for five-minute PEMS data and 2 for hourly TFNSW data'.
  • calibrator warm-up epochs = 3
    Warm-start on the current-year training partition; removal costs up to 11.4% Avg-MAE on TFNSW Online-AN variant (A.6).
  • TTA learning rates = 1e-3 or 3e-3
    Tuned per dataset/backbone (A.7); sensitivity across 1e-4 to 1e-2 is ≤2.8% Avg-MAE.
axioms (5)
  • domain assumption Labels eventually arrive for every forecast window (after the H-step horizon)
    Explicitly stated in Sec. 7 Limitations; the delayed-feedback pool (Eq. 8) and both adaptation branches depend on it.
  • domain assumption Current-year labeled training/validation partitions are available for each snapshot, to re-train the yearly backbone checkpoint and warm-start the calibrator
    Sec. 4.2 and 5.2; this defines the 'new sensor' cohort as present-in-training rather than zero-shot and is the main scope limitation.
  • domain assumption The FiLM parameterization is node-count independent, so new sensors only require adding embedding rows
    Sec. 5.2: 'as h_φ is shared across nodes, its parameterization is independent of the sensor-set cardinality'; this is what makes topology expansion tractable.
  • domain assumption Yearly graph snapshots with thresholded Gaussian Haversine adjacency (ε=0.1) faithfully represent the evolving network
    Sec. 3.1 dataset construction; the choice of yearly discretization and distance threshold is a modeling decision.
  • standard math Standard deep-learning machinery (shared MLP, AdamW, FiLM conditioning, cosine-similarity retrieval weights) behaves as expected
    No formal proof; standard practice. Not the load-bearing risk.

pith-pipeline@v1.3.0-alltime-deepseek · 62463 in / 17351 out tokens · 175178 ms · 2026-08-03T01:41:48.037833+00:00 · methodology

0 comments
read the original abstract

Traffic forecasting is important for efficient traffic management and route planning in smart cities. Existing traffic forecasting studies typically assume fixed sensor graphs, overlooking the continuous evolution of real-world traffic networks, e.g., ongoing road network construction and evolving human mobility patterns. These dynamic changes can substantially degrade conventional forecasting models, motivating test-time adaptation (TTA) to efficiently adapt pretrained models during deployment. However, applying TTA to evolving traffic sensor networks remains challenging in two aspects. First, topology expansion introduces new sensors and connections, continuously reshaping the sensor graph. Second, tem- poral shifts vary in time scale and stability, requiring differentiated adaptation to long-term and short-term shifts. In this study, we address these challenges by proposing A2TTA, an Anchored-and-Agile Test-Time Adaptation framework for evolving traffic sensor networks, which transforms topology-induced forecasting errors into an expandable output calibration problem and separates tem- poral adaptation into persistent global correction and agile context-specific specialization. By jointly addressing topology evolution and multi-scale temporal shifts, A2TTA enables efficient and robust adaptation to continuously evolving traffic environments. Extensive experiments on ten real-world traffic networks demonstrate that A2TTA consistently improves forecasting performance across different backbones, datasets, and prediction horizons. Our code is available in https://github.com/lixus7/A2TTA.

Figures

Figures reproduced from arXiv: 2607.25875 by Du Yin, Estrid He, Flora D. Salim, Hao Xue, Jinliang Deng, Xiachong Lin, Yue Tan.

Figure 1
Figure 1. Figure 1: Motivation and design overview of A2TTA. (a) The conventional fixed-graph assumption trains and deploys a forecaster on one unchanged sensor graph. (b) Deployment instead brings topology expansion together with persistent drift and transient deviations, while labels are released only after the forecasting horizon 𝐻. (c) A2TTA keeps the fore￾casting backbone frozen, appends node embeddings to an expandable … view at source ↗
Figure 2
Figure 2. Figure 2: Sensor deployment across nine districts. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Overview of A2TTA. An expandable node-conditioned FiLM calibrator corrects heterogeneous forecast bias as the graph expands. A pending and released feedback pipeline enforces causal label access. A persistent global state and a disposable local clone handle long-term and context-specific temporal shifts, respectively. notation for generality. Each released window 𝑖 is summarized by q𝑖 = [PITH_FULL_IMAGE:f… view at source ↗
Figure 4
Figure 4. Figure 4: All-sensor per-step errors on PEMS03 and TFNSW. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Delayed-label sensitivity; bands show the interquar [PITH_FULL_IMAGE:figures/full_fig_p007_5.png] view at source ↗
Figure 8
Figure 8. Figure 8: Performance across drift-severity quartiles. [PITH_FULL_IMAGE:figures/full_fig_p008_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: examines a high-variance PEMS06-2015 new sensor se￾lected without using either method’s errors. Over seeds 51 and Q1 low Q2 Q3 Q4 high Drift-severity quartile 0 5 10 MAE reduction vs frozen (%) (a) Traffic-distribution drift Q1 low Q2 Q3 Q4 high Drift-severity quartile (b) Sensor churn A²TTA(OL-AN) A²TTA(STAE) [PITH_FULL_IMAGE:figures/full_fig_p008_9.png] view at source ↗
Figure 7
Figure 7. Figure 7: New-sensor performance. STAEFormer by 8.8% on PEMS07 and 33.7% on TFNSW. Appen￾dix A.3.2 gives all ten datasets. High-drift periods [PITH_FULL_IMAGE:figures/full_fig_p008_7.png] view at source ↗
Figure 10
Figure 10. Figure 10: Long-term five-seed stability. 6.8 Long-Term Adaptation The legacy-batched five-seed analysis in [PITH_FULL_IMAGE:figures/full_fig_p008_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Structural evolution of the sensor graphs. Average [PITH_FULL_IMAGE:figures/full_fig_p010_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: All-sensor per-step results on ten networks. [PITH_FULL_IMAGE:figures/full_fig_p015_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: New-sensor per-step results on ten networks. [PITH_FULL_IMAGE:figures/full_fig_p016_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: New-sensor Avg errors on the remaining eight datasets. [PITH_FULL_IMAGE:figures/full_fig_p017_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Drift-severity diagnostics. A 2TTA(OLAN) A 2TTA(STAE) PEMS03 PEMS04 PEMS05 PEMS06 PEMS07 PEMS08 PEMS10 PEMS11 PEMS12 TFNSW 0.1 0.3 -0.3 0.2 0.4 0.3 -0.0 0.5 0.1 0.2 0.2 0.1 0.1 0.1 0.1 0.2 0.1 0.2 -1.2 -0.5 Mean MAE gain over global-only TTA (%) A 2TTA(OLAN) A 2TTA(STAE) 6.9 6.6 7.7 9.2 5.0 4.6 6.1 5.8 6.7 6.6 5.0 5.2 4.0 3.7 7.3 9.2 5.7 5.8 26.8 19.1 Mean MAE gain over backbone (%) A 2TTA(OLAN) A 2TTA(ST… view at source ↗
Figure 16
Figure 16. Figure 16: Long-term single-seed breadth check. Each dataset-backbone pair is normalized by its own paper config￾uration before averaging, so an aggregate learning-rate point that is a default for only some pairs need not equal zero. Bands show variation across datasets. The learning-rate changes in Avg-MAE for A2TTA(OLAN) and A 2TTA(STAE), respectively, are +0.51% and +0.39% at 10−4 , +0.11% and −0.12% at 3 × 10−4 … view at source ↗
Figure 18
Figure 18. Figure 18: Global and local calibration mechanisms on [PITH_FULL_IMAGE:figures/full_fig_p019_18.png] view at source ↗

discussion (0)

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

Reference graph

Works this paper leans on

39 extracted references · 3 linked inside Pith

  1. [1]

    George EP Box, Gwilym M Jenkins, Gregory C Reinsel, and Greta M Ljung. 2015. Time series analysis: forecasting and control. John Wiley & Sons

  2. [2]

    Pinlong Cai, Yunpeng Wang, Guangquan Lu, Peng Chen, Chuan Ding, and Jian- ping Sun. 2016. A spatiotemporal correlative k-nearest neighbor model for short-term traffic multistep forecasting.Transportation Research Part C: Emerging Technologies62 (2016), 21–34

  3. [3]

    Chao Chen, Karl Petty, Alexander Skabardonis, Pravin Varaiya, and Zhanfeng Jia. 2001. Freeway performance measurement system: mining loop detector data. Transportation research record1748 (2001), 96–102

  4. [4]

    Wei Chen and Yuxuan Liang. 2025. Expand and compress: Exploring tuning prin- ciples for continual spatio-temporal graph forecasting. InInternational Conference on Learning Representations, Vol. 2025. 81631–81656

  5. [5]

    Wei Chen and Yuxuan Liang. 2025. Learning with calibration: Exploring test- time computing of spatio-temporal forecasting.Advances in Neural Information Processing Systems38 (2025), 155895–155929

  6. [6]

    Xu Chen, Junshan Wang, and Kunqing Xie. 2021. TrafficStream: A Streaming Traf- fic Flow Forecasting Framework Based on Graph Neural Networks and Continual Learning. InProceedings of the Thirtieth International Joint Conference on Artificial Intelligence, IJCAI-21, Zhi-Hua Zhou (Ed.). International Joint Conferences on Artificial Intelligence Organization,...

  7. [7]

    Zheng Dong, Renhe Jiang, Haotian Gao, Hangchen Liu, Jinliang Deng, Qingsong Wen, and Xuan Song. 2024. Heterogeneity-informed meta-parameter learning for spatiotemporal time series forecasting. InProceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining. 631–641

  8. [8]

    Pengxin Guo, Pengrong Jin, Ziyue Li, Lei Bai, and Yu Zhang. 2024. Online Test- Time Adaptation of Spatial-Temporal Traffic Flow Forecasting.arXiv preprint arXiv:2401.04148(2024)

  9. [9]

    Shengnan Guo, Youfang Lin, Ning Feng, Chao Song, and Huaiyu Wan. 2019. Attention based spatial-temporal graph convolutional networks for traffic flow forecasting. InProceedings of the AAAI Conference on Artificial Intelligence, Vol. 33. 922–929

  10. [10]

    Jiawei Jiang, Chengkai Han, Wayne Xin Zhao, and Jingyuan Wang. 2023. Pdformer: Propagation delay-aware dynamic long-range transformer for traffic flow prediction. InProceedings of the AAAI conference on artificial intelligence, Vol. 37. 4365–4373

  11. [11]

    Renhe Jiang, Du Yin, Zhaonan Wang, Yizhuo Wang, Jiewen Deng, Hangchen Liu, Zekun Cai, Jinliang Deng, Xuan Song, and Ryosuke Shibasaki. 2021. Dl-traff: Survey and benchmark of deep learning models for urban traffic prediction. In Proceedings of the 30th ACM international conference on information & knowledge management. 4515–4525

  12. [12]

    Selvaraj Vasantha Kumar. 2017. Traffic flow prediction using Kalman filtering technique.Procedia Engineering187 (2017), 582–587

  13. [13]

    Yaguang Li, Rose Yu, Cyrus Shahabi, and Yan Liu. 2018. Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting. InInternational Conference on Learning Representations

  14. [14]

    Aoyu Liu and Yaying Zhang. 2026. A General Spatio-Temporal Backbone with Scalable Contextual Pattern Bank for Urban Continual Forecasting. InThe Four- teenth International Conference on Learning Representations

  15. [15]

    Hangchen Liu, Zheng Dong, Renhe Jiang, Jiewen Deng, Jinliang Deng, Quan- jun Chen, and Xuan Song. 2023. Spatio-temporal adaptive embedding makes vanilla transformer sota for traffic forecasting. InProceedings of the 32nd ACM international conference on information and knowledge management. 4125–4129

  16. [16]

    Tengfei Lyu, Weijia Zhang, Jinliang Deng, and Hao Liu. 2025. Autostf: Decoupled neural architecture search for cost-effective automated spatio-temporal forecast- ing. InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1. 985–996

  17. [17]

    Haoyuan Ma, Mintao Zhou, Xiaodong Ouyang, Du Yin, Renhe Jiang, and Xuan Song. 2022. Forecasting Regional Multimodal Transportation Demand with Graph Neural Networks: An Open Dataset. In2022 IEEE 25th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 3263–3268. doi:10.1109/ITSC55140. 2022.9922512

  18. [18]

    Minbo Ma, Kai Tang, Huan Li, Fei Teng, Dalin Zhang, and Tianrui Li. 2025. Beyond fixed variables: Expanding-variate time series forecasting via flat scheme and spatio-temporal focal learning. InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 2. 2054–2065

  19. [19]

    Florin Schimbinschi, Luis Moreira-Matias, Vinh Xuan Nguyen, and James Bailey

  20. [20]

    Zezhi Shao, Zhao Zhang, Fei Wang, Wei Wei, and Yongjun Xu. 2022. Spatial- temporal identity: A simple yet effective baseline for multivariate time series forecasting. InProceedings of the 31st ACM international conference on information & knowledge management. 4454–4458

  21. [21]

    Zezhi Shao, Zhao Zhang, Wei Wei, Fei Wang, Yongjun Xu, Xin Cao, and Chris- tian S Jensen. 2022. Decoupled dynamic spatial-temporal graph neural network for traffic forecasting.Proceedings of the VLDB Endowment15 (2022), 2733–2746. Conference’17, July 2017, Washington, DC, USA Yin et al

  22. [22]

    Shun-Yao Shih, Fan-Keng Sun, and Hung-yi Lee. 2019. Temporal pattern attention for multivariate time series forecasting.Machine Learning108, 8 (2019), 1421– 1441

  23. [23]

    Aaron Van Den Oord, Sander Dieleman, Heiga Zen, Karen Simonyan, Oriol Vinyals, Alex Graves, Nal Kalchbrenner, Andrew Senior, Koray Kavukcuoglu, et al

  24. [24]

    Binwu Wang, Yudong Zhang, Jiahao Shi, Pengkun Wang, Xu Wang, Lei Bai, and Yang Wang. 2023. Knowledge expansion and consolidation for continual traffic prediction with expanding graphs.IEEE Transactions on Intelligent Transportation Systems24, 7 (2023), 7190–7201

  25. [25]

    Binwu Wang, Yudong Zhang, Xu Wang, Pengkun Wang, Zhengyang Zhou, Lei Bai, and Yang Wang. 2023. Pattern expansion and consolidation on evolving graphs for continual traffic prediction. InProceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2223–2232

  26. [26]

    Dequan Wang, Evan Shelhamer, Shaoteng Liu, Bruno Olshausen, and Trevor Darrell. 2021. Tent: Fully Test-Time Adaptation by Entropy Minimization. In International Conference on Learning Representations

  27. [27]

    Billy M Williams and Lester A Hoel. 2003. Modeling and forecasting vehicular traffic flow as a seasonal ARIMA process: Theoretical basis and empirical results. Journal of transportation engineering129, 6 (2003), 664–672

  28. [28]

    Chun-Hsin Wu, Jan-Ming Ho, and Der-Tsai Lee. 2004. Travel-time prediction with support vector regression.IEEE transactions on intelligent transportation systems5, 4 (2004), 276–281

  29. [29]

    Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, and Chengqi Zhang. 2019. Graph wavenet for deep spatial-temporal graph modeling. InProceedings of the 28th International Joint Conference on Artificial Intelligence. 1907–1913

  30. [30]

    Mingxing Xu, Wenrui Dai, Chunmiao Liu, Xing Gao, Weiyao Lin, Guo-Jun Qi, and Hongkai Xiong. 2020. Spatial-temporal transformer networks for traffic flow forecasting.arXiv preprint arXiv:2001.02908(2020)

  31. [31]

    Du Yin, Jinliang Deng, Shuang Ao, Zechen Li, Hao Xue, Arian Prabowo, Renhe Jiang, Xuan Song, and Flora Salim. 2024. Enhancing Spatio-temporal Quan- tile Forecasting with Curriculum Learning: Lessons Learned. InProceedings of the 32nd ACM International Conference on Advances in Geographic Information Systems. 42–53

  32. [32]

    Du Yin, Renhe Jiang, Jiewen Deng, Yongkang Li, Yi Xie, Zhongyi Wang, Yifan Zhou, Xuan Song, and Jedi S Shang. 2023. MTMGNN: Multi-time multi-graph neural network for metro passenger flow prediction.GeoInformatica27, 1 (2023), 77–105

  33. [33]

    Du Yin, Hao Xue, Arian Prabowo, Shuang Ao, and Flora Salim. 2026. From XXLTraffic to EvoXXLTraffic: Scaling Traffic Forecasting to Sensor-Evolving Networks.arXiv preprint arXiv:2605.29768(2026)

  34. [34]

    Bing Yu, Haoteng Yin, and Zhanxing Zhu. 2018. Spatio-temporal graph convolu- tional networks: a deep learning framework for traffic forecasting. InProceedings of the 27th International Joint Conference on Artificial Intelligence. 3634–3640

  35. [35]

    Haoyu Zhang, Hao Miao, Xinke Jiang, Yuchen Fang, and Yifan Zhang. 2025. Strap: Spatio-temporal pattern retrieval for out-of-distribution generalization.Advances in Neural Information Processing Systems38 (2025), 118006–118041

  36. [36]

    Ling Zhao, Yujiao Song, Chao Zhang, Yu Liu, Pu Wang, Tao Lin, Min Deng, and Haifeng Li. 2019. T-GCN: A temporal graph convolutional network for traffic prediction.IEEE transactions on intelligent transportation systems21, 9 (2019), 3848–3858

  37. [37]

    w/o local clone

    Chuanpan Zheng, Xiaoliang Fan, Cheng Wang, and Jianzhong Qi. 2020. Gman: A graph multi-attention network for traffic prediction. InProceedings of the AAAI conference on artificial intelligence, Vol. 34. 1234–1241. A Appendix A.1 Structural Evolution Details Node counts alone do not characterize this evolution. Figure 11 therefore tracks average node degre...

  38. [2016]

    Wavenet: A generative model for raw audio.arXiv preprint arXiv:1609.03499 12, 1 (2016)

  39. [2017]

    Topology-regularized universal vector autoregression for traffic forecasting in large urban areas.Expert Systems with Applications82 (2017), 301–316