Joint Attention Video Processing for Temporal Action Detection
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Current methods for temporal action detection in video processing, such as Boundary Matching Network (BMN), often suffer from inefficiencies and inaccuracies in scoring start and end times for actions, and attention mechanisms primarily focus on either spatial or temporal dimensions without effectively integrating both for spatio-temporal localization.
Innovation Solution
Implementing a joint attention mechanism that processes one-dimensional input sequences as two-dimensional features, reversing the temporal order of input sequences to compute attention weights, and jointly training action classification and localization networks to improve feature extraction for video understanding tasks.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If Boundary Matching Network (BMN) is used for temporal action detection, then detection accuracy is improved, but computational efficiency deteriorates due to inefficient scoring of predefined anchors and inaccurate start/end time generation
Solution Approach 1:
The patent transforms 1D temporal sequences into 2D feature spaces by creating temporal feature maps where one dimension represents time and the other represents feature channels. This dimensional transformation enables the application of 2D convolutional operations and attention mechanisms that can simultaneously process temporal relationships and feature interactions, improving both accuracy and efficiency compared to traditional 1D sequence processing methods.
2Device complexity
If attention mechanisms focus on only one dimension (spatial or temporal), then computational complexity is reduced, but spatio-temporal localization accuracy deteriorates
Solution Approach 1:
The patent merges spatial and temporal attention mechanisms into a unified joint attention module that processes both dimensions simultaneously. The module computes attention weights that capture correlations between spatial features and temporal positions, enabling the model to attend to relevant spatio-temporal regions together rather than separately, thus improving localization accuracy without proportionally increasing computational complexity.
Solution Approach 2:
By transforming temporal sequences into 2D feature maps, the patent enables the application of 2D attention mechanisms that can jointly model spatial and temporal relationships. This allows the attention mechanism to operate in a unified 2D space rather than requiring separate 1D attention operations for each dimension, improving spatio-temporal localization while maintaining computational efficiency.
3Ease of operation
If 1D input sequences are processed without temporal order reversal, then processing simplicity is maintained, but feature extraction accuracy for downstream tasks deteriorates
Solution Approach 1:
The patent applies temporal order reversal to the input sequences, processing features both in forward temporal order and in reversed temporal order. This inversion allows the model to capture temporal dependencies from both directions, enabling it to learn patterns that may be missed when processing only in the forward direction, thereby improving feature extraction accuracy for downstream tasks.
Data Source
AI summary
Systems, methods, and computer media of processing a video are disclosed. An example method may include: receiving a plurality of video frames of a video; generating a plurality of first input features based on the plurality of video frames; generating a plurality of second input features based on reversing a temporal order of the plurality of first input features; generating a first set of joint attention features based on the plurality of first input features; generating a second set of joint attention features based on the plurality of second input features; and concatenating the first set of joint attention features and the second set of joint attention features to generate a final set of joint attention features.


