paper-with-me

홈 › Papers

Video-based Visible-Infrared Person Re-Identification with Auxiliary Samples

2023-11-27 · Yunhao Du, Cheng Lei, Zhicheng Zhao, Yuan Dong, Fei Su

Visible-infrared person re-identification (VI-ReID) aims to match persons captured by visible and infrared cameras, allowing person retrieval and tracking in 24-hour surveillance systems. Previous methods focus on learning from cross-modality person images in different cameras. However, temporal information and single-camera samples tend to be neglected. To crack this nut, in this paper, we first contribute a large-scale VI-ReID dataset named BUPTCampus. Different from most existing VI-ReID datasets, it 1) collects tracklets instead of images to introduce rich temporal information, 2) contains pixel-aligned cross-modality sample pairs for better modality-invariant learning, 3) provides one auxiliary set to help enhance the optimization, in which each identity only appears in a single camera. Based on our constructed dataset, we present a two-stream framework as baseline and apply Generative Adversarial Network (GAN) to narrow the gap between the two modalities. To exploit the advantages introduced by the auxiliary set, we propose a curriculum learning based strategy to jointly learn from both primary and auxiliary sets. Moreover, we design a novel temporal k-reciprocal re-ranking method to refine the ranking list with fine-grained temporal correlation cues. Experimental results demonstrate the effectiveness of the proposed methods. We also reproduce 9 state-of-the-art image-based and video-based VI-ReID methods on BUPTCampus and our methods show substantial superiority to them. The codes and dataset are available at: https://github.com/dyhBUPT/BUPTCampus.

📄 PDF Abstract BibTeX arXiv:2311.15571

Code (1)

dyhbupt/buptcampus 공식 구현 pytorch

Tasks

Generative Adversarial NetworkPerson Re-IdentificationPerson RetrievalRe-Ranking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Modality Unifying Network for Visible-Infrared Person Re-Identification

2023-09-12 · ICCV 2023 1 · Hao Yu, Xu Cheng, Wei Peng, Weihao Liu 외

Visible-infrared person re-identification (VI-ReID) is a challenging task due to large cross-modality discrepancies and intra-class variations. Existing methods mainly focus on learning modality-shared representations by…

Person Re-Identification

On Exploring Pose Estimation as an Auxiliary Learning Task for Visible-Infrared Person Re-identification

2022-01-11 · Yunqi Miao, Nianchang Huang, Xiao Ma, Qiang Zhang 외

Visible-infrared person re-identification (VI-ReID) has been challenging due to the existence of large discrepancies between visible and infrared modalities. Most pioneering approaches reduce intra-class variations and i…

Auxiliary LearningKnowledge DistillationPerson Re-IdentificationPose Estimation

Learning Modal-Invariant and Temporal-Memory for Video-based Visible-Infrared Person Re-Identification

2022-08-04 · CVPR 2022 1 · Xinyu Lin, Jinxing Li, Zeyu Ma, Huafeng Li 외

Thanks for the cross-modal retrieval techniques, visible-infrared (RGB-IR) person re-identification (Re-ID) is achieved by projecting them into a common space, allowing person Re-ID in 24-hour surveillance systems. Howev…

Cross-Modal RetrievalPerson Re-IdentificationRetrievalvalid

Domain Adversarial Training for Infrared-colour Person Re-Identification

2020-03-09 · Nima Mohammadi Meshky, Sara Iodice, Krystian Mikolajczyk

Person re-identification (re-ID) is a very active area of research in computer vision, due to the role it plays in video surveillance. Currently, most methods only address the task of matching between colour images. Howe…

Person Re-Identification

Unified Batch All Triplet Loss for Visible-Infrared Person Re-identification

2021-03-08 · Wenkang Li, Ke Qi, Wenbin Chen, Yicong Zhou

Visible-Infrared cross-modality person re-identification (VI-ReID), whose aim is to match person images between visible and infrared modality, is a challenging cross-modality image retrieval task. Batch Hard Triplet loss…

AllCross-Modality Person Re-identificationImage RetrievalPerson Re-Identification+2