PaperHub
4.0
/10
Rejected3 位审稿人
最低3最高6标准差1.4
3
3
6
4.3
置信度
正确性2.0
贡献度2.0
表达1.7
ICLR 2025

Fast Few-Shot Graph Flow Prediction

OpenReviewPDF
提交: 2024-09-27更新: 2025-02-05
TL;DR

We propose an efficient algorithm to perform few-shot graph flow prediction.

摘要

关键词
graph flowflow predictiongraph neural networkfew-shot learningtraffic predictionneural network

评审与讨论

审稿意见
3

Here’s a summary for the paper "FAST FEW-SHOT GRAPH FLOW PREDICTION" with a focus on its innovations and shortcomings:

This paper proposes a traffic simulation algorithm designed for predicting the Average Annual Daily Traffic (AADT) in cities with limited historical data. The approach combines road network attributes with a few-shot learning framework, aiming to provide accurate flow predictions on unseen city road networks. The main contributions include the use of node and edge attributes to simulate flow and a theoretical analysis suggesting an optimal runtime complexity. However, the paper poses several significant problems that undermine its contributions. The use of AADT as a prediction target limits the approach’s applicability, as most traffic prediction studies focus on dynamic, real-time data that provide actionable insights for urban management. Additionally, the paper lacks adequate baseline comparisons, including only a single GNN model, which is insufficient for establishing superiority. The absence of common traffic datasets and unclear experimental details further weaken the study’s rigor and reproducibility. These substantial gaps, along with unaddressed advancements in transfer learning for traffic prediction, leave the paper unconvincing in terms of practical relevance and scientific contribution.

优点

S1: Few-Shot Learning for Traffic Prediction: The paper leverages a few-shot learning approach, which is innovative in the context of traffic prediction, particularly for cities with limited historical data. This approach is beneficial as it reduces dependency on extensive datasets, which are often unavailable for smaller or new urban areas.

S2: Integration of Multiple Data Sources: The model integrates various data sources, including OpenStreetMap features, satellite imagery, and population density, to enrich the input attributes. This data fusion enhances the model's capability to capture the spatial complexity of urban networks, which can improve traffic flow predictions.

S3: Efficient Computational Design: The proposed method claims asymptotically optimal runtime complexity, which could make it scalable compared to traditional traffic simulations. This computational efficiency is valuable for applications on large-scale networks where real-time processing demands are high.

缺点

In my opinion, this article still looks like a semi-finished product. The weaknesses (questions) are listed below:

Q1: The existing challenges presented in the Abstract section is completely incorrect. The author said: "However, existing approaches like graph neural networks (GNNs) and traffic simulations face challenges in predicting flow for unseen road networks without historical data." However, to the best of my knowledge, this challenge has been deeply investigated for several years. Transfer Learning-based approaches such as [1] [2] [3] have been published in top AI conference, which shown very promising results in solving the challenge you mentioned in this article. I suggest the authors to make a further clarification about your motivations behind this work.

Reference.

[1] Mallick, Tanwi, et al. "Transfer learning with graph neural networks for short-term highway traffic forecasting." 2020 25th International Conference on Pattern Recognition (ICPR). IEEE, 2021.

[2] Yilun Jin, Kai Chen, and Qiang Yang. 2023. Transferable Graph Structure Learning for Graph-based Traffic Forecasting Across Cities. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD '23).

[3] Wang, Senzhang, et al. "Spatio-temporal knowledge transfer for urban crowd flow prediction via deep attentive adaptation networks." IEEE Transactions on Intelligent Transportation Systems 23.5 (2021): 4695-4705.

Q2: There are lots of uncleared definitions and concepts in the writing of this paper. For example, the main task is "Graph Flow Prediction", but the concept is rarely seen in general traffic prediction domain. As such, you must give a formal definition with necessary notations and equations to tell the reader what is "Graph Flow Prediction". Aside from that, you also need to formally define how you construct the traffic network graph in this research, What is the edge, what is the node, what are the node feature attributes, and how you calculate the element of graph adjacency matrix. Unfortunately, I don't see any formal preliminary definition in this article. The uncleared concepts make this paper hard to comprehend.

