PaperHub
3.8
/10
withdrawn4 位审稿人
最低1最高6标准差1.9
6
3
1
5
3.8
置信度
正确性2.5
贡献度2.0
表达2.5
ICLR 2025

Positional Encoder Graph Quantile Neural Networks for Geographic Data

OpenReviewPDF
提交: 2024-09-27更新: 2024-11-19
TL;DR

We propose PE-GQNN, which combines GNNs, quantile loss, and recalibration to improve uncertainty quantification and predictive accuracy in spatial data, outperforming current methods without increasing computational complexity.

摘要

关键词
Graph Neural Networks (GNNs); Quantile regression; Geospatial data; Uncertainty quantification; Calibration; Model recalibration.

评审与讨论

审稿意见
6

In this paper, the authors proposed the Positional Encoder Graph Quantile Neural Network (PE-GQNN) as a new framework to enhance predictive modeling for geographic data. The major contributions of this paper are listed as the following: The empirical results showed the capability of PEGQNN to achieve lower MSE, MAE, and MPE compared to traditional GNN and PE-GNN. Also, PE-GQNN demonstrated substantial improvements in predictive accuracy and uncertainty quantification.

优点

There are several strengths demonstrated in the paper:

  1. The paper introduces the Positional Encoder Graph Quantile Neural Network (PE-GQNN), a new approach that integrates PE-GNNs, Quantile Neural Networks, and recalibration techniques in a fully nonparametric framework, requiring minimal assumptions about the predictive distributions.
  2. The paper has demonstrated the results on three datasets: California Housing, Air Temperature, and 3Droad with 6 different approaches including the proposed PE-GQNN.

缺点

The weaknesses of this paper are listed as the following:

  1. The innovation of this paper seems incremental. Positional Encoder Graph Quantile Neural Network (PE-GQNN) is just a simple combination of PE-GNN with Quantile regression model.

First, the paper shall illustrate in detail the challenges in the integration process. Normally a good integration will include some short cuts to reduce the total cost while comparing with the cost of simple addition of several algorithms together directly. Please try to add some "novel points" or new ideas to demonstrate your merits in integration.

Second, it is better to add some simple examples to illustrate the integration process and novelty in the process on how to design this new graph. Please illustrate which cost you saved compared the cost that you simply integrate several different phases from literature.

Third, will the new integrated framework achieve higher performance compared simply by adding several phases together? What other advantages do you have for the new framework?

  1. The paper shall demonstrate the complexity change for this new PE-GQNN graph.

Is this new graph a simple integration? How much is the increase of the total complexity? Is there any new approach to lower the total complexity?

Please provide a specific complexity analysis comparing PE-GQNN to PE-GNN, including time and space complexity.

  1. For the experiments, the following should be addressed.

First, the paper presented experimental results obtained from three datasets: California Housing, Air Temperature, and 3Droad. It seems that the paper lacks discussion about whether other kinds of datasets are suitable for this new approach. Also, how much the total cost changes to implement this new approach.

Second, please discuss the generalizability of their approach beyond the three datasets used. Also, please address what characteristics of a dataset make it suitable for PE-GQNN.

Third, additionally, it would provide valuable practical insights if the authors can demonstrate a comparison of implementation costs between PE-GQNN and existing methods.

问题

  1. It is better to add some simple examples to illustrate the integration process and novelty in the process on how to design this new graph.

  2. The paper shall demonstrate the complexity change for this new PE-GQNN graph.

伦理问题详情

The paper has not ethics concerns founded.

审稿意见
3

This paper proposes a graph neural network-based method for uncertainty quantification in spatial regression.

优点

Proposed some techniques for quantifying uncertainty in spatial regression. Experiments with three datasets.

缺点

The technical contribution of this paper is limited since the proposed method is a combination of Positional Encoder Graph Neural Networks and quantile regression. The proposed method introduces some techniques, such as the use of response variables y and quantile parameters tau in neural networks. However, the novelty of these techniques is incremental.

