Kriging Convolutional Networks

06/15/2023
by   Gabriel Appleby, et al.
0

Spatial interpolation is a class of estimation problems where locations with known values are used to estimate values at other locations, with an emphasis on harnessing spatial locality and trends. Traditional Kriging methods have strong Gaussian assumptions, and as a result, often fail to capture complexities within the data. Inspired by the recent progress of graph neural networks, we introduce Kriging Convolutional Networks (KCN), a method of combining the advantages of Graph Convolutional Networks (GCN) and Kriging. Compared to standard GCNs, KCNs make direct use of neighboring observations when generating predictions. KCNs also contain the Kriging method as a specific configuration. We further improve the model's performance by adding attention. Empirically, we show that this model outperforms GCNs and Kriging in several applications. The implementation of KCN using PyTorch is publicized at the GitHub repository: https://github.com/tufts-ml/kcn-torch.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/04/2020

Simple and Deep Graph Convolutional Networks

Graph convolutional networks (GCNs) are a powerful deep learning approac...
research
02/13/2020

Geom-GCN: Geometric Graph Convolutional Networks

Message-passing neural networks (MPNNs) have been successfully applied t...
research
06/22/2023

On Addressing the Limitations of Graph Neural Networks

This report gives a summary of two problems about graph convolutional ne...
research
07/24/2021

Spatial Graph Convolutional Networks

Graph Convolutional Networks (GCNs) have recently be- come the primary ...
research
05/18/2021

Residual Network and Embedding Usage: New Tricks of Node Classification with Graph Convolutional Networks

Graph Convolutional Networks (GCNs) and subsequent variants have been pr...
research
05/23/2021

A hybrid classification-regression approach for 3D hand pose estimation using graph convolutional networks

Hand pose estimation is a crucial part of a wide range of augmented real...
research
03/23/2023

Extracting real estate values of rental apartment floor plans using graph convolutional networks

Access graphs that indicate adjacency relationships from the perspective...

Please sign up or login with your details

Forgot password? Click here to reset