Although the method introduced in this work seems technically sound, there are numerous fatal questions regarding the experiments, in fact your current experiments fail to prove the superiority and effectiveness of the proposed simulation algorithm. See the following questions:

Q3: Why did you choose AADT as the prediction target? Based on my understanding, most traffic simulation methods focus on predicting traffic flow for specific future time intervals (e.g., the next 30 minutes, 1 hour, or 4 hours). These approaches offer time-variant, dynamic predictions that provide real-time feedback and insights into urban traffic conditions, which are invaluable for traffic management. In contrast, this study targets AADT, a fixed annual average daily traffic value. Given that AADT represents only a single value per year, what is the rationale for using a traffic simulation algorithm for its prediction? It appears inefficient to collect extensive data, extract features, and build traffic graphs and neural network models if the outcome is only a static, annual statistical metric.

Q4: Dataset statistics not clear. The three datasets you choose is not the widely recognized and open-sourced datasets in general traffic prediction domain. For instance, PeMS03, PeMS04, PeMS07, METR-LA, PeMS-Bay, are commonly adopted datasets for traffic prediction and simulation.

Q5: The selection of baseline methods is clearly insufficient. Comparing your proposed algorithm with only one single GNN model is inadequate to demonstrate its superiority. Typically, a comprehensive comparison includes at least 7 baseline methods, and many studies include even more. It is recommended to compare your approach with a broader range of GNN-based methods. If not with the latest state-of-the-art, you should at least include widely recognized baseline models from the past 3-4 years, such as DeepSTN+, ASTGCN[2], and AGCRN. Additionally, comparisons with other traffic simulation methods proposed in recent years are necessary, such as those in references [4] and [5].

Reference.

[1] Lin, Ziqian, et al. "Deepstn+: Context-aware spatial-temporal neural network for crowd flow prediction in metropolis." Proceedings of the AAAI conference on artificial intelligence. Vol. 33. No. 01. 2019.

[2] Guo, Shengnan, et al. "Attention based spatial-temporal graph convolutional networks for traffic flow forecasting." Proceedings of the AAAI conference on artificial intelligence. Vol. 33. No. 01. 2019.

[3] Bai, Lei, et al. "Adaptive graph convolutional recurrent network for traffic forecasting." Advances in neural information processing systems 33 (2020): 17804-17815.

[4] Liang, Chumeng, et al. "Cblab: Supporting the training of large-scale traffic control policies with scalable traffic simulation." Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2023.

[5] Wenl, Licheng, et al. "LimSim: A long-term interactive multi-scenario traffic simulator." 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023.

Q6: The significant implementation details are missing. For example, it is not clear your proposed simulation method is implemented using which programming language under which framework. In addition, the authors haven't yet open-sourced their code repository for evaluation, with both rarely used datasets and not open-sourced code, it's hard to say you achieved superior performance.

Q7: The authors lack a comprehensive knowledge about traffic prediction and graph neural networks.

问题

Q1: The existing challenges presented in the Abstract section is completely incorrect. The author said: "However, existing approaches like graph neural networks (GNNs) and traffic simulations face challenges in predicting flow for unseen road networks without historical data." However, to the best of my knowledge, this challenge has been deeply investigated for several years. Transfer Learning-based approaches such as [1] [2] [3] have been published in top AI conference, which shown very promising results in solving the challenge you mentioned in this article. I suggest the authors to make a further clarification about your motivations behind this work.

Reference.

[1] Mallick, Tanwi, et al. "Transfer learning with graph neural networks for short-term highway traffic forecasting." 2020 25th International Conference on Pattern Recognition (ICPR). IEEE, 2021. [2] Yilun Jin, Kai Chen, and Qiang Yang. 2023. Transferable Graph Structure Learning for Graph-based Traffic Forecasting Across Cities. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD '23). [3] Wang, Senzhang, et al. "Spatio-temporal knowledge transfer for urban crowd flow prediction via deep attentive adaptation networks." IEEE Transactions on Intelligent Transportation Systems 23.5 (2021): 4695-4705.

