paper-with-me

Papers

Graph Dual-stream Convolutional Attention Fusion for Precipitation Nowcasting

2024-01-15 · Lorand Vatamany, Siamak Mehrkanoon

Accurate precipitation nowcasting is crucial for applications such as flood prediction, disaster management, agriculture optimization, and transportation management. While many studies have approached this task using sequence-to-sequence models, most focus on single regions, ignoring correlations between disjoint areas. We reformulate precipitation nowcasting as a spatiotemporal graph sequence problem. Specifically, we propose Graph Dual-stream Convolutional Attention Fusion, a novel extension of the graph attention network. Our model's dual-stream design employs distinct attention mechanisms for spatial and temporal interactions, capturing their unique dynamics. A gated fusion module integrates both streams, leveraging spatial and temporal information for improved predictive accuracy. Additionally, our framework enhances graph attention by directly processing three-dimensional tensors within graph nodes, removing the need for reshaping. This capability enables handling complex, high-dimensional data and exploiting higher-order correlations between data dimensions. Depthwise-separable convolutions are also incorporated to refine local feature extraction and efficiently manage high-dimensional inputs. We evaluate our model using seven years of precipitation data from Copernicus Climate Change Services, covering Europe and neighboring regions. Experimental results demonstrate superior performance of our approach compared to other models. Moreover, visualizations of seasonal spatial and temporal attention scores provide insights into the most significant connections between regions and time steps.

📄 PDF Abstract BibTeX arXiv:2401.07958

Code (1)

wendig/gd-caf 공식 구현 pytorch

Tasks

Graph AttentionGraph EmbeddingManagementPrecipitation ForecastingWeather Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…

Similar Papers 제목 키워드 기반

DS-HGCN: A Dual-Stream Hypergraph Convolutional Network for Predicting Student Engagement via Social Contagion

2025-12-23 · Ziyang Fan, Li Tao, Yi Wang, Jingwei Qu 외 arxiv

Student engagement is a critical factor influencing academic success and learning outcomes. Accurately predicting student engagement is essential for optimizing teaching strategies and providing personalized intervention…

CaEGCN: Cross-Attention Fusion based Enhanced Graph Convolutional Network for Clustering

2021-01-18 · Guangyu Huo, Yong Zhang, Junbin Gao, Boyue Wang 외

With the powerful learning ability of deep convolutional networks, deep clustering methods can extract the most discriminative information from individual data and produce more satisfactory clustering results. However, e…

ClusteringDeep Clustering

GAME: Learning Multimodal Interactions via Graph Structures for Personality Trait Estimation

2025-05-05 · Kangsheng Wang, Yuhang Li, Chengwei Ye, Yufei Lin 외

Apparent personality analysis from short videos poses significant chal-lenges due to the complex interplay of visual, auditory, and textual cues. In this paper, we propose GAME, a Graph-Augmented Multimodal Encoder desig…

Two Stream Scene Understanding on Graph Embedding

2023-11-12 · Wenkai Yang, Wenyuan Sun, Runxaing Huang

The paper presents a novel two-stream network architecture for enhancing scene understanding in computer vision. This architecture utilizes a graph feature stream and an image feature stream, aiming to merge the strength…

Graph AttentionGraph EmbeddingGraph Generationimage-classification+3

Dual Stream Graph Transformer Fusion Networks for Enhanced Brain Decoding

2024-09-23 · Lucas Goene, Siamak Mehrkanoon

This paper presents the novel Dual Stream Graph-Transformer Fusion (DS-GTF) architecture designed specifically for classifying task-based Magnetoencephalography (MEG) data. In the spatial stream, inputs are initially rep…

Brain DecodingGraph Attention