paper-with-me

홈 › Papers

Graph Mamba Operator: A Latent Simulator for Interacting Particle Systems

2026-06-08 · Karn Tiwari, Niladri Dutta, N M Anoop Krishnan, Prathosh A P arxiv

Modeling interacting dynamical systems requires capturing spatial interactions alongside long-range temporal dependencies. Graph neural networks (GNNs) provide a natural representation but typically rely on autoregressive rollouts and treat spatial and temporal dynamics separately, leading to error accumulation over long horizons. Existing approaches also focus on local interactions and short temporal contexts, limiting their ability to capture multi-hop dependencies and global structure. We introduce the Graph Mamba Operator (GraMO), a latent-space simulator that integrates state-space models with graph-based interaction learning. In contrast to prior work that sequences nodes or applies spatial and temporal updates in separate stages, GraMO couples graph-based interactions and temporal state updates within a single recurrence. The update is linear in the latent state, with input-dependent coefficients that adapt across regimes. We evaluate GraMO on N-body systems, motion capture, and robotics datasets, achieving the lowest error across benchmarks and the largest gains in long-horizon prediction.

📄 PDF Abstract BibTeX arXiv:2606.09432

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Latent Mamba Operator for Partial Differential Equations

2025-05-25 · Karn Tiwari, Niladri Dutta, N M Anoop Krishnan, Prathosh A P

Neural operators have emerged as powerful data-driven frameworks for solving Partial Differential Equations (PDEs), offering significant speedups over numerical methods. However, existing neural operators struggle with s…

MambaState Space Models

Kinetic-Mamba: Mamba-Assisted Predictions of Stiff Chemical Kinetics

2025-12-16 · Additi Pandey, Liang Wei, Hessam Babaee, George Em Karniadakis arxiv

Accurate chemical kinetics modeling is essential for combustion simulations, as it governs the evolution of complex reaction pathways and thermochemical states. In this work, we introduce Kinetic-Mamba, a Mamba-based neu…

Tiny Recursive Reasoning with Mamba-2 Attention Hybrid

2026-02-12 · Wenlong Wang, Fergal Reid arxiv

Recent work on recursive reasoning models like TRM demonstrates that tiny networks (7M parameters) can achieve strong performance on abstract reasoning tasks through latent recursion -- iterative refinement in hidden rep…

MaNGO - Adaptable Graph Network Simulators via Meta-Learning

2025-10-07 · Philipp Dahlinger, Tai Hoang, Denis Blessing, Niklas Freymuth 외 arxiv

Accurately simulating physics is crucial across scientific domains, with applications spanning from robotics to materials science. While traditional mesh-based simulations are precise, they are often computationally expe…

Learning Latent Graph Dynamics for Visual Manipulation of Deformable Objects

2021-04-25 · Xiao Ma, David Hsu, Wee Sun Lee

Manipulating deformable objects, such as ropes and clothing, is a long-standing challenge in robotics, because of their large degrees of freedom, complex non-linear dynamics, and self-occlusion in visual perception. The …

Contrastive LearningDeformable Object ManipulationGraph Neural NetworkModel Predictive Control+2