Q2: There are lots of uncleared definitions and concepts in the writing of this paper. For example, the main task is "Graph Flow Prediction", but the concept is rarely seen in general traffic prediction domain. As such, you must give a formal definition with necessary notations and equations to tell the reader what is "Graph Flow Prediction". Aside from that, you also need to formally define how you construct the traffic network graph in this research, What is the edge, what is the node, what are the node feature attributes, and how you calculate the element of graph adjacency matrix. Unfortunately, I don't see any formal preliminary definition in this article. The uncleared concepts make this paper hard to comprehend.

Although the method introduced in this work seems technically sound, there are numerous fatal questions regarding the experiments, in fact your current experiments fail to prove the superiority and effectiveness of the proposed simulation algorithm. See the following questions:

Q3: Why did you choose AADT as the prediction target? Based on my understanding, most traffic simulation methods focus on predicting traffic flow for specific future time intervals (e.g., the next 30 minutes, 1 hour, or 4 hours). These approaches offer time-variant, dynamic predictions that provide real-time feedback and insights into urban traffic conditions, which are invaluable for traffic management. In contrast, this study targets AADT, a fixed annual average daily traffic value. Given that AADT represents only a single value per year, what is the rationale for using a traffic simulation algorithm for its prediction? It appears inefficient to collect extensive data, extract features, and build traffic graphs and neural network models if the outcome is only a static, annual statistical metric.

Q4: Dataset statistics not clear. The three datasets you choose is not the widely recognized and open-sourced datasets in general traffic prediction domain. For instance, PeMS03, PeMS04, PeMS07, METR-LA, PeMS-Bay, are commonly adopted datasets for traffic prediction and simulation.

Q5: The selection of baseline methods is clearly insufficient. Comparing your proposed algorithm with only one single GNN model is inadequate to demonstrate its superiority. Typically, a comprehensive comparison includes at least 7 baseline methods, and many studies include even more. It is recommended to compare your approach with a broader range of GNN-based methods. If not with the latest state-of-the-art, you should at least include widely recognized baseline models from the past 3-4 years, such as DeepSTN+, ASTGCN[2], and AGCRN. Additionally, comparisons with other traffic simulation methods proposed in recent years are necessary, such as those in references [4] and [5].

Reference.

[1] Lin, Ziqian, et al. "Deepstn+: Context-aware spatial-temporal neural network for crowd flow prediction in metropolis." Proceedings of the AAAI conference on artificial intelligence. Vol. 33. No. 01. 2019.

[2] Guo, Shengnan, et al. "Attention based spatial-temporal graph convolutional networks for traffic flow forecasting." Proceedings of the AAAI conference on artificial intelligence. Vol. 33. No. 01. 2019.

[3] Bai, Lei, et al. "Adaptive graph convolutional recurrent network for traffic forecasting." Advances in neural information processing systems 33 (2020): 17804-17815.

[4] Liang, Chumeng, et al. "Cblab: Supporting the training of large-scale traffic control policies with scalable traffic simulation." Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2023.

[5] Wenl, Licheng, et al. "LimSim: A long-term interactive multi-scenario traffic simulator." 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023.

Q6: The significant implementation details are missing. For example, it is not clear your proposed simulation method is implemented using which programming language under which framework. In addition, the authors haven't yet open-sourced their code repository for evaluation, with both rarely used datasets and not open-sourced code, it's hard to say you achieved superior performance.

伦理问题详情

N.A.

评论

Thank you for your detailed review and for pointing out areas where our paper may require clarification. We address your concerns below.

Comments on prior work

We acknowledge that transfer learning has been applied to traffic prediction across cities. However, our work addresses a different aspect:

  • Few-Shot Learning Without Historical Data: We focus on scenarios where there is no historical flow data available for the target city and only a few source cities are available for training. This setting is more restrictive than typical transfer learning scenarios, which often assume access to substantial data from both source and target domains.

  • Simulation-Based Approach: Our method predicts traffic flow based solely on node and edge attributes, without relying on transferring learned parameters or models from other cities. This allows for flow prediction in entirely unseen networks based on inherent network properties.

