Quang-Huy Che, Le-Chuong Nguyen, Duc-Tuan Luu, Vinh-Tiep Nguyen
Person re-identification (Re-ID) is a challenging task that involves identifying the same person across different camera views in surveillance systems. Current methods usually rely on features from single-camera views, which can be limiting when dealing with multiple cameras and challenges such as changing viewpoints and occlusions. In this paper, a new approach is introduced that enhances the capability of ReID models through the Uncertain Feature Fusion Method (UFFM) and Auto-weighted Measure Combination (AMC). UFFM generates multi-view features using features extracted independently from multiple images to mitigate view bias. However, relying only on similarity based on multi-view features is limited because these features ignore the details represented in single-view features. Therefore, we propose the AMC method to generate a more robust similarity measure by combining various measures. Our method significantly improves Rank@1 accuracy and Mean Average Precision (mAP) when evaluated on person re-identification datasets. Combined with the BoT Baseline on challenging datasets, we achieve impressive results, with a 7.9% improvement in Rank@1 and a 12.1% improvement in mAP on the MSMT17 dataset. On the Occluded-DukeMTMC dataset, our method increases Rank@1 by 22.0% and mAP by 18.4%. Code is available: https://github.com/chequanghuy/Enhancing-Person-Re-Identification-via-UFFM-and-AMC
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Person Re-Identification | MSMT17 | Rank-1 | 83.8 | CLIP-ReID Baseline + UFFM +AMC |
| Person Re-Identification | MSMT17 | mAP | 67.6 | CLIP-ReID Baseline + UFFM +AMC |
| Person Re-Identification | MSMT17 | Rank-1 | 82 | BoT+UFFM+AMC |
| Person Re-Identification | MSMT17 | mAP | 62.3 | BoT+UFFM+AMC |
| Person Re-Identification | Market-1501 | Rank-1 | 97 | SOLIDER +UFFM+AMC |
| Person Re-Identification | Market-1501 | mAP | 94.9 | SOLIDER +UFFM+AMC |
| Person Re-Identification | Market-1501 | Rank-1 | 96.2 | BoT+UFFM+AMC |
| Person Re-Identification | Market-1501 | mAP | 91 | BoT+UFFM+AMC |
| Person Re-Identification | Market-1501 | Rank-1 | 96.1 | CLIP-ReID Baseline +UFFM+AMC |
| Person Re-Identification | Market-1501 | mAP | 92 | CLIP-ReID Baseline +UFFM+AMC |
| Person Re-Identification | Occluded-DukeMTMC | mAP | 61.9 | CLIPReID-Baseline+UFFM+AMC |
| Person Re-Identification | Occluded-DukeMTMC | mAP | 61 | BoT+UFFM+AMC |
| Person Re-Identification | DukeMTMC-reID | Rank-1 | 91.3 | CLIP-ReID Baseline+UFFM+AMC |
| Person Re-Identification | DukeMTMC-reID | mAP | 85 | CLIP-ReID Baseline+UFFM+AMC |