paper-with-me

홈 › Papers

STG-Mamba: Spatial-Temporal Graph Learning via Selective State Space Model

2024-03-19 · Lincan Li, Hanchen Wang, Wenjie Zhang, Adelle Coster

Spatial-Temporal Graph (STG) data is characterized as dynamic, heterogenous, and non-stationary, leading to the continuous challenge of spatial-temporal graph learning. In the past few years, various GNN-based methods have been proposed to solely focus on mimicking the relationships among node individuals of the STG network, ignoring the significance of modeling the intrinsic features that exist in STG system over time. In contrast, modern Selective State Space Models (SSSMs) present a new approach which treat STG Network as a system, and meticulously explore the STG system's dynamic state evolution across temporal dimension. In this work, we introduce Spatial-Temporal Graph Mamba (STG-Mamba) as the first exploration of leveraging the powerful selective state space models for STG learning by treating STG Network as a system, and employing the Spatial-Temporal Selective State Space Module (ST-S3M) to precisely focus on the selected STG latent features. Furthermore, to strengthen GNN's ability of modeling STG data under the setting of selective state space models, we propose Kalman Filtering Graph Neural Networks (KFGN) for dynamically integrate and upgrade the STG embeddings from different temporal granularities through a learnable Kalman Filtering statistical theory-based approach. Extensive empirical studies are conducted on three benchmark STG forecasting datasets, demonstrating the performance superiority and computational efficiency of STG-Mamba. It not only surpasses existing state-of-the-art methods in terms of STG forecasting performance, but also effectively alleviate the computational bottleneck of large-scale graph networks in reducing the computational cost of FLOPs and test inference time. The implementation code is available at: \url{https://github.com/LincanLi98/STG-Mamba}.

📄 PDF Abstract BibTeX arXiv:2403.12418

Code (1)

LincanLi98/STG-Mamba 공식 구현 pytorch

Tasks

Computational EfficiencyGraph LearningMambaState Space Models

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ST-Mamba: Spatial-Temporal Selective State Space Model for Traffic Flow Prediction

2024-04-20 · Zhiqi Shao, Michael G. H. Bell, Ze Wang, D. Glenn Geers 외

Traffic flow prediction, a critical aspect of intelligent transportation systems, has been increasingly popular in the field of artificial intelligence, driven by the availability of extensive traffic data. The current c…

Computational EfficiencyMambaManagementPrediction+1

Graph-MambaNav: Spatial-Temporal Graph Mamba Leveraging Object-Relation Knowledge for Object-Goal Navigation

2026-08-13 · Leyuan Sun, Genxin Chen, Linwei Ye, Yan Zhang 외 arxiv

Object-goal navigation requires an agent to reason over object relationships and prioritize target-relevant objects for efficient decision making in unseen environments. While existing graph-based methods incorporate tar…

Decision Making

EnergyMamba: An Uncertainty-Aware Graph-Enhanced Selective State Space Model for Energy Consumption Prediction

2026-05-30 · Dahai Yu, Rongchao Xu, Lin Jiang, Guang Wang arxiv

Energy consumption prediction is essential for efficient grid management, demand-side optimization, and sustainable energy planning. Although advanced machine learning methods have been employed for better prediction per…

TSkel-Mamba: Temporal Dynamic Modeling via State Space Model for Human Skeleton-based Action Recognition

2025-12-12 · Yanan Liu, Jun Liu, Hao Zhang, Dan Xu 외 arxiv

Skeleton-based action recognition has garnered significant attention in the computer vision community. Inspired by the recent success of the selective state-space model (SSM) Mamba in modeling 1D temporal sequences, we p…

Temporal SequencesAction Recognition

VideoMamba: Spatio-Temporal Selective State Space Model

2024-07-11 · Jinyoung Park, Hee-Seon Kim, Kangwook Ko, Minbeom Kim 외

We introduce VideoMamba, a novel adaptation of the pure Mamba architecture, specifically designed for video recognition. Unlike transformers that rely on self-attention mechanisms leading to high computational costs by q…

MambamodelVideo RecognitionVideo Understanding