Person Re-identification with Deep Similarity-Guided Graph Neural Network
The person re-identification task requires to robustly estimate visual similarities between person images. However, existing person re-identification models mostly estimate the similarities of different image pairs of probe and gallery images independently while ignores the relationship information between different probe-gallery pairs. As a result, the similarity estimation of some hard samples might not be accurate. In this paper, we propose a novel deep learning framework, named Similarity-Guided Graph Neural Network (SGGNN) to overcome such limitations. Given a probe image and several gallery images, SGGNN creates a graph to represent the pairwise relationships between probe-gallery pairs (nodes) and utilizes such relationships to update the probe-gallery relation features in an end-to-end manner. Accurate similarity estimation can be achieved by using such updated probe-gallery relation features for prediction. The input features for nodes on the graph are the relation features of different probe-gallery image pairs. The probe-gallery relation feature updating is then performed by the messages passing in SGGNN, which takes other nodes' information into account for similarity estimation. Different from conventional GNN approaches, SGGNN learns the edge weights with rich labels of gallery instance pairs directly, which provides relation fusion more precise information. The effectiveness of our proposed method is validated on three public person re-identification datasets.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph Neural NetworkPerson Re-IdentificationRelationSimilar Papers 제목 키워드 기반
Query-guided End-to-End Person Search
Person search has recently gained attention as the novel task of finding a person, provided as a cropped sample, from a gallery of non-cropped images, whereby several other people are also visible. We believe that i. per…
Human DetectionPerson SearchRegion ProposalSource-Guided Similarity Preservation for Online Person Re-Identification
Online Unsupervised Domain Adaptation (OUDA) for person Re-Identification (Re-ID) is the task of continuously adapting a model trained on a well-annotated source domain dataset to a target domain observed as a data strea…
Domain AdaptationOnline unsupervised domain adaptationPerson Re-IdentificationUnsupervised Domain AdaptationPseudo-Pair based Self-Similarity Learning for Unsupervised Person Re-identification
Person re-identification (re-ID) is of great importance to video surveillance systems by estimating the similarity between a pair of cross-camera person shorts. Current methods for estimating such similarity require a la…
Person Re-IdentificationUnsupervised Person Re-IdentificationGraph-based Person Signature for Person Re-Identifications
The task of person re-identification (ReID) is to match images of the same person over multiple non-overlapping camera views. Due to the variations in visual factors, previous works have investigated how the person ident…
AttributeMulti-Task LearningPerson Re-IdentificationUnsupervised Person Re-identification via Multi-Label Prediction and Classification based on Graph-Structural Insight
This paper addresses unsupervised person re-identification (Re-ID) using multi-label prediction and classification based on graph-structural insight. Our method extracts features from person images and produces a graph t…
ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPerson Re-Identification+1