AICurious Logo

What is: Group-Aware Neural Network?

SourceGroup-Aware Graph Neural Network for Nationwide City Air Quality Forecasting
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

GAGNN, or Group-aware Graph Neural Network, is a hierarchical model for nationwide city air quality forecasting. The model constructs a city graph and a city group graph to model the spatial and latent dependencies between cities, respectively. GAGNN introduces differentiable grouping network to discover the latent dependencies among cities and generate city groups. Based on the generated city groups, a group correlation encoding module is introduced to learn the correlations between them, which can effectively capture the dependencies between city groups. After the graph construction, GAGNN implements message passing mechanism to model the dependencies between cities and city groups.