The experimental results are not convincing. There have been proposed many quantile regression methods in neural networks; i.e., outputting variance in the last layer, the use of sparse Gaussian processes at the last layer. These methods can be easily combined with graph neural networks. The comparison with such existing methods can demonstrate the effectiveness of the proposed method.

问题

What does ST stand for in the last sentence of the 1st paragraph of Section 2?

In Figure 4(a), why does the predicted density of PE-GQSAGE look like Gaussian distribution? The proposed method outputs predicted quantiles at the given tau. So, the prediction by the proposed method does not necessarily to be Gaussian shape.

审稿意见
1

The paper introduced a distribution-free uncertainty quantification framework by integrating PE-GNNs, Quantile Neural Networks for geographic data.

优点

  1. The framework is easy to understand and follow.
  2. The final experimental results indicate some effectiveness of the proposed method.

缺点

  1. The term "fully nonparametric" could be misleading. It would be more accurate to use "distribution-free."

  2. The novelty of the proposed method is limited. Quantile regression is already proposed and widely used in distribution-free uncertainty quantification. For example:

    • "Single-model uncertainties for deep learning." Advances in Neural Information Processing Systems 32 (2019).
    • "Image-to-image regression with distribution-free uncertainty quantification and applications in imaging." International Conference on Machine Learning. PMLR, 2022.

    Additionally, using KNN-Graph with geographic coordinates has been proposed and widely applied in different domains:

    • "Dynamic graph CNN for learning on point clouds." ACM Transactions on Graphics (TOG) 38.5 (2019): 1-12.
    • "Spatiotemporal graph convolutional networks for earthquake source characterization." Journal of Geophysical Research: Solid Earth 127.11 (2022): e2022JB024401.
  3. PE-GNN does not claim the method as SOTA. So which baseline are considered as SOTA in this submission? PE-GNN is better than GNN but not the SOTA. At least there are more available models in applying GNN for earthquake data and traffic data.

问题

  1. The Figure 4(a) does not have legend. What does the 9 curves represent? It is unclear to me how does these 9 curves represent 10 samples.
  2. Instead of using MADECP, what is the performance when using popular adopt interval? For example, 95% confidence interval?
  3. The real-world geographic data usually collect in a temporal manner, so how does the data is separated into different train/val/test segments? It leads to data leakage issue for sure if the separation does not only use historical data for training.
  4. The sensor of the geographic data also will be removed/replaced/re-deployed/defected from time to time in real world applications. Does the proposed method also robust in these cases?
审稿意见
5

This paper presents the Positional Encoder Graph Quantile Neural Network (PE-GQNN), a novel model for spatial data prediction. PE-GQNN integrates Positional Encoder Graph Neural Networks (PE-GNN) with Quantile Neural Networks (QNN) to improve predictive accuracy and quantify uncertainty. Experiments on real-world datasets show that PE-GQNN consistently outperforms existing methods in predictive accuracy and uncertainty calibration.

优点

  • PE-GQNN combines quantile prediction and distribution recalibration in a single model (not two-stage models), enhancing both predictive accuracy and calibration efficiency.
  • By limiting GNN operations to specific features and introducing target values near the output layer, the model effectively prevents data leakage and improves computational efficiency.
  • The authors use pinball loss for quantile regression, which allows one to provide a regularization effect, improving prediction reliability across diverse quantile levels.
  • Extensive experiments on multiple real-world datasets demonstrate PE-GQNN’s superior performance in both predictive accuracy and uncertainty estimation compared to existing methods.

缺点

  • The proposed method is practically useful, but the way PE-GNN and QNN are combined is somewhat straightforward.
  • There are several innovations in the architecture, but they are all practical techniques, not theoretically sophisticated.
  • There is no discussion of computational cost for high-dimensional data.
  • There is no discussion of the shortcomings of the proposed method.

问题

  • Please elaborate on the limitation of the proposed method (e.g., computational cost).
  • Is the proposed method robust against noise?
撤稿通知

I have read and agree with the venue's withdrawal policy on behalf of myself and my co-authors.