Pixel-wise Graph Attention Networks for Person Re-identification
Wenyu Zhang, Qing Ding, Jian Hu, Yi Ma, Mingzhe Lu

TL;DR
This paper introduces PGANet, a novel graph attention network that converts images into graphs for enhanced person re-identification, outperforming existing methods on multiple datasets.
Contribution
The paper proposes a fast graph generation algorithm and integrates GAT with CNN to improve image feature extraction for person re-identification.
Findings
PGANet achieves state-of-the-art performance on Market1501, DukeMTMC-reID, and Occluded-DukeMTMC datasets.
The new graph generation algorithm is one magnitude faster than KNN-based methods.
PGANet outperforms previous methods by 0.8%, 1.1%, and 11% in mAP scores on respective datasets.
Abstract
Graph convolutional networks (GCN) is widely used to handle irregular data since it updates node features by using the structure information of graph. With the help of iterated GCN, high-order information can be obtained to further enhance the representation of nodes. However, how to apply GCN to structured data (such as pictures) has not been deeply studied. In this paper, we explore the application of graph attention networks (GAT) in image feature extraction. First of all, we propose a novel graph generation algorithm to convert images into graphs through matrix transformation. It is one magnitude faster than the algorithm based on K Nearest Neighbors (KNN). Then, GAT is used on the generated graph to update the node features. Thus, a more robust representation is obtained. These two steps are combined into a module called pixel-wise graph attention module (PGA). Since the graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Automated Road and Building Extraction
MethodsAverage Pooling · Batch Normalization · 1x1 Convolution · Max Pooling · Residual Connection · Residual Block · Global Average Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Bottleneck Residual Block · Convolution
