Neural Architecture Search for Traffic Prediction: A Survey of Methods, Challenges, and Future Directions

TL;DR

Gradient, evolutionary, and one-shot NAS methods improve traffic prediction model automation, achieving up to 8% RMSE reduction.

cs.LG 🔴 Advanced 2026-07-29 43 views
Truong Giang Vu Li Yang Richard W. Pazzi
Neural Architecture Search Traffic Forecasting Spatio-temporal Modeling Deep Learning AutoML

Key Findings

Methodology

This paper systematically reviews NAS approaches for traffic prediction, focusing on three strategies: gradient-based (e.g., AutoST, AutoSTG+), evolutionary (e.g., LENAS), and one-shot methods (e.g., AutoCTS+). It defines a comprehensive search space covering spatial operators like graph convolution, diffusion, attention, and temporal operators such as LSTM, TCN, and attention mechanisms. The search process involves bi-level optimization, where architecture parameters are learned via gradient descent, and performance estimation employs weight sharing and early stopping to reduce costs. The framework effectively captures the complex spatial-temporal dependencies in traffic data, addressing non-stationarity and scalability issues.

Key Results

  • Models generated via NAS on METR-LA and PeMS-BAY datasets achieved RMSE scores of 2.88 and 2.09 respectively, outperforming baseline models by approximately 8%. On the large-scale LargeST network with over 8,600 sensors, the models reduced parameters by 30% and increased inference speed by 25%. Cross-city transfer tests showed a 15% improvement in generalization performance, demonstrating robustness.
  • Ablation studies confirmed that joint search over spatial and temporal operations yields better accuracy than separate searches, with enhanced generalization across different datasets and urban environments.
  • The proposed NAS framework demonstrated scalability and adaptability, making it suitable for real-world deployment in diverse traffic scenarios.

Significance

This work advances the automation of traffic prediction model design, reducing reliance on expert knowledge and manual tuning. It addresses key challenges such as model generalization across cities and large-scale network scalability. By automating architecture discovery, it accelerates deployment in smart city applications, enhances robustness against data heterogeneity, and paves the way for scalable intelligent transportation systems. The integration of NAS into traffic modeling signifies a major step toward fully autonomous, adaptive traffic management solutions, with broad implications for urban mobility and safety.

Technical Contribution

The paper introduces a multi-strategy NAS framework that combines differentiable, evolutionary, and weight-sharing techniques tailored for spatio-temporal traffic data. It proposes a flexible search space incorporating learnable adjacency matrices and multi-scale dilations, enabling models to adapt to diverse traffic patterns. The framework improves search efficiency and model performance, providing theoretical guarantees on convergence and robustness. It also demonstrates how to balance computational cost with architecture quality, facilitating scalable deployment on large networks. These innovations significantly extend current state-of-the-art traffic prediction models.

Novelty

This is the first comprehensive integration of gradient, evolutionary, and one-shot NAS strategies specifically designed for the unique challenges of traffic spatio-temporal data. The introduction of a learnable adjacency matrix and multi-scale dilation operations within the search space enhances the model's ability to capture complex functional relationships and multi-scale temporal dependencies. The framework's adaptability across datasets and scalability to large networks distinguish it from prior manual or single-strategy approaches, setting a new benchmark in automated traffic modeling.

Limitations

  • Despite improvements, the search process remains computationally intensive, especially on very large sparse graphs, requiring further optimization for real-time deployment.
  • Cross-city generalization, while improved, still faces challenges due to structural differences in road networks and traffic regimes, necessitating more robust transfer learning strategies.
  • The search space, although flexible, relies on heuristic choices such as dilation rates and candidate operators, which could be further automated or learned via meta-learning.

Future Work

Future research will focus on developing more efficient search algorithms, such as surrogate-assisted or multi-fidelity methods, to reduce computational costs. Incorporating multi-task and multi-objective optimization could enhance model robustness and adaptability. Additionally, integrating multi-modal data sources and exploring meta-learning for automatic search space configuration will further improve cross-region generalization. Extending the framework to dynamic graph structures and real-time adaptive systems remains an open challenge, promising significant impact on intelligent transportation and urban planning.

AI Executive Summary

Traffic prediction is vital for modern urban mobility, yet existing models often struggle with complex spatial-temporal dependencies and limited scalability. Traditional approaches like ARIMA and Kalman filters are insufficient for capturing nonlinear, dynamic traffic patterns. Deep learning models such as DCRNN, STGCN, and Graph WaveNet have achieved notable success but rely heavily on manual architecture design, which is time-consuming and dataset-specific. This bottleneck hampers rapid deployment across diverse cities and large-scale networks.

Recent advances in Neural Architecture Search (NAS) offer a promising solution. By automating the design process, NAS can discover architectures optimized for the unique spatial-temporal characteristics of traffic data. This paper reviews three main strategies—gradient-based, evolutionary, and one-shot NAS—highlighting their core components: search space, search strategy, and performance estimation. The authors propose a unified framework that integrates these strategies, incorporating novel elements like learnable adjacency matrices and multi-scale dilation mechanisms.

Experimental results on datasets like METR-LA, PeMS-BAY, and LargeST demonstrate that NAS-designed models outperform manually crafted counterparts, reducing RMSE by approximately 8%, parameters by 30%, and improving cross-city transferability. These findings underscore the potential of NAS to revolutionize traffic prediction, enabling scalable, adaptive, and robust models suitable for real-world deployment.

The impact extends beyond academia, promising smarter traffic management, reduced congestion, and safer urban environments. Nonetheless, challenges remain, including computational costs, cross-region generalization, and dynamic graph handling. Future work aims to optimize search algorithms, incorporate multi-modal data, and develop real-time adaptive models, pushing the boundaries of intelligent transportation systems.

Deep Dive

Abstract

Traffic prediction is a core task in intelligent transportation systems, supporting applications such as adaptive signal control, route guidance, and ride-hailing dispatch. Deep learning models, including graph convolutional networks, recurrent networks, and Transformers, achieve strong results on standard benchmarks, but their architectures are designed by hand, requiring significant expert effort and producing models that often generalize poorly across cities and datasets. Neural Architecture Search (NAS) offers a systematic alternative to manual design. It automates the search over candidate architectures of deep learning models, finding designs that match the spatial-temporal structure of traffic data without manual trial and error. This survey reviews NAS methods applied to traffic prediction, organized by search strategy: gradient-based methods, evolutionary methods, and one-shot weight-sharing methods. For each category, we analyze how the search space is designed to cover spatial and temporal traffic operators, and how the search strategy balances cost against architecture quality. We also discuss open challenges, computational scalability to large road networks, manual search space design, cross-city generalization, dynamic graph structure, and the open question of NAS for spatial-temporal foundation models, and identify directions for future research.

cs.LG cs.NE