Video Behavior Recognition With Spatio-Temporal Feature Weighting

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional 2D convolutional neural networks (CNNs) struggle to effectively incorporate spatio-temporal information, limiting their ability to recognize behaviors in video sequences due to their focus on spatial features only.

Innovation Solution

A deep learning-based behavior recognition method that combines 2D and 3D CNN models, utilizing bi-directional exponential moving averages to weight spatio-temporal feature maps, and performs late fusion to enhance action recognition accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional 2D CNN models are used for behavior recognition, then the model structure is simple and computationally efficient, but the ability to capture temporal features is insufficient

Engineering Contradiction:
Improvetemporal feature recognition capabilityVSAvoidmodel structure complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent merges 2D CNN and 3D CNN models into a unified hybrid architecture. The 2D CNN extracts spatial features from video frames while the 3D CNN captures temporal features across frames. The features are fused through concatenation and passed through fully connected layers for joint classification, resolving the contradiction by combining the simplicity of 2D CNN with the temporal modeling capability of 3D CNN.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The patent segments the feature extraction process into distinct spatial (2D CNN) and temporal (3D CNN) components. Each component processes video data independently to extract specific feature types, which are then combined in the fusion layer. This segmentation allows each module to remain relatively simple while the integrated system achieves comprehensive spatio-temporal understanding.

Inventive Principle:
Principle #1Segmentation

2Measurement precision

If only spatial features are extracted using 2D CNN, then computational cost is low, but action recognition accuracy is limited

Engineering Contradiction:
Improveaction recognition accuracyVSAvoidcomputational energy consumption
Core Design Contradiction:
Measurement precisionVSUse of energy by moving object

Solution Approach 1:

The patent combines spatial feature extraction (2D CNN) and temporal feature extraction (3D CNN) in a unified architecture. The spatial features capture object appearance and structure while temporal features capture motion patterns. By merging these complementary features through concatenation and joint classification, the system achieves higher action recognition accuracy than either model alone, justifying the increased computational cost.

Inventive Principle:
Principle #5Merging (Combining)

3Reliability

If 3D CNN is used to capture temporal features, then temporal understanding is improved, but model complexity and training difficulty increase

Engineering Contradiction:
Improvetemporal feature extraction capabilityVSAvoidmodel structure complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the spatio-temporal feature extraction into separate 2D CNN and 3D CNN modules. The 3D CNN is dedicated solely to temporal feature extraction from video sequences, while the 2D CNN handles spatial features. This segmentation isolates the complexity of temporal modeling to a specialized module, making the overall system more manageable and interpretable.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from 2D spatial feature maps to 3D spatio-temporal feature maps by introducing the temporal dimension through 3D CNN. The 3D convolutional kernels operate across both spatial dimensions and the temporal dimension, capturing motion patterns and temporal relationships that cannot be detected by 2D CNN alone.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

4Measurement precision

If uniform weighting is applied to all video frames, then processing is simple, but important action sections are not emphasized

Engineering Contradiction:
Improveaction section importance detectionVSAvoidweight adjustment mechanism complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent performs preliminary weight adjustment on video frames based on their importance to the action being performed. The weight adjustment module analyzes temporal features and frame content to assign higher weights to frames containing critical action information. This preliminary weighting occurs before final classification, allowing the model to focus computational attention on important sections and improve recognition accuracy.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS12525061B2Behavior recognition method and device using deep learning
Publication Date: 2026.01.13 CHUNG ANG UNIV IND ACADEMIC COOP FOUND
  • US12525061B2 patent drawing
  • US12525061B2 patent drawing
  • US12525061B2 patent drawing

AI summary

A method using deep learning includes: sampling video to generate a video clip composed sampled frames, and generating a set of differential images between the sampled frames; extracting a first feature map with spatial features and a second feature map with temporal features by applying the sampled frames and the set of differential images to a learned deep learning-based behavior recognition model, and generating a spatio-temporal combined feature map for each sampled frame by combining the first feature map and the second feature map; calculating a bi-directional exponential moving average using the spatio-temporal combined feature map, and then adjusting weights of the spatio-temporal combined feature maps; generating a temporal relationship importance map by applying the video clip and performing late fusion by applying the weight-adjusted spatio-temporal combined feature map and the temporal relationship importance map to the learned deep learning-based behavior recognition model, and classifying the behavior.