paper-with-me

홈 › Papers

GG-SSMs: Graph-Generating State Space Models

2024-12-17 · CVPR 2025 1 · Nikola Zubić, Davide Scaramuzza

State Space Models (SSMs) are powerful tools for modeling sequential data in computer vision and time series analysis domains. However, traditional SSMs are limited by fixed, one-dimensional sequential processing, which restricts their ability to model non-local interactions in high-dimensional data. While methods like Mamba and VMamba introduce selective and flexible scanning strategies, they rely on predetermined paths, which fails to efficiently capture complex dependencies. We introduce Graph-Generating State Space Models (GG-SSMs), a novel framework that overcomes these limitations by dynamically constructing graphs based on feature relationships. Using Chazelle's Minimum Spanning Tree algorithm, GG-SSMs adapt to the inherent data structure, enabling robust feature propagation across dynamically generated graphs and efficiently modeling complex dependencies. We validate GG-SSMs on 11 diverse datasets, including event-based eye-tracking, ImageNet classification, optical flow estimation, and six time series datasets. GG-SSMs achieve state-of-the-art performance across all tasks, surpassing existing methods by significant margins. Specifically, GG-SSM attains a top-1 accuracy of 84.9% on ImageNet, outperforming prior SSMs by 1%, reducing the KITTI-15 error rate to 2.77%, and improving eye-tracking detection rates by up to 0.33% with fewer parameters. These results demonstrate that dynamic scanning based on feature relationships significantly improves SSMs' representational power and efficiency, offering a versatile tool for various applications in computer vision and beyond.

📄 PDF Abstract BibTeX arXiv:2412.12423

Code (0)

등록된 구현이 없습니다.

Tasks

MambaOptical Flow EstimationState Space ModelsTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Message-Passing State-Space Models: Improving Graph Learning with Modern Sequence Modeling

2025-05-24 · Andrea Ceni, Alessio Gravina, Claudio Gallicchio, Davide Bacciu 외

The recent success of State-Space Models (SSMs) in sequence modeling has motivated their adaptation to graph learning, giving rise to Graph State-Space Models (GSSMs). However, existing GSSMs operate by applying SSM modu…

Computational EfficiencyGraph LearningGraph Property PredictionNode Classification+2

Time-Scaling State-Space Models for Dense Video Captioning

2025-09-03 · AJ Piergiovanni, Ganesh Satish Mallya, Dahun Kim, Anelia Angelova arxiv

Dense video captioning is a challenging video understanding task which aims to simultaneously segment the video into a sequence of meaningful consecutive events and to generate detailed captions to accurately describe ea…

Dense Video Captioning

Hidden Parameter Recurrent State Space Models For Changing Dynamics Scenarios

2022-06-29 · ICLR 2022 4 · Vaisakh Shaj, Dieter Buchler, Rohit Sonker, Philipp Becker 외

Recurrent State-space models (RSSMs) are highly expressive models for learning patterns in time series data and system identification. However, these models assume that the dynamics are fixed and unchanging, which is rar…

State Space ModelsTime SeriesTime Series AnalysisVariational Inference

What Can We Learn from State Space Models for Machine Learning on Graphs?

2024-06-09 · Yinan Huang, Siqi Miao, Pan Li

Machine learning on graphs has recently found extensive applications across domains. However, the commonly used Message Passing Neural Networks (MPNNs) suffer from limited expressive power and struggle to capture long-ra…

State Space Models

Can Graphs Help Vision SSMs See Better?

2026-05-11 · Dhruv Parikh, Anvitha Ramachandran, Haoyang Fan, Mustafa Munir 외 arxiv

Vision state space models inherit the efficiency and long-range modeling ability of Mamba-style selective scans. However, their performance depends critically on the representation of two-dimensional visual features as o…

Semantic SegmentationInstance SegmentationImage ClassificationLong-range modeling