English

Self Attention Grid for Person Re-Identification

Computer Vision and Pattern Recognition 2018-09-25 v1

Abstract

In this paper, we present an attention mechanism scheme to improve person re-identification task. Inspired by biology, we propose Self Attention Grid (SAG) to discover the most informative parts from a high-resolution image using its internal representation. In particular, given an input image, the proposed model is fed with two copies of the same image and consists of two branches. The upper branch processes the high-resolution image and learns high dimensional feature representation while the lower branch processes the low-resolution image and learn a filtering attention grid. We apply a max filter operation to non-overlapping sub-regions on the high feature representation before element-wise multiplied with the output of the second branch. The feature maps of the second branch are subsequently weighted to reflect the importance of each patch of the grid using a softmax operation. Our attention module helps the network learn the most discriminative visual features of multiple image regions and is specifically optimized to attend feature representation at different levels. Extensive experiments on three large-scale datasets show that our self-attention mechanism significantly improves the baseline model and outperforms various state-of-art models by a large margin.

Keywords

Cite

@article{arxiv.1809.08556,
  title  = {Self Attention Grid for Person Re-Identification},
  author = {Jean-Paul Ainam and Ke Qin and Guisong Liu},
  journal= {arXiv preprint arXiv:1809.08556},
  year   = {2018}
}

Comments

10 pages, 4 figures, under review

R2 v1 2026-06-23T04:15:13.089Z