SNN-Driven Multimodal Human Action Recognition via Sparse Spatial-Temporal Data Fusion

TL;DR

Proposed an SNN-driven multimodal human action recognition framework, significantly improving energy efficiency and accuracy.

cs.CV 🔴 Advanced 2025-02-19 1 views
Naichuan Zheng Hailun Xia Zeyu Liang Yuchen Du
multimodal recognition spiking neural network action recognition data fusion energy efficiency

Key Findings

Methodology

The study proposes an SNN-driven multimodal human action recognition framework combining event camera and skeleton data. The framework includes two core innovations: a novel multimodal SNN architecture using SNN-Mamba for event camera data and Spiking Graph Convolutional Network (SGN) for skeleton data; and an SNN-based information bottleneck mechanism for modality fusion, balancing semantic preservation and information compression.

Key Results

  • On the NTU RGB+D 60 dataset, the proposed method achieved 92.3% accuracy, significantly higher than existing SNN methods, and energy consumption was only 1.73 mJ, an order of magnitude lower than ANN methods.
  • Significant performance improvements were also observed on NTU RGB+D 120 and NW-UCLA datasets, especially achieving 96.7% accuracy on NW-UCLA.
  • Ablation experiments showed that each module significantly improved model performance, with final accuracy reaching 85.0%.

Significance

The study addresses the bottlenecks of high computational complexity and energy consumption in existing multimodal action recognition methods by introducing an SNN framework, making it particularly suitable for resource-constrained scenarios. It not only improves recognition accuracy but also significantly reduces energy consumption, providing a feasible solution for practical applications.

Technical Contribution

The framework introduces biologically-inspired spiking computation in multimodal fusion, significantly reducing energy consumption. The information bottleneck mechanism achieves efficient compression of modality-specific semantics, offering new theoretical guarantees and engineering possibilities.

Novelty

This is the first framework to apply SNN to multimodal human action recognition, overcoming the limitations of single-modality SNNs and achieving efficient modality fusion through the information bottleneck mechanism.

Limitations

  • Event camera data may be affected by noise in low-light environments, impacting recognition accuracy.
  • Spiking neural networks inherently suffer from information loss, which may limit fine-grained action recognition.

Future Work

Future work could explore the integration of additional modalities, such as audio data, and optimize spiking neural network encoding mechanisms to reduce information loss.

AI Executive Summary

Multimodal human action recognition has made significant progress in fields like intelligent surveillance and human-computer interaction. However, existing methods rely on artificial neural networks (ANNs), leading to high computational complexity and energy consumption, limiting their application on resource-constrained devices.

To address this issue, this paper proposes an SNN-driven multimodal human action recognition framework combining event camera and skeleton data. The framework achieves modality-specific semantic extraction through SNN-Mamba and Spiking Graph Convolutional Network (SGN), and efficient modality fusion through an information bottleneck mechanism.

Experimental results show that the proposed method achieves leading accuracy and significant energy efficiency improvements on multiple standard datasets, particularly achieving 92.3% accuracy on the NTU RGB+D 60 dataset with energy consumption of only 1.73 mJ. This study provides a new solution for multimodal action recognition in resource-constrained scenarios, but the noise issue of event camera data in low-light environments still needs further research. Future work could explore the integration of additional modalities and optimize spiking neural network encoding mechanisms.

Deep Analysis

Background

Human action recognition is a crucial task in computer vision with applications in intelligent surveillance and medical rehabilitation. Traditional methods primarily rely on RGB and skeleton data fusion, but due to computational complexity and energy consumption issues, their application on resource-constrained devices is limited. Recently, spiking neural networks (SNNs) have emerged as a potential alternative to artificial neural networks (ANNs) due to their biologically-inspired sparse activation and asynchronous processing characteristics.

Core Problem

Existing multimodal action recognition methods mainly rely on ANNs, leading to high computational complexity and energy consumption, limiting their application on resource-constrained devices. Additionally, RGB data is sensitive to lighting conditions, skeleton data loses details in complex actions, and event camera data is susceptible to noise in low-light environments.

Innovation

The proposed framework addresses the computational complexity and energy consumption issues of existing methods by introducing SNN. Innovations include: 1) modality-specific semantic extraction using SNN-Mamba and SGN; 2) efficient modality fusion through an information bottleneck mechanism, balancing semantic preservation and information compression.