Our contribution lies in providing a theoretically grounded, efficient algorithm that operates under these stringent data constraints.

Unclear definitions

We provide formal definitions and mathematical formulations in Section 3 of the paper:

  • Graph Construction: Nodes represent intersections or road endpoints, and edges represent road segments. Node features may include population density or proximity to points of interest, while edge features include attributes like road type and capacity.

  • Graph Flow Prediction: The task involves predicting the flow (e.g., traffic volume) on each edge of the graph based on node and edge attributes.

We use standard graph notations and equations to define our simulation algorithm and theoretical analysis. We are happy to clarify any specific points if confusing.

Why did you choose AADT as the prediction target?

We chose Average Annual Daily Traffic (AADT) as our prediction target because:

  • Data Availability: AADT data is widely collected and publicly available for many cities, facilitating cross-city studies.
  • Relevance to Long-Term Planning: AADT is crucial for infrastructure planning, road maintenance, and policy decisions that rely on understanding average traffic patterns.
  • Applicability in Data-Scarce Environments: In many regions, real-time traffic data is not readily available, making AADT a practical target for prediction.

Our method is designed to predict flow based on static network attributes, making AADT a suitable and meaningful choice for evaluation.

Dataset choice

Our datasets consist of real-world road networks and associated AADT data from multiple cities. While they may not be standard benchmarks in dynamic traffic forecasting, they are appropriate for our study, which focuses on predicting average traffic flow in unseen cities based on network attributes.

We provide detailed statistics of the datasets in the paper, including the number of nodes, edges, and distribution of flow values.

Baseline selection

We compared our method with GCNs to illustrate the challenges data-driven models face in few-shot learning scenarios without historical flow data for the target graphs.

Our study specifically addresses a setting where traditional GNNs and transfer learning methods may not perform well due to limited training data and the absence of target domain flow data.

Implementation details

Our method is implemented in Python using standard libraries such as NumPy and PyTorch for neural network components. More implementation details are provided in Appendix C including architecture and hyperparameter information and computing infrastructure. We are happy to add any further details if the reviewer feels that our experiments are not sufficiently reproducible.

"The authors lack a comprehensive knowledge about traffic prediction and graph neural networks"

We assure you that we have a strong understanding of traffic prediction and graph neural networks. Our work builds upon existing research while addressing a specific challenge: predicting flow in unseen graphs without historical data and with limited training graphs.

We discuss relevant literature in the related work section, covering both traditional and recent approaches in traffic flow prediction and GNNs. We are also happy to add any additional lines of work that we have missed in this section.

Additional Clarifications

  • Terminology: We use "Graph Flow Prediction" to refer to the task of predicting flows on the edges of a graph. While this term may not be standard in all subfields, it accurately describes our focus on predicting flow quantities in network structures.
  • Novelty of the Method: Our approach combines a simulation algorithm with theoretical analysis, providing efficiency and accuracy in a setting where data-driven models face limitations.
审稿意见
3

This paper investigates the problem of traffic flow prediction with limited viewpoints in an unknown road network. A traffic simulation algorithm based on node and edge attributes is proposed to effectively predict traffic flow.

优点

The theory of the method is rich.

缺点

What is traffic simulation? what is the difference between it and GCN-based methods? What's its advantage? Why simulations can be computationally infeasible for large-scale networks?

The motivation is unclear. Why is it difficult for GCN to generalize to unseen graphs with limited viewpoints? As far as I know, GCN is a type of inductive learning method that relies on message passing mechanisms to generate representations for new nodes.

The writing of the article requires significant modifications. While the introduction emphasizes the generality of the proposed method, the experiments only focus on a specific case of traffic flow prediction. The general potential of the method is not well explained.

The paper introduces a traffic simulation method, but related work is missing, making it difficult for readers to understand the gaps in existing research.

The theory heavily relies on two assumptions. What empirical support do these assumptions have? Exploring a broader theoretical framework that applies to general scenarios would make the theory more robust.

The paper is difficult to understand and requires major revisions. I suggest the authors add section hints or summaries to explain what they have done.

