paper-with-me

Papers

Mamba4D: Efficient 4D Point Cloud Video Understanding with Disentangled Spatial-Temporal State Space Models

2025-01-01 · CVPR 2025 1 · Jiuming Liu, Jinru Han, Lihao Liu, Angelica I. Aviles-Rivero, Chaokang Jiang, Zhe Liu, Hesheng Wang

Point cloud videos can faithfully capture real-world spatial geometries and temporal dynamics, which are essential for enabling intelligent agents to understand the dynamically changing world. However, designing an effective 4D backbone remains challenging, mainly due to the irregular and unordered distribution of points and temporal inconsistencies across frames. Also, recent transformer-based 4D backbones commonly suffer from large computational costs due to their quadratic complexity, particularly for long video sequences. To address these challenges, we propose a novel point cloud video understanding backbone purely based on the State Space Models (SSMs). Specifically, we first disentangle space and time in 4D video sequences and then establish the spatio-temporal correlation with the unified spatial-temporal Mamba blocks. The Intra-frame Spatial Mamba module is developed to encode locally similar geometric structures within a certain temporal stride. Subsequently, locally correlated tokens are delivered to the Inter-frame Temporal Mamba module, which integrates long-term point features across the entire video with linear complexity. Our proposed Mamba4D achieves competitive performance on the MSR-Action3D action recognition (+10.4% accuracy), HOI4D action segmentation (+0.7 F1 Score), and Synthia4D semantic segmentation (+0.19 mIoU) datasets. Mamba4D also has a significant efficiency improvement, especially for long video sequences, with 87.5% GPU memory reduction and 5.36 times speed-up. Codes are released at https://github.com/IRMVLab/Mamba4D.

📄 PDF Abstract BibTeX

Code (1)

irmvlab/mamba4d 공식 구현 pytorch

Tasks

Action RecognitionAction SegmentationGPUMambapoint cloud video understandingSemantic SegmentationState Space ModelsVideo Understanding

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 제목 키워드 기반

MAMBA4D: Efficient Long-Sequence Point Cloud Video Understanding with Disentangled Spatial-Temporal State Space Models

2024-05-23 · Jiuming Liu, Jinru Han, Lihao Liu, Angelica I. Aviles-Rivero 외

Point cloud videos can faithfully capture real-world spatial geometries and temporal dynamics, which are essential for enabling intelligent agents to understand the dynamically changing world. However, designing an effec…

Action RecognitionAction SegmentationGPUMamba+5

GEM: Generating LiDAR World Model via Deformable Mamba

2026-05-08 · Yang Wu, Zhaojiang Liu, Qiang Meng, Youquan Liu 외 arxiv

World models, which simulate environmental dynamics and generate sensor observations, are gaining increasing attention in autonomous driving. However, progress in LiDAR-based world models has lagged behind those built on…

Autonomous DrivingPoint Clouds

Serialized Point Mamba: A Serialized Point Cloud Mamba Segmentation Model

2024-07-17 · Tao Wang, Wei Wen, Jingzhi Zhai, Kang Xu 외

Point cloud segmentation is crucial for robotic visual perception and environmental understanding, enabling applications such as robotic navigation and 3D reconstruction. However, handling the sparse and unordered nature…

3D Instance Segmentation3D Reconstruction3D Semantic SegmentationComputational Efficiency+6

PMA: Towards Parameter-Efficient Point Cloud Understanding via Point Mamba Adapter

2025-01-01 · CVPR 2025 1 · Yaohua Zha, Yanzi Wang, Hang Guo, Jinpeng Wang 외

Applying pre-trained models to assist point cloud understanding has recently become a mainstream paradigm in 3D perception. However, existing application strategies are straightforward, utilizing only the final outpu…

Mamba

Exploring contextual modeling with linear complexity for point cloud segmentation

2024-10-28 · Yong Xien Chng, Xuchong Qiu, Yizeng Han, Yifan Pu 외

Point cloud segmentation is an important topic in 3D understanding that has traditionally has been tackled using either the CNN or Transformer. Recently, Mamba has emerged as a promising alternative, offering efficient l…

MambaPoint Cloud Segmentation