Skip to main content
QUICK REVIEW

[論文レビュー] Query-Dependent Video Representation for Moment Retrieval and Highlight Detection

WonJun Moon, Sangeek Hyun|arXiv (Cornell University)|Mar 24, 2023
Advanced Image and Video Retrieval Techniques被引用数 9
ひとこと要約

本論文は QD-DETR を提案する。テキストクエリの文脈をビデオ表現に注入するクエリ依存型 DETR で、モーメント検索とハイライト検出に用いられる。ネガティブペア学習と入力適応型顕性予測器を利用する。QVHighlights、TVSum、Charades-STA で最先端の結果を達成している。

ABSTRACT

Recently, video moment retrieval and highlight detection (MR/HD) are being spotlighted as the demand for video understanding is drastically increased. The key objective of MR/HD is to localize the moment and estimate clip-wise accordance level, i.e., saliency score, to the given text query. Although the recent transformer-based models brought some advances, we found that these methods do not fully exploit the information of a given query. For example, the relevance between text query and video contents is sometimes neglected when predicting the moment and its saliency. To tackle this issue, we introduce Query-Dependent DETR (QD-DETR), a detection transformer tailored for MR/HD. As we observe the insignificant role of a given query in transformer architectures, our encoding module starts with cross-attention layers to explicitly inject the context of text query into video representation. Then, to enhance the model's capability of exploiting the query information, we manipulate the video-query pairs to produce irrelevant pairs. Such negative (irrelevant) video-query pairs are trained to yield low saliency scores, which in turn, encourages the model to estimate precise accordance between query-video pairs. Lastly, we present an input-adaptive saliency predictor which adaptively defines the criterion of saliency scores for the given video-query pairs. Our extensive studies verify the importance of building the query-dependent representation for MR/HD. Specifically, QD-DETR outperforms state-of-the-art methods on QVHighlights, TVSum, and Charades-STA datasets. Codes are available at github.com/wjun0830/QD-DETR.

研究の動機と目的

  • MR/HD タスクにおいて真にクエリ駆動のビデオ表現が必要であることを動機づける。
  • テキストクエリを動画エンコードに集中的に統合する検出型トランスフォーマーベースのモデルを開発する。
  • ネガティブな動画-クエリペアを構築・活用して識別的学習を促す。
  • クエリ-動画ペアごとに顕性基準を調整する入力適応型顕性予測器を導入する。

提案手法

  • エンコーダ入力にクロスアテンションを挿入し、動画クリップとテキストクエリ特徴を融合する。
  • 関連性の低いペアの顕性を抑制するため、ネガティブな動画-クエリペアで訓練する。
  • クリップ顕性を計算するため、入力適応型予測子として顕性トークンを用いる。
  • 動的アンカーモーメントをクエリとして用いる DETR似のデコーダを実装し、時系列定位を行う。
  • MR を L1 損失と一般化 IoU 損失で最適化し、HD をマージンモデルランキングとランク認識型コントラスト損失で最適化する。
  • MR/HD 指標を共同・個別に MR/HD ベンチマークで評価する。
Figure 1 : Comparison of highlight-ness (saliency score) when relevant and non-relevant queries are given. We found that the existing work only uses queries to play an insignificant role, thereby may not be capable of detecting negative queries and video-query relevance; saliency scores for clips in
Figure 1 : Comparison of highlight-ness (saliency score) when relevant and non-relevant queries are given. We found that the existing work only uses queries to play an insignificant role, thereby may not be capable of detecting negative queries and video-query relevance; saliency scores for clips in

実験結果

リサーチクエスチョン

  • RQ1クエリ依存型のビデオ表現は、クエリ非依存のベースラインと比較してモーメント検索とハイライト検出を改善するか?
  • RQ2ネガティブ動画-クエリペア学習は顕性推定とモーメント定位にどのような影響を与えるか?
  • RQ3入力適応型顕性予測器は多様なクエリ間で顕性回帰にどのように影響するか?
  • RQ4提案された要素は標準的な MR/HD データセットで最先端の性能を達成するか?

主な発見

MethodSrcMRHD@0.5@0.7@0.5@0.75Avg.mAPHIT@1
BeautyThumbV---------
DVSEV---------
MCNV11.412.7224.948.2210.67----
CALV25.4911.5423.407.659.89----
XMLV41.8330.3544.6331.7332.1434.4955.25--
XML+V46.6933.4647.8934.6734.9035.3855.06--
Moment-DETRV52.89 ±2.333.02 ±1.754.82 ±1.729.40 ±1.730.73 ±1.435.69 ±0.555.60 ±1.6---
QD-DETR (Ours)V62.40 ${}_{\pm_{1.1}}$44.98 ${}_{\pm_{0.8}}$62.52 ${}_{\pm_{0.6}}$39.88 ${}_{\pm_{0.7}}$39.86 ${}_{\pm_{0.6}}$38.94 ${}_{\pm_{0.4}}$62.40 ${}_{\pm_{1.4}}$---
UMTV+A56.2341.1853.3837.0136.1238.1859.99--
QD-DETR (Ours)V+A63.06 ${}_{\pm_{1.0}}$45.10 ${}_{\pm_{0.7}}$63.04 ${}_{\pm_{0.9}}$40.10 ${}_{\pm_{1.0}}$40.19 ${}_{\pm_{0.6}}$39.04 ${}_{\pm_{0.3}}$62.87 ${}_{\pm_{0.6}}$--
  • QD-DETR は V 単独入力および V+A 入力で QVHighlights において最先端の手法を上回る。
  • QVHighlights では、V を用いた場合 MR mAP が 62.40、HIT@1 が 62.40、さまざまな指標で達成;V+A では MR mR が 63.06、HIT@1 が 62.87 の変種に到達。
  • TVSum および Charades-STA では、QD-DETR は baselines を大きく上回り、複数の特徴バックボーンで RS 指標を高く達成。
  • アブレーション研究は、クロスアテンシブエンコーディング、ネガティブペア学習、適応的顕性予測器が MR/HD の性能に実質的に寄与することを示し、深い自己注意のみよりも寄与が大きい。
Figure 2 : Overview of the proposed QD-DETR architecture. Given a video and text query, we first extract video and text features from the frozen backbones. These video and text features are forwarded into the cross-attention transformer (Sec. 3.1 ). This process ensures the consistent contribution o
Figure 2 : Overview of the proposed QD-DETR architecture. Given a video and text query, we first extract video and text features from the frozen backbones. These video and text features are forwarded into the cross-attention transformer (Sec. 3.1 ). This process ensures the consistent contribution o

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。