2021

Rethinking Global Context in Crowd Counting

Sun, Guolei, Liu, Yun, Probst, Thomas et al.

Understand

This paper investigates the role of global context for crowd counting.

  • Specifically, a pure transformer is used to extract features with global information from overlapping image patches.
  • Inspired by classification, we add a context token to the input sequence, to facilitate information exchange with tokens corresponding to image patches throughout transformer layers.
  • Due to the fact that transformers do not explicitly model the tried-and-true channel-wise interactions, we propose a token-attention module (TAM) to recalibrate encoded features through channel-wise attention informed by the context token.

Reading the bibliography…