paper-with-me

홈 › Papers

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

2021-05-12 · Xingyang Ni, Esa Rahtu

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.

📄 PDF Abstract BibTeX arXiv:2105.05639

Code (1)

nixingyang/FlipReID 공식 구현 tf

Tasks

Person Re-Identification

Similar Papers 제목 키워드 기반

Invisible-to-Visible: Privacy-Aware Human Segmentation using Airborne Ultrasound via Collaborative Learning Probabilistic U-Net

2022-05-11 · Risako Tanigawa, Yasunori Ishii, Kazuki Kozuka, Takayoshi Yamashita

Color images are easy to understand visually and can acquire a great deal of information, such as color and texture. They are highly and widely used in tasks such as segmentation. On the other hand, in indoor person segm…

Segmentation

Towards Instance-wise Personalized Federated Learning via Semi-Implicit Bayesian Prompt Tuning

2025-08-27 · Tiandi Ye, Wenyan Liu, Kai Yao, Lichun Li 외 arxiv

Federated learning (FL) is a privacy-preserving machine learning paradigm that enables collaborative model training across multiple distributed clients without disclosing their raw data. Personalized federated learning (…

Personalized Federated LearningVisual Prompt Tuning

Take More Positives: An Empirical Study of Contrastive Learing in Unsupervised Person Re-Identification

2021-01-12 · Xuanyu He, Wei zhang, Ran Song, Qian Zhang 외

Unsupervised person re-identification (re-ID) aims at closing the performance gap to supervised methods. These methods build reliable relationship between data points while learning representations. However, we empirical…

Contrastive LearningPerson Re-IdentificationUnsupervised Person Re-Identification

Machine Learning Models Disclosure from Trusted Research Environments (TRE), Challenges and Opportunities

2021-11-10 · Esma Mansouri-Benssassi, Simon Rogers, Jim Smith, Felix Ritchie 외

Artificial intelligence (AI) applications in healthcare and medicine have increased in recent years. To enable access to personal data, Trusted Research environments (TREs) provide safe and secure environments in which r…

BIG-bench Machine LearningDecision MakingPrivacy Preserving

Combining Data-driven Supervision with Human-in-the-loop Feedback for Entity Resolution

2021-11-20 · Wenpeng Yin, Shelby Heinecke, Jia Li, Nitish Shirish Keskar 외

The distribution gap between training datasets and data encountered in production is well acknowledged. Training datasets are often constructed over a fixed period of time and by carefully curating the data to be labeled…

Entity Resolution