paper-with-me

Papers

SpikMamba: When SNN meets Mamba in Event-based Human Action Recognition

2024-10-22 · Jiaqi Chen, Yan Yang, Shizhuo Deng, Da Teng, Liyuan Pan

Human action recognition (HAR) plays a key role in various applications such as video analysis, surveillance, autonomous driving, robotics, and healthcare. Most HAR algorithms are developed from RGB images, which capture detailed visual information. However, these algorithms raise concerns in privacy-sensitive environments due to the recording of identifiable features. Event cameras offer a promising solution by capturing scene brightness changes sparsely at the pixel level, without capturing full images. Moreover, event cameras have high dynamic ranges that can effectively handle scenarios with complex lighting conditions, such as low light or high contrast environments. However, using event cameras introduces challenges in modeling the spatially sparse and high temporal resolution event data for HAR. To address these issues, we propose the SpikMamba framework, which combines the energy efficiency of spiking neural networks and the long sequence modeling capability of Mamba to efficiently capture global features from spatially sparse and high a temporal resolution event data. Additionally, to improve the locality of modeling, a spiking window-based linear attention mechanism is used. Extensive experiments show that SpikMamba achieves remarkable recognition performance, surpassing the previous state-of-the-art by 1.45%, 7.22%, 0.15%, and 3.92% on the PAF, HARDVS, DVS128, and E-FAction datasets, respectively. The code is available at https://github.com/Typistchen/SpikMamba.

📄 PDF Abstract BibTeX arXiv:2410.16746

Code (1)

typistchen/spikmamba 공식 구현 pytorch

Tasks

Action RecognitionAutonomous DrivingMambaTemporal Action Localization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Event Stream based Human Action Recognition: A High-Definition Benchmark Dataset and Algorithms

2024-08-19 · Xiao Wang, Shiao Wang, Pengpeng Shao, Bo Jiang 외

Human Action Recognition (HAR) stands as a pivotal research domain in both computer vision and artificial intelligence, with RGB cameras dominating as the preferred tool for investigation and innovation in this field. Ho…

Action RecognitionMambaTemporal Action Localization

MBMamba: When Memory Buffer Meets Mamba for Structure-Aware Image Deblurring

2025-08-17 · Hu Gao, Xiaoning Lei, Xichen Xu, Depeng Dang 외 arxiv

The Mamba architecture has emerged as a promising alternative to CNNs and Transformers for image deblurring. However, its flatten-and-scan strategy often results in local pixel forgetting and channel redundancy, limiting…

Image Deblurring

WDMamba: When Wavelet Degradation Prior Meets Vision Mamba for Image Dehazing

2025-05-07 · Jie Sun, Heng Liu, Yongzhen Wang, Xiao-Ping Zhang 외

In this paper, we reveal a novel haze-specific wavelet degradation prior observed through wavelet transform analysis, which shows that haze-related information predominantly resides in low-frequency components. Exploitin…

Image DehazingMamba

TSCMamba: Mamba Meets Multi-View Learning for Time Series Classification

2024-06-06 · Md Atik Ahamed, Qiang Cheng

Time series classification (TSC) on multivariate time series is a critical problem. We propose a novel multi-view approach integrating frequency-domain and time-domain features to provide complementary contexts for TSC. …

MambaMULTI-VIEW LEARNINGTime SeriesTime Series Classification

TSP-Mamba: The Travelling Salesman Problem Meets Mamba for Image Super-resolution and Beyond

2025-01-01 · CVPR 2025 1 · Kun Zhou, Xinyu Lin, Jiangbo Lu

Recently, Mamba-based frameworks have achieved substantial advancements across diverse computer vision and NLP tasks, particularly in their capacity for reasoning over long-range information with linear complexity. H…

Image Super-ResolutionMambaSuper-ResolutionTraveling Salesman Problem