TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/FlipReID: Closing the Gap between Training and Inference i...

FlipReID: Closing the Gap between Training and Inference in Person Re-Identification

Xingyang Ni, Esa Rahtu

2021-05-12Person Re-Identification
PaperPDFCode(official)

Abstract

Since neural networks are data-hungry, incorporating data augmentation in training is a widely adopted technique that enlarges datasets and improves generalization. On the other hand, aggregating predictions of multiple augmented samples (i.e., test-time augmentation) could boost performance even further. In the context of person re-identification models, it is common practice to extract embeddings for both the original images and their horizontally flipped variants. The final representation is the mean of the aforementioned feature vectors. However, such scheme results in a gap between training and inference, i.e., the mean feature vectors calculated in inference are not part of the training pipeline. In this study, we devise the FlipReID structure with the flipping loss to address this issue. More specifically, models using the FlipReID structure are trained on the original images and the flipped images simultaneously, and incorporating the flipping loss minimizes the mean squared error between feature vectors of corresponding image pairs. Extensive experiments show that our method brings consistent improvements. In particular, we set a new record for MSMT17 which is the largest person re-identification dataset. The source code is available at https://github.com/nixingyang/FlipReID.

Results

TaskDatasetMetricValueModel
Person Re-IdentificationMSMT17Rank-187.5FlipReID (with re-ranking)
Person Re-IdentificationMSMT17mAP81.3FlipReID (with re-ranking)
Person Re-IdentificationMSMT17Rank-185.6FlipReID (without re-ranking)
Person Re-IdentificationMSMT17mAP68FlipReID (without re-ranking)
Person Re-IdentificationMarket-1501Rank-195.8FlipReID (with re-ranking)
Person Re-IdentificationMarket-1501mAP94.7FlipReID (with re-ranking)
Person Re-IdentificationMarket-1501Rank-195.5FlipReID (without re-ranking)
Person Re-IdentificationMarket-1501mAP89.6FlipReID (without re-ranking)
Person Re-IdentificationDukeMTMC-reIDRank-193FlipReID (with re-ranking)
Person Re-IdentificationDukeMTMC-reIDmAP90.7FlipReID (with re-ranking)
Person Re-IdentificationDukeMTMC-reIDRank-190.9FlipReID (without re-ranking)
Person Re-IdentificationDukeMTMC-reIDmAP81.5FlipReID (without re-ranking)

Related Papers

Weakly Supervised Visible-Infrared Person Re-Identification via Heterogeneous Expert Collaborative Consistency Learning2025-07-17WhoFi: Deep Person Re-Identification via Wi-Fi Channel Signal Encoding2025-07-17Try Harder: Hard Sample Generation and Learning for Clothes-Changing Person Re-ID2025-07-15Mind the Gap: Bridging Occlusion in Gait Recognition via Residual Gap Correction2025-07-15KeyRe-ID: Keypoint-Guided Person Re-Identification using Part-Aware Representation in Videos2025-07-10CORE-ReID V2: Advancing the Domain Adaptation for Object Re-Identification with Optimized Training and Ensemble Fusion2025-07-04Following the Clues: Experiments on Person Re-ID using Cross-Modal Intelligence2025-07-02DeSPITE: Exploring Contrastive Deep Skeleton-Pointcloud-IMU-Text Embeddings for Advanced Point Cloud Human Activity Understanding2025-06-16