近年、ディープラーニングモデルをビデオ人物の再識別(Re-ID)に適用する際の著しい進歩が見られます。ビデオパーソンRe-IDの重要な要素は、多くの複雑な状況で差別的で堅牢なビデオ機能表現を効果的に構築することです。部品ベースのアプローチは、空間的および時間的注意を使用して、代表的な局所特徴を抽出します。以前の方法ではパーツ間の相関関係は無視されましたが、異なるパーツの関係を活用するために、関連する地域の特徴間のコンテキストの相互作用を可能にする、ビデオ人物Re-IDの革新的な適応グラフ表現学習スキームを提案します。具体的には、ポーズアライメント接続と機能アフィニティ接続を利用して、グラフノード間の固有の関係をモデル化する、適応型の構造認識隣接グラフを構築します。隣接グラフでフィーチャー伝播を実行して、地域的なフィーチャーを繰り返し改良し、隣接ノードの情報を考慮して、パーツフィーチャーを表現します。コンパクトで識別的な表現を学習するために、新しいアイデンティティーを提案します。これにより、同じアイデンティティーの異なる時間解像度間の一貫性が強化されます。 4つのベンチマーク(iLIDS-VID、PRID2011、MARS、DukeMTMC-VideoReID)に対して広範な評価を行い、実験結果は、提案された方法の有効性を実証する競争力のあるパフォーマンスを実現します。コードはhttps://github.com/weleen/AGRL.pytorchで入手できます。
Recent years have witnessed the remarkable progress of applying deep learning models in video person re-identification (Re-ID). A key factor for video person Re-ID is to effectively construct discriminative and robust video feature representations for many complicated situations. Part-based approaches employ spatial and temporal attention to extract representative local features. While correlations between parts are ignored in the previous methods, to leverage the relations of different parts, we propose an innovative adaptive graph representation learning scheme for video person Re-ID, which enables the contextual interactions between relevant regional features. Specifically, we exploit the pose alignment connection and the feature affinity connection to construct an adaptive structure-aware adjacency graph, which models the intrinsic relations between graph nodes. We perform feature propagation on the adjacency graph to refine regional features iteratively, and the neighbor nodes' information is taken into account for part feature representation. To learn compact and discriminative representations, we further propose a novel temporal resolution-aware regularization, which enforces the consistency among different temporal resolutions for the same identities. We conduct extensive evaluations on four benchmarks, i.e. iLIDS-VID, PRID2011, MARS, and DukeMTMC-VideoReID, experimental results achieve the competitive performance which demonstrates the effectiveness of our proposed method. The code is available at https://github.com/weleen/AGRL.pytorch.