{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/stg-mamba-spatial-temporal-graph-learning-via","title":"STG-Mamba: Spatial-Temporal Graph Learning via Selective State Space Model","arxiv_id":"2403.12418","date":"2024-03-19","proceeding":null,"authors":["Lincan Li","Hanchen Wang","Wenjie Zhang","Adelle Coster"],"abstract":"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}.","url_abs":"https://arxiv.org/abs/2403.12418v4","url_pdf":"https://arxiv.org/pdf/2403.12418v4.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"stg-mamba-spatial-temporal-graph-learning-via","repo_url":"https://github.com/LincanLi98/STG-Mamba","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"computational-efficiency","task_name":"Computational Efficiency"},{"task_slug":"graph-learning","task_name":"Graph Learning"},{"task_slug":"mamba","task_name":"Mamba"},{"task_slug":"state-space-models","task_name":"State Space Models"}],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2403.12418","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2403.12418"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/LincanLi98/STG-Mamba","reach":{"status":"ok"}}],"summary":{"ran":2,"unverified":3},"by_repo_kind":{"official":{"samples":5,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":5,"samples":[{"code_sha256_prefix":"32529af0e2f5eb5a","entry":"PrepareDataset","repo":"LincanLi98/STG-Mamba","repo_kind":"official","path":"prepare.py","file_url":"https://github.com/LincanLi98/STG-Mamba/blob/HEAD/prepare.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"32529af0e2f5eb5a"}},{"code_sha256_prefix":"084c1fc7e63e2580","entry":"TestLSTM","repo":"LincanLi98/STG-Mamba","repo_kind":"official","path":"train_rnn.py","file_url":"https://github.com/LincanLi98/STG-Mamba/blob/HEAD/train_rnn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"084c1fc7e63e2580"}},{"code_sha256_prefix":"64bab52a4570f09d","entry":"TestSTG_Mamba","repo":"LincanLi98/STG-Mamba","repo_kind":"official","path":"train_STGmamba.py","file_url":"https://github.com/LincanLi98/STG-Mamba/blob/HEAD/train_STGmamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"64bab52a4570f09d"}},{"code_sha256_prefix":"0a49983ab24c610c","entry":"TrainLSTM","repo":"LincanLi98/STG-Mamba","repo_kind":"official","path":"train_rnn.py","file_url":"https://github.com/LincanLi98/STG-Mamba/blob/HEAD/train_rnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0a49983ab24c610c"}},{"code_sha256_prefix":"c0f88b3d66fd5ae3","entry":"TrainSTG_Mamba","repo":"LincanLi98/STG-Mamba","repo_kind":"official","path":"train_STGmamba.py","file_url":"https://github.com/LincanLi98/STG-Mamba/blob/HEAD/train_STGmamba.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c0f88b3d66fd5ae3"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}