paper-with-me

Papers

Person Re-identification with Deep Similarity-Guided Graph Neural Network

2018-07-26 · ECCV 2018 9 · Yantao Shen, Hongsheng Li, Shuai Yi, Dapeng Chen, Xiaogang Wang

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.

📄 PDF Abstract BibTeX arXiv:1807.09975

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkPerson Re-IdentificationRelation

Similar Papers 제목 키워드 기반

Query-guided End-to-End Person Search

2019-05-03 · CVPR 2019 6 · Bharti Munjal, Sikandar Amin, Federico Tombari, Fabio Galasso

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 Proposal

Source-Guided Similarity Preservation for Online Person Re-Identification

2024-02-23 · Hamza Rami, Jhony H. Giraldo, Nicolas Winckler, Stéphane Lathuilière

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 Adaptation

Pseudo-Pair based Self-Similarity Learning for Unsupervised Person Re-identification

2022-07-09 · Lin Wu, Deyin Liu, Wenying Zhang, Dapeng Chen 외

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

Graph-based Person Signature for Person Re-Identifications

2021-04-14 · Binh X. Nguyen, Binh D. Nguyen, Tuong Do, Erman Tjiputra 외

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

Unsupervised Person Re-identification via Multi-Label Prediction and Classification based on Graph-Structural Insight

2021-06-16 · Jongmin Yu, Hyeontaek Oh

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