CVApr 14, 2021

Graph-based Person Signature for Person Re-Identifications

arXiv:2104.06770v253 citations
Originality Incremental advance
AI Analysis

It addresses the problem of matching persons across cameras for surveillance, but is incremental as it builds on existing attribute and part-based methods.

The paper tackles person re-identification by proposing a graph-based method to aggregate attributes and visual features, achieving competitive results on datasets like Market-1501 and DukeMTMC-ReID.

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 identity, body parts, and attributes benefit the person ReID problem. However, the correlations between attributes, body parts, and within each attribute are not fully utilized. In this paper, we propose a new method to effectively aggregate detailed person descriptions (attributes labels) and visual features (body parts and global features) into a graph, namely Graph-based Person Signature, and utilize Graph Convolutional Networks to learn the topological structure of the visual signature of a person. The graph is integrated into a multi-branch multi-task framework for person re-identification. The extensive experiments are conducted to demonstrate the effectiveness of our proposed approach on two large-scale datasets, including Market-1501 and DukeMTMC-ReID. Our approach achieves competitive results among the state of the art and outperforms other attribute-based or mask-guided methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes