Negative Samples are at Large: Leveraging Hard-distance Elastic Loss for Re-identification
Hyungtae Lee, Sungmin Eum, Heesung Kwon

TL;DR
This paper introduces MoReID, a framework leveraging large sets of negative samples for re-identification, and proposes HE loss to effectively utilize these negatives, achieving state-of-the-art results.
Contribution
The paper presents MoReID, a novel framework inspired by MoCo, and introduces HE loss, enabling effective use of extensive negative samples for improved re-identification accuracy.
Findings
Achieved state-of-the-art accuracy on VeRi-776, Market-1501, and VeRi-Wild datasets.
Demonstrated the effectiveness of HE loss in leveraging large negative sample sets.
Showed that using only negative samples in the dictionary improves re-ID performance.
Abstract
We present a Momentum Re-identification (MoReID) framework that can leverage a very large number of negative samples in training for general re-identification task. The design of this framework is inspired by Momentum Contrast (MoCo), which uses a dictionary to store current and past batches to build a large set of encoded samples. As we find it less effective to use past positive samples which may be highly inconsistent to the encoded feature property formed with the current positive samples, MoReID is designed to use only a large number of negative samples stored in the dictionary. However, if we train the model using the widely used Triplet loss that uses only one sample to represent a set of positive/negative samples, it is hard to effectively leverage the enlarged set of negative samples acquired by the MoReID framework. To maximize the advantage of using the scaled-up negative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning
MethodsTriplet Loss
