Papers › QVHighlights: Detecting Moments and Highlights in Videos via Natural Language Queries

QVHighlights: Detecting Moments and Highlights in Videos via Natural Language Queries

20 Jul 2021arXiv:2107.09609archive 2025-07-28

Jie Lei, Tamara L. Berg, Mohit Bansal

Detecting customized moments and highlights from videos given natural language (NL) user queries is an important but under-studied topic. One of the challenges in pursuing this direction is the lack of annotated data. To address this issue, we present the Query-based Video Highlights (QVHIGHLIGHTS) dataset. It consists of over 10,000 YouTube videos, covering a wide range of topics, from everyday activities and travel in lifestyle vlog videos to social and political activities in news videos. Each video in the dataset is annotated with: (1) a human-written free-form NL query, (2) relevant moments in the video w.r.t. the query, and (3) five-point scale saliency scores for all query-relevant clips. This comprehensive annotation enables us to develop and evaluate systems that detect relevant moments as well as salient highlights for diverse, flexible user queries. We also present a strong baseline for this task, Moment-DETR, a transformer encoder-decoder model that views moment retrieval as a direct set prediction problem, taking extracted video and query representations as inputs and predicting moment coordinates and saliency scores end-to-end. While our model does not utilize any human prior, we show that it performs competitively when compared to well-engineered architectures. With weakly supervised pretraining using ASR captions, MomentDETR substantially outperforms previous methods. Lastly, we present several ablations and visualizations of Moment-DETR. Data and code is publicly available at https://github.com/jayleicn/moment_detr

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2107.09609")

Code

Syntology Ran 2 of 2 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jayleicn/moment_detr officialmentioned in papermentioned on GitHubpytorch report
houzhijian/cone mentioned on GitHubpytorch report
tencentarc/umt mentioned on GitHubpytorchNOASSERTION report
yeliudev/R2-Tuning mentioned on GitHubpytorchBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

2 samples harvested; 2 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran

Licence: 1 of the 2 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

MomentDETR jayleicn/moment_detr/moment_detr/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · ed43d511a292c720 · report
CONE houzhijian/cone/cone/model.py community (archive-listed) ran no licence file found · pointer only · ab831e4d334aed83 · report

Tasks

Highlight DetectionMoment RetrievalNatural Language QueriesRetrieval

Datasets

Introduced by this paper, per the archive.

QVHighlights

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Highlight Detection QVHighlights Moment-DETR w/ PT Hit@1 60.17 #18 of 21 Archive leaderboard report
Highlight Detection QVHighlights Moment-DETR w/ PT mAP 37.43 #18 of 21 Archive leaderboard report
Moment Retrieval Charades-STA Moment-DETR w/ PT (on 10K HowTo100M videos) R@1 IoU=0.5 55.65 #20 of 25 Archive leaderboard report
Moment Retrieval Charades-STA Moment-DETR w/ PT (on 10K HowTo100M videos) R@1 IoU=0.7 34.17 #20 of 25 Archive leaderboard report
Moment Retrieval Charades-STA Moment-DETR R@1 IoU=0.5 53.63 #21 of 25 Archive leaderboard report
Moment Retrieval Charades-STA Moment-DETR R@1 IoU=0.7 31.37 #21 of 25 Archive leaderboard report
Moment Retrieval QVHighlights Moment-DETR (w/ PT ASR Cpations) R@1 IoU=0.5 59.78 #26 of 32 Archive leaderboard report
Moment Retrieval QVHighlights Moment-DETR (w/ PT ASR Cpations) R@1 IoU=0.7 40.33 #26 of 32 Archive leaderboard report
Moment Retrieval QVHighlights Moment-DETR (w/ PT ASR Cpations) mAP 36.14 #26 of 32 Archive leaderboard report
Moment Retrieval QVHighlights Moment-DETR (w/ PT ASR Cpations) mAP@0.5 60.51 #26 of 32 Archive leaderboard report
Moment Retrieval QVHighlights Moment-DETR (w/ PT ASR Cpations) mAP@0.75 35.36 #26 of 32 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections