paper-with-me

Papers

Query-Dependent Video Representation for Moment Retrieval and Highlight Detection

2023-03-24 · CVPR 2023 1 · WonJun Moon, Sangeek Hyun, Sanguk Park, Dongchan Park, Jae-Pil Heo

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.

📄 PDF Abstract BibTeX arXiv:2303.13874

Code (1)

wjun0830/qd-detr 공식 구현 pytorch

Tasks

Highlight DetectionMoment RetrievalNatural Language QueriesRetrievalVideo GroundingVideo Understanding

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

CONQUER: Contextual Query-aware Ranking for Video Corpus Moment Retrieval

2021-09-21 · Zhijian Hou, Chong-Wah Ngo, Wing Kwong Chan

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+4

Video Corpus Moment Retrieval with Contrastive Learning

2021-05-13 · Hao Zhang, Aixin Sun, Wei Jing, Guoshun Nan 외

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 Retrieval

The Devil is in the Spurious Correlation: Boosting Moment Retrieval via Temporal Dynamic Learning

2025-01-13 · Xinyang Zhou, Fanyue Wei, Lixin Duan, Wen Li

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 RetrievalRetrieval

A Flexible and Scalable Framework for Video Moment Search

2025-01-09 · Chongzhi Zhang, Xizhou Zhu, Aixin Sun

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-RankingRetrieval

Improving Video Corpus Moment Retrieval with Partial Relevance Enhancement

2024-02-21 · Danyang Hou, Liang Pang, HuaWei Shen, Xueqi Cheng

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