Related Experiment Video
Updated: Aug 30, 2025

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
616
Integration of Multi-Head Self-Attention and Convolution for Person Re-Identification
Yalei Zhou1, Peng Liu1,2,3, Yue Cui2
1School of Control and Computer Engineering, North China Electric Power University, Beijing 102206, China.
Sensors (Basel, Switzerland)
|August 26, 2022
Summary
This study introduces DM-OSNet, an efficient model for person re-identification in video analytics. It enhances accuracy and reduces computational complexity using multi-head self-attention, improving practical deployment.
Area of Science:
- Computer Vision
- Artificial Intelligence
- Machine Learning
Background:
- Person re-identification is crucial for intelligent video analytics and downstream tasks.
- Existing models often overlook computational complexity, hindering practical deployment.
- Self-attention mechanisms show promise for enhancing feature representation in re-identification.
Purpose of the Study:
- To develop an improved multi-scale feature learning structure (DM-OSNet) for person re-identification.
- To enhance both accuracy and computational efficiency compared to existing models like OSNet.
- To address the practical deployment challenges of person re-identification systems.
Main Methods:
- Replaced the 9x9 convolutional stream in OSNet with double-layer multi-head self-attention to reduce computational complexity.
- Implemented a multi-scale feature learning structure (DM-OSNet) for discriminative feature extraction.
- Utilized unsupervised pre-training with SpCL on the LUPerson dataset for improved performance.
Main Results:
- DM-OSNet demonstrated superior performance over the original OSNet.
- Achieved significant reductions in computational complexity from O((H×W)2) to O(H×W×G2).
- Attained mAP scores of 87.36% (Market1501), 78.26% (DukeMTMC-reID), 72.96% (CUHK03), and 57.13% (MSMT17).
Conclusions:
- DM-OSNet offers a computationally efficient and accurate solution for person re-identification.
- The integration of multi-head self-attention effectively enhances feature learning.
- The proposed model shows strong potential for real-world intelligent video analytics applications.
Related Concept Videos
Multi-input and Multi-variable systems
145
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
In the absence...
145
Deconvolution
239
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
239
Parallel Processing
211
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
211
Convolution Properties II
271
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
271