The experiments are not sufficient, and there is a lack of discussion on advanced baselines, such as cross-city migration methods.

The content of the paper is not substantial. I recommend adding more experiments, such as visual experiments.

问题

See the Weaknesses.

评论

We sincerely appreciate your thoughtful review and the opportunity to clarify and elaborate on our work. Below, we address your concerns point by point.

What is traffic simulation?

Traffic Simulation Definition and Difference from GCNs:

Traffic simulation involves modeling the movement of agents (e.g., vehicles) through a transportation network based on predefined rules and network attributes. Traditional simulations generate origin-destination pairs and simulate individual trips, often using microscopic or mesoscopic models.

In contrast, Graph Convolutional Networks (GCNs) are data-driven models that learn patterns from historical data, leveraging the graph structure via message passing to make predictions.

Advantages of Our Simulation Approach:

  • Generalization to Unseen Graphs: Our simulation method predicts flow based solely on node and edge attributes without requiring historical flow data. This allows it to generalize to unseen networks, which is challenging for GCNs trained on limited graphs.
  • Computational Efficiency: Traditional simulations are computationally intensive for large networks because they need to simulate a vast number of individual trips. Our method approximates flows using aggregate computations, significantly reducing computational complexity.

Why Simulations Can Be Computationally Infeasible:

Simulating every possible origin-destination trip in a large network requires enumerating a combinatorial number of paths, leading to high computational costs. This makes traditional simulations impractical for large-scale networks.

Unclear motivation

GCNs rely on learning patterns from the training data, including both graph topology and node/edge features. When trained on a small number of graphs, GCNs may overfit to specific patterns present in the training data, limiting their ability to generalize to new, unseen graphs with different characteristics.

In our problem setting, we have access to only a few training graphs (cities) and no historical flow data for the target graphs. This scarcity of data makes it challenging for GCNs to capture the diverse flow patterns necessary for accurate predictions in unseen networks.

Why traffic flow prediction?

We acknowledge that our experiments focus on traffic flow prediction due to its practical significance and the availability of data. However, the methodology we propose is general and applicable to other graph flow prediction problems, such as information flow in communication networks or resource flow in logistics networks.

In the paper, we discuss the theoretical foundations of our method in a general graph context, highlighting its potential applicability beyond traffic networks. The focus on traffic flow prediction serves as a concrete example to demonstrate the effectiveness of our approach.

Related work

Our paper includes a section on related work where we discuss both data-driven approaches (including GCN-based methods) and simulation-based approaches for flow prediction. We highlight the limitations of existing methods in handling few-shot learning scenarios and predicting flow in unseen graphs without historical data.

We also address the computational challenges of traditional simulations and the limitations of GCNs in generalizing from a small number of training graphs. Our work fills this gap by providing an efficient simulation algorithm with theoretical guarantees.

Theoretical assumptions

The two key assumptions in our theoretical analysis are:

  • Trip Count Approximation: We assume that the number of trips between origin and destination nodes can be approximated by the product of feature vectors associated with these nodes. This is inspired by gravity models in transportation, which are well-established in modeling trip distribution based on origin and destination attributes.

  • Cost Approximation: We approximate the cost between nodes using a metric based on node positions and average travel speeds. This is a common practice in transportation modeling, where travel times are estimated using distance and typical speeds. These assumptions are supported by empirical observations in transportation research. While they may not capture all nuances of real-world networks, they provide a practical balance between model complexity and computational traceability.

评论

Clarity

We regret any difficulty in understanding the paper. The paper includes detailed explanations of our methodology, theoretical analysis, and experimental results. We have already structured the content with clear section headings and provided summaries where appropriate.

Nevertheless, we are happy to make any specific changes to improve the clarity of our submission if suggested.

Experiments

Our experiments compare the proposed method with GCNs, highlighting the limitations of data-driven approaches in few-shot settings. We focus on the scenario where only a few training graphs are available, and no historical flow data exists for the target graphs. While cross-city transfer learning methods are valuable, they often rely on substantial amounts of data from both source and target cities. Our method operates under stricter data constraints, which distinguishes it from existing approaches.

