最近、Batch DropBlockネットワーク(BDB)は、特徴の消去を介して、人物の画像表現と再識別タスクでの有効性を実証しました。ただし、BDBは機能をランダムに削除するため、最適な結果が得られない可能性があります。この論文では、最も識別力のある領域を適応的に消去できる人のre-IDのための新しい自己しきい値注意誘導適応DropBlockネットワーク(STADB)を提案します。具体的には、STADBは最初にチャネルごとのプーリングによってアテンションマップを取得し、アテンションマップをしきい値処理することによってドロップマスクを返します。次に、入力特徴と自己しきい値注意誘導ドロップマスクを乗算して、ドロップされた特徴マップを生成します。さらに、STADBは、空間的注意とチャネル注意を利用して、より優れた特徴マップを学習し、人物の再IDのために特徴ドロップモジュールを繰り返しトレーニングします。いくつかのベンチマークデータセットでの実験は、提案されたSTADBが個人の再IDに関する他の多くの関連する方法よりも優れていることを示しています。このペーパーのソースコードは、redhttps://github.com/wangxiao5791509/STADB_ReIDでリリースされています。
Recently, Batch DropBlock network (BDB) has demonstrated its effectiveness on person image representation and re-identification task via feature erasing. However, BDB drops the features randomly which may lead to sub-optimal results. In this paper, we propose a novel Self-Thresholding attention guided Adaptive DropBlock network (STADB) for person re-ID which can adaptively erase the most discriminative regions. Specifically, STADB first obtains an attention map by channel-wise pooling and returns a drop mask by thresholding the attention map. Then, the input features and self-thresholding attention guided drop mask are multiplied to generate the dropped feature maps. In addition, STADB utilizes the spatial and channel attention to learn a better feature map and iteratively trains the feature dropping module for person re-ID. Experiments on several benchmark datasets demonstrate that the proposed STADB outperforms many other related methods for person re-ID. The source code of this paper is released at: redhttps://github.com/wangxiao5791509/STADB_ReID.