paper-with-me

Papers

Interpretable and Generalizable Person Re-Identification with Query-Adaptive Convolution and Temporal Lifting

2019-04-23 · ECCV 2020 8 · Shengcai Liao, Ling Shao

For person re-identification, existing deep networks often focus on representation learning. However, without transfer learning, the learned model is fixed as is, which is not adaptable for handling various unseen scenarios. In this paper, beyond representation learning, we consider how to formulate person image matching directly in deep feature maps. We treat image matching as finding local correspondences in feature maps, and construct query-adaptive convolution kernels on the fly to achieve local matching. In this way, the matching process and results are interpretable, and this explicit matching is more generalizable than representation features to unseen scenarios, such as unknown misalignments, pose or viewpoint changes. To facilitate end-to-end training of this architecture, we further build a class memory module to cache feature maps of the most recent samples of each class, so as to compute image matching losses for metric learning. Through direct cross-dataset evaluation, the proposed Query-Adaptive Convolution (QAConv) method gains large improvements over popular learning methods (about 10%+ mAP), and achieves comparable results to many transfer learning methods. Besides, a model-free temporal cooccurrence based score weighting method called TLift is proposed, which improves the performance to a further extent, achieving state-of-the-art results in cross-dataset person re-identification. Code is available at https://github.com/ShengcaiLiao/QAConv.

📄 PDF Abstract BibTeX arXiv:1904.10424

Code (1)

shengcailiao/QAConv 공식 구현 pytorch

Tasks

Domain GeneralizationGeneralizable Person Re-identificationMetric LearningPerson Re-IdentificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

TAL: Two-stream Adaptive Learning for Generalizable Person Re-identification

2021-11-29 · Yichao Yan, Junjie Li, Shengcai Liao, Jie Qin 외

Domain generalizable person re-identification aims to apply a trained model to unseen domains. Prior works either combine the data in all the training domains to capture domain-invariant features, or adopt a mixture of e…

Domain GeneralizationGeneralizable Person Re-identificationMixture-of-ExpertsPerson Re-Identification+1

Adaptive Domain-Specific Normalization for Generalizable Person Re-Identification

2021-05-07 · Jiawei Liu, Zhipeng Huang, Kecheng Zheng, Dong Liu 외

Although existing person re-identification (Re-ID) methods have shown impressive accuracy, most of them usually suffer from poor generalization on unseen target domain. Thus, generalizable person Re-ID has recently drawn…

Generalizable Person Re-identificationMeta-LearningPerson Re-Identification

Adaptive Querying with AI Persona Priors

2026-05-01 · Kaizheng Wang, Yuhang Wu, Assaf Zeevi arxiv

We study adaptive querying for learning user-dependent quantities of interest, such as responses to held-out items and psychometric indicators, within tight query budgets. Classical Bayesian design and computerized adapt…

Semi-Supervised Domain Generalizable Person Re-Identification

2021-08-11 · Lingxiao He, Wu Liu, Jian Liang, Kecheng Zheng 외

Existing person re-identification (re-id) methods are stuck when deployed to a new unseen scenario despite the success in cross-camera person matching. Recent efforts have been substantially devoted to domain adaptive pe…

Generalizable Person Re-identificationKnowledge DistillationPerson Re-IdentificationTransductive Learning

Adaptive Cross-Domain Learning for Generalizable Person Re-Identification

2022-10-23 · ECCV 2022 10 · Pengyi Zhang, Huanzhang Dou, Yunlong Yu, Xi Li

Domain Generalizable Person Re-Identification (DG-ReID) is a more practical ReID task that is trained from multiple source domains and tested on the unseen target domains. Most existing methods are challenged for dealing…

Generalizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain Adaptation