[Paper note] Gated Siamese Convolutional Neural Network Architecture for Human Re-Identification

来源:互联网 发布:阿里云服务器是干嘛的 编辑:程序博客网 时间:2024/05/29 08:36
  • Author: Rahul Rama Varior, NTU Singapore; Mrinal Haloi, Nanyang technological Universi; Gang Wang
  • Picutre of the model

2016_10_14_cebff7ce866e92a1c89e96dfc777d19

  • Current state-of-the-art on Market-1501.

Contribution

  1. Architecture of baseline siamese network for person re-id.
  2. Matching gate between convolutional blocks.

Matching gate (MG) structure

  • Feature summarization
    • Aggregates the local feature along a horizontal stripe.
    • Deal with problem of changed view point (view point change in re-id typically in the horizontal direction, same parts are very likely to be along the same horizontal region).
    • Equation and dimention:
      equation; equation
      where equation is the equation row of feature map. equation (maybe equation) and equation (maybe equation).
  • Feature similarity
    • Euclidean distance of equation and equation
      equation
      where equation
    • equation decides the variance of the Gaussian function, learnable, should set a higher initial value.
  • Filtering and boosting the features
    • Repeat equation c times horizontally to obtain equation.
    • Add filtered feature to original feature.
      equation
      equation
    • Perform L2 normalization across channels after this

Result

  • Dataset: Market-1501, CUHK-03, VIPeR.
  • Baseline S-CNN outperform most CNN approaches. With MG gaining further improvement.
  • Visualization of gate. Low gate activation means low similarity.
    2016_10_14_abc0a52873dfd63db5fbe8ad154b87c
2 0
原创粉丝点击