Lightweight Multi-Branch Person Re-Identification via Attention Fusion

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing multiple camera-based player tracking systems struggle to accurately re-identify players in sporting events due to challenges such as identical jerseys, extreme interactions, and occlusions, which traditional solutions fail to address effectively.

Innovation Solution

The implementation of a lightweight multi-branch and multi-scale (LMBMS) re-identification model that uses a convolutional neural network with a multi-branch structure for multi-scale fusion, combined with a channel-wise attention mechanism to generate dynamic features, effectively addressing the challenges of player re-identification in sporting events.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional re-identification solutions are used, then system complexity is low, but re-identification accuracy deteriorates under challenging conditions such as identical jerseys, extreme interactions, and occlusions

Engineering Contradiction:
Improvere-identification accuracyVSAvoidmodel complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The model is divided into multiple branches (local feature branch, global feature branch, and hybrid branch) that process different types of features separately. Each branch focuses on specific aspects (local details, global context, and combined features) to improve re-identification accuracy under challenging conditions while maintaining manageable complexity through modular architecture

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The model extracts features at multiple scales (local, global, and hybrid levels) rather than relying on a single feature representation. This multi-scale feature extraction adds dimensional diversity to the feature space, enabling the system to capture both fine-grained details and overall context, thereby improving accuracy without proportionally increasing complexity

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

2Measurement precision

If multi-scale feature extraction is implemented, then re-identification performance improves, but computational speed deteriorates

Engineering Contradiction:
Improvere-identification performanceVSAvoidcomputational speed
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

The computational workload is segmented across three parallel branches that process features at different scales simultaneously. This segmentation allows the system to distribute computational tasks efficiently, extracting multi-scale features without creating a single computational bottleneck, thus maintaining better performance-speed balance

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The model merges features from multiple scales and branches through feature fusion mechanisms. By combining local, global, and hybrid features in an integrated manner, the system achieves comprehensive feature representation that improves performance while the fusion process is optimized to avoid excessive computational overhead

Inventive Principle:
Principle #5Merging (Combining)

3Reliability

If channel-wise attention mechanism is added, then feature quality improves, but model complexity increases

Engineering Contradiction:
Improvefeature qualityVSAvoidmodel complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The channel-wise attention mechanism applies different weights to different feature channels based on their importance. This local quality adjustment focuses computational resources on the most discriminative feature channels while suppressing less important ones, thereby improving feature quality and reliability without proportionally increasing overall model complexity

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS12307802B2Light weight multi-branch and multi-scale person re-identification
Publication Date: 2025.05.20 INTEL CORP
  • US12307802B2 patent drawing
  • US12307802B2 patent drawing
  • US12307802B2 patent drawing

AI summary

A system for lightweight multi-branch and multi-scale (LMBMS) re-identification is described herein. The system includes a convolutional neural network trained for person identification, wherein the convolutional neural network comprises a series of residual blocks that obtain input from a head network of the convolutional neural network. The system also includes a plurality of refine blocks, wherein one or more refine blocks take as input features from a residual block of the series of residual blocks, wherein the features are at input at different scales and different resolutions and an output of the plurality of refine blocks is a plurality of features in a same feature space. A channel-wise attention mechanism may merge the plurality of features and generate final dynamic features.