Related Experiment Video
Updated: Sep 16, 2025

04:23
A Swin Transformer-Based Model for Thyroid Nodule Detection in Ultrasound Images
Published on: April 21, 2023
2.0K
Video swin-CLSTM transformer: Enhancing human action recognition with optical flow and long-term dependencies
Jun Qin1,2, Shenwei Chen1,3, Zheng Ye1
1College of Computer Science, South-Central Minzu University, Wuhan, Hubei, China.
Plos One
|July 7, 2025
Summary
This study introduces the Video Swin-CLSTM Transformer for improved Human Action Recognition (HAR). The model enhances accuracy and efficiency by integrating optical flow and ConvLSTM, outperforming existing methods on the UCF-101 dataset.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Machine Learning
Background:
- Video data volume is rapidly increasing, making Human Action Recognition (HAR) crucial for applications like surveillance and sports analytics.
- Current deep learning HAR methods struggle with subtle actions, complex backgrounds, long-term dependencies, and computational efficiency.
Purpose of the Study:
- To develop an advanced HAR model that overcomes the limitations of existing deep learning approaches.
- To improve the accuracy and efficiency of recognizing human actions in videos, especially in challenging conditions.
Main Methods:
- The Video Swin-CLSTM Transformer model was developed, utilizing a Video Swin Transformer backbone.
- Optical flow information and a sparse sampling strategy were incorporated to handle background interference.
- Convolutional Long Short-Term Memory (ConvLSTM) units were embedded to capture long-term action dependencies.
Main Results:
- The model achieved 92.8% Top-1 and 99.4% Top-5 accuracy on the UCF-101 dataset, surpassing the baseline by 3.2% and 2.0%, respectively.
- Computational cost was reduced by an average of 3.3% compared to models without optical flow.
- Ablation studies confirmed the significant contributions of optical flow (2.6% accuracy increase) and ConvLSTM (1.9% accuracy increase).
Conclusions:
- The Video Swin-CLSTM Transformer demonstrates superior performance in HAR tasks compared to other Swin Transformer-based methods.
- Integrating optical flow and ConvLSTM modules effectively enhances action recognition accuracy and efficiency.
- Custom pre-training on ImageNet-1K-LSTM further boosted performance, indicating its value for HAR.
Related Concept Videos
Absolute Motion Analysis- General Plane Motion
273
Visualize a drone, with its propellers spinning rapidly, hovering mid-air. The fascinating movements and operations of this drone can be comprehended by applying the principle of general plane motion.
As the drone's propellers rotate, an upward force is generated that counteracts the force of gravity, enabling the drone to lift off from the ground. This initial movement of the drone is along a straight path, representing a form of translational motion. In this phase, every point on the...
As the drone's propellers rotate, an upward force is generated that counteracts the force of gravity, enabling the drone to lift off from the ground. This initial movement of the drone is along a straight path, representing a form of translational motion. In this phase, every point on the...
273
Relative Motion Analysis using Rotating Axes
543
Consider a component AB undergoing a linear motion. Along with a linear motion, point B also rotates around point A. To comprehend this complex movement, position vectors for both points A and B are established using a stationary reference frame.
However, to express the relative position of point B relative to point A, an additional frame of reference, denoted as x'y', is necessary. This additional frame not only translates but also rotates relative to the fixed frame, making it...
However, to express the relative position of point B relative to point A, an additional frame of reference, denoted as x'y', is necessary. This additional frame not only translates but also rotates relative to the fixed frame, making it...
543