评论

Traffic simulations face challenges in predicting flow for unseen road networks without historical data. Why is this statement made? Could experimental validation be added? Enhanced experimental validation might be more convincing.

While the authors seem to focus on prediction problems, why are there multiple references to simulation? What is traffic simulation?

Few-shot learning involves not only cross-city scenarios but also cross-task, cross-dataset, and even OOD settings, which the authors barely discuss. If the authors cannot address these scenarios, shouldn't they explicitly state that they only focus on cross-city few-shot problems - otherwise, isn't there a risk of overstating their contributions?

The authors seem to only use traffic data. Can their method be validated in other domains? If not, I suggest the authors revise their claims of generalization rather than emphasizing universality.

The compared baselines are not state-of-the-art. Why weren't advanced cross-city models like [1-2] included in the comparisons?

Can the authors provide more commonly used datasets? For example, cross-regional PEMS data or dataset settings used in [1-2]?

How does the authors' model perform in zero-shot scenarios?

评论

Thank you for your follow-up comments and for providing us the opportunity to further clarify our work. We appreciate your insightful questions and would like to address each point you raised.

Challenges of traffic simulations

Traditional traffic simulation methods often rely on detailed modeling of traffic dynamics, which requires extensive data on driver behavior, traffic signals, and historical flow patterns to calibrate the models accurately. One of the biggest challenges with traffic simulations practically is their computational cost on large graphs: due to their relatively high fidelity, full traffic simulations may be infeasible in practical settings.

What is traffic simulation?

We apologize for any confusion regarding terminology. In our work, "traffic simulation" refers to methods that model traffic flow based on the characteristics of the road network and theoretical traffic flow principles, rather than relying solely on historical data. Our approach uses a simulation-based algorithm that predicts traffic flow by considering node and edge attributes, effectively simulating how traffic would distribute across the network based on these attributes.

The distinction is that while we aim to predict traffic flow (a prediction problem), we use a simulation methodology to achieve this, leveraging network properties and theoretical models of traffic behavior. This contrasts with purely data-driven prediction models like GNNs that learn patterns from historical traffic data.

Contribution on few-shot learning

You are correct that few-shot learning encompasses a wide range of scenarios, including cross-task and out-of-distribution (OOD) settings. In our paper, we specifically focus on the challenge of predicting traffic flow in unseen cities (cross-city) using limited training data from other cities.

We acknowledge that our study is centered on the cross-city scenario and does not address other few-shot learning contexts like cross-task or cross-dataset settings. We appreciate your suggestion and will ensure that our statements in our revision explicitly reflect this scope.

Focus on traffic data

Our method is designed based on principles that, in theory, could be applied to other flow prediction problems on graphs, such as information flow in communication networks or resource distribution in supply chains. The simulation algorithm relies on general concepts like node and edge attributes influencing flow, which are present in various networked systems. However, we have only empirically validated our approach in the context of traffic flow due to data availability and domain expertise. We agree that claims of universality should be supported by empirical evidence across multiple domains. Therefore, we will ensure that our paper accurately reflects that while our method has the potential for broader applicability, our current validation is specific to traffic networks.

Concerns on baselines

We appreciate the importance of comparing our method to state-of-the-art models. Our choice of baselines was guided by the specific problem setting we addressed: predicting traffic flow in unseen cities without any historical traffic data from those cities. Many advanced cross-city models rely on transferring learned patterns from source cities and often require some historical data from the target city for fine-tuning or adaptation which we assume no access to.

We are unfortunately unsure which references the reviewer is referring to by [1-2]; our paper does not use numerical citations.

More commonly used datasets

Our study focuses on predicting Average Annual Daily Traffic (AADT) using static road network attributes, which aligns with scenarios where real-time sensor data is unavailable. The PeMS dataset and others like it are based on sensor data providing time-series traffic measurements, which are suitable for dynamic traffic prediction tasks but may not fit our static attribute-based approach.

We chose datasets that are publicly available and appropriate for evaluating our method in the context of predicting traffic flow based on static network features in unseen cities. While we recognize the value of commonly used datasets, the nature of our method necessitates a different type of data.

