paper-with-me

홈 › Papers

Adaptive Sparse Pairwise Loss for Object Re-Identification

2023-03-31 · CVPR 2023 1 · Xiao Zhou, Yujie Zhong, Zhen Cheng, Fan Liang, Lin Ma

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.

📄 PDF Abstract BibTeX arXiv:2303.18247

Code (1)

astaxanthin/adasp 공식 구현 pytorch

Tasks

Object

Similar Papers 제목 키워드 기반

Deep Ranking Model by Large Adaptive Margin Learning for Person Re-identification

2017-07-03 · Jiayun Wang, Sanping Zhou, Jinjun Wang, Qiqi Hou

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-Identification

Beyond Triplet Loss: Person Re-identification with Fine-grained Difference-aware Pairwise Loss

2020-09-22 · Cheng Yan, Guansong Pang, Xiao Bai, Jun Zhou 외

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-IdentificationTriplet

Revisiting AP Loss for Dense Object Detection: Adaptive Ranking Pair Selection

2022-07-25 · CVPR 2022 1 · Dongli Xu, Jinhong Deng, Wen Li

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 Detection

HERA: Partial Label Learning by Combining Heterogeneous Loss with Sparse and Low-Rank Regularization

2019-06-03 · Gengyu Lyu, Songhe Feng, Yi Jin, Guojun Dai 외

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 Learning

Pairwise Learning via Stagewise Training in Proximal Setting

2022-08-08 · Hilal AlQuabeh, Aliakbar Abdurahimov

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