Adaptive Sparse Pairwise Loss for Object Re-Identification
Object re-identification (ReID) aims to find instances with the same identity as the given probe from a large gallery. Pairwise losses play an important role in training a strong ReID network. Existing pairwise losses densely exploit each instance as an anchor and sample its triplets in a mini-batch. This dense sampling mechanism inevitably introduces positive pairs that share few visual similarities, which can be harmful to the training. To address this problem, we propose a novel loss paradigm termed Sparse Pairwise (SP) loss that only leverages few appropriate pairs for each class in a mini-batch, and empirically demonstrate that it is sufficient for the ReID tasks. Based on the proposed loss framework, we propose an adaptive positive mining strategy that can dynamically adapt to diverse intra-class variations. Extensive experiments show that SP loss and its adaptive variant AdaSP loss outperform other pairwise losses, and achieve state-of-the-art performance across several ReID benchmarks. Code is available at https://github.com/Astaxanthin/AdaSP.
Code (1)
Tasks
ObjectSimilar Papers 제목 키워드 기반
Deep Ranking Model by Large Adaptive Margin Learning for Person Re-identification
Person re-identification aims to match images of the same person across disjoint camera views, which is a challenging problem in video surveillance. The major challenge of this task lies in how to preserve the similarity…
Person Re-IdentificationBeyond Triplet Loss: Person Re-identification with Fine-grained Difference-aware Pairwise Loss
Person Re-IDentification (ReID) aims at re-identifying persons from different viewpoints across multiple cameras. Capturing the fine-grained appearance differences is often the key to accurate person ReID, because many i…
Person Re-IdentificationTripletRevisiting AP Loss for Dense Object Detection: Adaptive Ranking Pair Selection
Average precision (AP) loss has recently shown promising performance on the dense object detection task. However,a deep understanding of how AP loss affects the detector from a pairwise ranking perspective has not yet be…
Dense Object Detectionobject-detectionObject DetectionHERA: Partial Label Learning by Combining Heterogeneous Loss with Sparse and Low-Rank Regularization
Partial Label Learning (PLL) aims to learn from the data where each training instance is associated with a set of candidate labels, among which only one is correct. Most existing methods deal with such problem by either …
Partial Label LearningPairwise Learning via Stagewise Training in Proximal Setting
The pairwise objective paradigms are an important and essential aspect of machine learning. Examples of machine learning approaches that use pairwise objective functions include differential network in face recognition, …
Face RecognitionMetric Learning