Zero-shot settings

Our model is designed to predict traffic flow in unseen cities without any historical flow data from those cities, relying solely on node and edge attributes. In this sense, it operates effectively in a zero-shot setting regarding the target cities.

The few-shot aspect refers to the limited number of source cities used for training the model. Despite training on data from only three cities, our model demonstrates strong performance in predicting traffic flow in new, unseen cities. Certainly, we believe it would be an interesting future direction to extend our approach to not need any training at all; however, this is out of the scope of our current submission.

审稿意见
6

This paper addresses the challenge of few-shot traffic flow prediction in unseen road networks by proposing a novel traffic simulation algorithm. The authors highlight the limitations of existing methods, such as graph neural networks (GNNs), when historical data is lacking. Experimental results demonstrate the effectiveness of the proposed method in accurately predicting traffic flow in unseen cities using data trained on only three cities, showcasing its computational efficiency.

优点

1 The paper introduces a new traffic simulation algorithm that fills a gap in flow prediction when limited training data is available. 2 It employs real-world city data for experiments, providing compelling results that support the method's effectiveness. 3 The algorithm exhibits superior computational complexity, enabling efficient operation on large-scale networks. Theoretical Support: The authors provide thorough theoretical analysis, demonstrating the method's convergence and accuracy.

缺点

1: The use of only three cities for training may limit the generalizability of the results. 2: While comparisons are made with GNNs, the inclusion of additional methods for a more comprehensive comparison would strengthen the paper. 3: The paper does not adequately explore the interpretability of the model, which is crucial in traffic flow prediction.

问题

NAN

评论

Thank you for your thoughtful review and for recognizing the contributions of our work. We are grateful for your positive assessment of our novel traffic simulation algorithm and its effectiveness in predicting traffic flow in unseen cities using limited training data. We appreciate your acknowledgment of our method's computational efficiency and its potential impact on large-scale networks. We would like to address the weaknesses you noted to provide further clarity and context.

Use of only three cities for training

We understand your concern regarding the limited number of cities used for training. Our primary objective was to demonstrate the capability of our method in a stringent few-shot learning scenario, where data scarcity is a significant challenge. By training on just three cities, we aimed to replicate realistic conditions where extensive historical data may not be available.

Despite the limited training data, our method successfully generalized to unseen cities by leveraging inherent node and edge attributes of the networks. The promising results suggest that our approach captures fundamental patterns and relationships that are transferable across different urban environments. This indicates potential for broader applicability, even with minimal training data.

Additional baselines

Thank you for this valuable suggestion. We focused on comparing our method with GNNs because they represent a prevalent and state-of-the-art approach in traffic flow prediction using graph structures. Our intention was to highlight the limitations of GNNs in few-shot learning scenarios and to showcase the advantages of our simulation-based method under these conditions.

We acknowledge that incorporating additional baseline methods, such as traditional statistical models or other machine learning techniques, could provide a more comprehensive evaluation. Such comparisons could further elucidate the strengths and weaknesses of different approaches in scenarios with limited training data. This is a meaningful direction for future work.

Interpretability

We agree that interpretability is essential, especially in applications like traffic flow prediction where insights can inform policy and planning decisions. Our method offers a degree of interpretability through its reliance on explicit node and edge attributes and the transparent nature of the simulation algorithm.

By using features such as population density, road types, and network topology, our approach allows practitioners to understand how these factors influence predicted traffic flows. The theoretical foundation of our method also provides insights into the relationships between network attributes and flow patterns. We believe this interpretability can be valuable for urban planners and transportation engineers.

AC 元评审

This paper presents a traffic simulation algorithm that predicts traffic flow in unseen road networks using limited data. Initially, it received some support, but the highest-rated reviewer lowered their approval below the acceptance threshold after considering the authors' rebuttal. The reviewers have offered detailed suggestions for improving the manuscript.

审稿人讨论附加意见

Two reviewers engaged with the authors, with one lowering their rating from 6 to 5, indicating limited support for the paper across the board.

最终决定

Reject