paper-with-me

홈 › Papers

Reducing Smoothness with Expressive Memory Enhanced Hierarchical Graph Neural Networks

2025-04-01 · Thomas Bailie, Yun Sing Koh, S. Karthik Mukkavilli, Varvara Vetrova

Graphical forecasting models learn the structure of time series data via projecting onto a graph, with recent techniques capturing spatial-temporal associations between variables via edge weights. Hierarchical variants offer a distinct advantage by analysing the time series across multiple resolutions, making them particularly effective in tasks like global weather forecasting, where low-resolution variable interactions are significant. A critical challenge in hierarchical models is information loss during forward or backward passes through the hierarchy. We propose the Hierarchical Graph Flow (HiGFlow) network, which introduces a memory buffer variable of dynamic size to store previously seen information across variable resolutions. We theoretically show two key results: HiGFlow reduces smoothness when mapping onto new feature spaces in the hierarchy and non-strictly enhances the utility of message-passing by improving Weisfeiler-Lehman (WL) expressivity. Empirical results demonstrate that HiGFlow outperforms state-of-the-art baselines, including transformer models, by at least an average of 6.1% in MAE and 6.2% in RMSE. Code is available at https://github.com/TB862/ HiGFlow.git.

📄 PDF Abstract BibTeX arXiv:2504.00349

Code (1)

tb862/higflow 공식 구현 pytorch

Tasks

Time SeriesWeather Forecasting

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Time Dependence in Non-Autonomous Neural ODEs

2020-05-05 · ICLR Workshop DeepDiffEq 2019 12 · Jared Quincy Davis, Krzysztof Choromanski, Jake Varley, Honglak Lee 외

Neural Ordinary Differential Equations (ODEs) are elegant reinterpretations of deep networks where continuous time can replace the discrete notion of depth, ODE solvers perform forward propagation, and the adjoint method…

image-classificationImage ClassificationVideo Prediction

Hierarchical Memory Matching Network for Video Object Segmentation

2021-09-23 · ICCV 2021 10 · Hongje Seong, Seoung Wug Oh, Joon-Young Lee, Seongwon Lee 외

We present Hierarchical Memory Matching Network (HMMN) for semi-supervised video object segmentation. Based on a recent memory-based method [33], we propose two advanced memory read modules that enable us to perform memo…

ObjectRetrievalSemantic SegmentationSemi-Supervised Video Object Segmentation+2

Dynamic Memory-enhanced Transformer for Hyperspectral Image Classification

2025-04-17 · Muhammad Ahmad, Manuel Mazzara, Salvatore Distefano, Adil Mehmood Khan

Hyperspectral image (HSI) classification remains a challenging task due to the intricate spatial-spectral correlations. Existing transformer models excel in capturing long-range dependencies but often suffer from informa…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Higher-order Structure Boosts Link Prediction on Temporal Graphs

2025-05-21 · Jingzhe Liu, Zhigang Hua, Yan Xie, Bingheng Li 외

Temporal Graph Neural Networks (TGNNs) have gained growing attention for modeling and predicting structures in temporal graphs. However, existing TGNNs primarily focus on pairwise interactions while overlooking higher-or…

Dynamic Link PredictionGraph LearningGraph Neural NetworkHypergraph representations+1

A memory enhanced LSTM for modeling complex temporal dependencies

2019-10-25 · Sneha Aenugu

In this paper, we present Gamma-LSTM, an enhanced long short term memory (LSTM) unit, to enable learning of hierarchical representations through multiple stages of temporal abstractions. Gamma memory, a hierarchical memo…

Natural Language Inference