Large-scale Training Data Search for Object Re-identification
Yue Yao, Huan Lei, Tom Gedeon, Liang Zheng

TL;DR
This paper introduces a search and pruning method for constructing efficient training datasets from large pools for object re-identification, achieving comparable or better accuracy with significantly smaller datasets.
Contribution
The proposed SnP method effectively reduces training data size by 80% while maintaining or improving re-ID accuracy, outperforming existing sampling techniques.
Findings
Training sets 80% smaller than source pool with similar or higher accuracy
Outperforms random and greedy sampling methods under the same budget
Using only the first stage can yield even higher re-ID accuracy
Abstract
We consider a scenario where we have access to the target domain, but cannot afford on-the-fly training data annotation, and instead would like to construct an alternative training set from a large-scale data pool such that a competitive model can be obtained. We propose a search and pruning (SnP) solution to this training data search problem, tailored to object re-identification (re-ID), an application aiming to match the same object captured by different cameras. Specifically, the search stage identifies and merges clusters of source identities which exhibit similar distributions with the target domain. The second stage, subject to a budget, then selects identities and their images from the Stage I output, to control the size of the resulting training set for efficient training. The two steps provide us with training sets 80\% smaller than the source pool while achieving a similar or…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Machine Learning and Algorithms · Advanced Image and Video Retrieval Techniques
MethodsPruning
