Query-Dependent Video Representation for Moment Retrieval and Highlight Detection
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.
Code (1)
Tasks
Highlight DetectionMoment RetrievalNatural Language QueriesRetrievalVideo GroundingVideo UnderstandingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
CONQUER: Contextual Query-aware Ranking for Video Corpus Moment Retrieval
This paper tackles a recently proposed Video Corpus Moment Retrieval task. This task is essential because advanced video retrieval applications should enable users to retrieve a precise moment from a large video corpus. …
Corpus Video Moment RetrievalMoment Retrievalorpus Video Moment RetrievalRepresentation Learning+4Video Corpus Moment Retrieval with Contrastive Learning
Given a collection of untrimmed and unsegmented videos, video corpus moment retrieval (VCMR) is to retrieve a temporal moment (i.e., a fraction of a video) that semantically corresponds to a given text query. As video an…
Contrastive LearningMoment RetrievalRetrievalVideo Corpus Moment RetrievalThe Devil is in the Spurious Correlation: Boosting Moment Retrieval via Temporal Dynamic Learning
Given a textual query along with a corresponding video, the objective of moment retrieval aims to localize the moments relevant to the query within the video. While commendable results have been demonstrated by existing …
Moment RetrievalRetrievalA Flexible and Scalable Framework for Video Moment Search
Video moment search, the process of finding relevant moments in a video corpus to match a user's query, is crucial for various applications. Existing solutions, however, often assume a single perfect matching moment, str…
Moment RetrievalRe-RankingRetrievalImproving Video Corpus Moment Retrieval with Partial Relevance Enhancement
Video Corpus Moment Retrieval (VCMR) is a new video retrieval task aimed at retrieving a relevant moment from a large corpus of untrimmed videos using a text query. The relevance between the video and query is partial, m…
Moment RetrievalRetrievalVideo Corpus Moment RetrievalVideo Retrieval