Methodology

  • �� Use SNN-Mamba to process event camera data, extracting sparse spatiotemporal features.
  • �� Use SGN to process skeleton data, capturing spatial dependencies and long-range joint interactions.
  • �� Introduce an information bottleneck mechanism for efficient compression of modality-specific semantics.
  • �� Develop a data construction pipeline to generate synchronized event-skeleton datasets.

Experiments

Experimental design includes evaluations on NTU RGB+D, NTU RGB+D 120, and NW-UCLA datasets. A unified training pipeline and hyperparameter configuration are adopted, measuring computational complexity and energy consumption, and conducting ablation experiments to evaluate each module's contribution.

Results

Experimental results show that the proposed method achieves leading accuracy and significant energy efficiency improvements on multiple datasets, particularly achieving 92.3% accuracy on the NTU RGB+D 60 dataset with energy consumption of only 1.73 mJ, significantly lower than ANN methods.

Applications

The method is suitable for resource-constrained scenarios such as intelligent surveillance, human-computer interaction, and medical rehabilitation. By reducing energy consumption and improving accuracy, it provides new solutions for these fields.

Limitations & Outlook

Although the method achieves significant improvements in energy efficiency and accuracy, the noise issue of event camera data in low-light environments still needs further research. Additionally, spiking neural networks inherently suffer from information loss, which may limit fine-grained action recognition.

Plain Language Accessible to non-experts

Imagine a kitchen where a chef needs to handle multiple tasks: chopping, frying, and seasoning. Traditional methods are like a chef who can only focus on one task, leading to inefficiency. Our method is like a multitasking chef who can handle multiple tasks simultaneously, saving time and resources. Spiking neural networks are like the chef's assistants, helping the chef switch quickly between tasks and improve efficiency.

ELI14 Explained like you're 14

Hey, buddies! Imagine you're playing a game and need to control multiple characters at once. Traditional methods are like you can only control one character while others stand still. Our new method is like you have a super controller that can control multiple characters at once, making the game more exciting! Spiking neural networks are like your game assistants, helping you switch characters quickly and save energy.

Glossary

Spiking Neural Network

A neural network that simulates biological neuron activity using discrete spikes for information processing.

Used for low-energy multimodal data fusion.

Event Camera

A camera capable of capturing fast movements with high dynamic range and low latency.

Used to capture rapid changes in actions.

Graph Convolutional Network

A neural network for processing graph-structured data, capturing relationships between nodes.

Used for spatial dependency modeling in skeleton data.

Information Bottleneck

An information compression mechanism that improves model efficiency by retaining task-relevant features.

Used for information compression in modality fusion.

Sparse Semantic Extractor

A module for extracting modality-specific semantics, enhancing sparse feature representation.

Used to improve the efficiency of modality-specific semantic extraction.

Open Questions Unanswered questions from this research

  • 1 How to reduce noise impact on event camera data in low-light environments?
  • 2 How to optimize spiking neural network encoding mechanisms to reduce information loss?

Applications

Immediate Applications

Intelligent Surveillance

Implement efficient human action recognition on resource-constrained surveillance devices to enhance security.

Long-term Vision

Medical Rehabilitation

Support real-time rehabilitation monitoring and guidance through low-energy action recognition technology.

Abstract

Multimodal human action recognition based on RGB and skeleton data fusion, while effective, is constrained by significant limitations such as high computational complexity, excessive memory consumption, and substantial energy demands, particularly when implemented with Artificial Neural Networks (ANN). These limitations restrict its applicability in resource-constrained scenarios. To address these challenges, we propose a novel Spiking Neural Network (SNN)-driven framework for multimodal human action recognition, utilizing event camera and skeleton data. Our framework is centered on two key innovations: (1) a novel multimodal SNN architecture that employs distinct backbone networks for each modality-an SNN-based Mamba for event camera data and a Spiking Graph Convolutional Network (SGN) for skeleton data-combined with a spiking semantic extraction module to capture deep semantic representations; and (2) a pioneering SNN-based discretized information bottleneck mechanism for modality fusion, which effectively balances the preservation of modality-specific semantics with efficient information compression. To validate our approach, we propose a novel method for constructing a multimodal dataset that integrates event camera and skeleton data, enabling comprehensive evaluation. Extensive experiments demonstrate that our method achieves superior performance in both recognition accuracy and energy efficiency, offering a promising solution for practical applications.

cs.CV