ビデオ視覚関係検出(VidVRD)は、近年、私たちのコミュニティから大きな注目を集めています。この論文では、最先端のビデオオブジェクトトラックレット検出パイプラインMEGAとdeepSORTを適用して、トラックレットの提案を生成します。次に、事前カット操作を行わずに、トラックレットベースの方法でVidVRDを実行します。具体的には、トラックレットベースのビジュアルトランスフォーマーを設計します。これには、トラックレットと学習可能な述語クエリの埋め込みとの間の機能の相互作用を実行し、最終的に関係を予測する時間認識デコーダーが含まれています。実験結果は、ACMマルチメディア2021のビデオリレーション理解(VRU)グランドチャレンジで他の方法を大幅に上回っている私たちの方法の優位性を強く示しています。コードはhttps://github.com/Dawn-LX/VidVRDでリリースされています。 -トラックレット。
Video Visual Relation Detection (VidVRD), has received significant attention of our community over recent years. In this paper, we apply the state-of-the-art video object tracklet detection pipeline MEGA and deepSORT to generate tracklet proposals. Then we perform VidVRD in a tracklet-based manner without any pre-cutting operations. Specifically, we design a tracklet-based visual Transformer. It contains a temporal-aware decoder which performs feature interactions between the tracklets and learnable predicate query embeddings, and finally predicts the relations. Experimental results strongly demonstrate the superiority of our method, which outperforms other methods by a large margin on the Video Relation Understanding (VRU) Grand Challenge in ACM Multimedia 2021. Codes are released at https://github.com/Dawn-LX/VidVRD-tracklets.