paper-with-me

Papers

Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding

2023-11-15 · WonJun Moon, Sangeek Hyun, SuBeen Lee, Jae-Pil Heo

Temporal Grounding is to identify specific moments or highlights from a video corresponding to textual descriptions. Typical approaches in temporal grounding treat all video clips equally during the encoding process regardless of their semantic relevance with the text query. Therefore, we propose Correlation-Guided DEtection TRansformer (CG-DETR), exploring to provide clues for query-associated video clips within the cross-modal attention. First, we design an adaptive cross-attention with dummy tokens. Dummy tokens conditioned by text query take portions of the attention weights, preventing irrelevant video clips from being represented by the text query. Yet, not all words equally inherit the text query's correlation to video clips. Thus, we further guide the cross-attention map by inferring the fine-grained correlation between video clips and words. We enable this by learning a joint embedding space for high-level concepts, i.e., moment and sentence level, and inferring the clip-word correlation. Lastly, we exploit the moment-specific characteristics and combine them with the context of each video to form a moment-adaptive saliency detector. By exploiting the degrees of text engagement in each video clip, it precisely measures the highlightness of each clip. CG-DETR achieves state-of-the-art results on various benchmarks for temporal grounding. Codes are available at https://github.com/wjun0830/CGDETR.

📄 PDF Abstract BibTeX arXiv:2311.08835

Code (2)

wjun0830/cgdetr 공식 구현 pytorch
wjun0830/qd-detr pytorch

Tasks

Highlight DetectionMoment RetrievalNatural Language Moment RetrievalRepresentation LearningSentence

Similar Papers 제목 키워드 기반

Asymmetric Cross-Guided Attention Network for Actor and Action Video Segmentation From Natural Language Query

2019-10-01 · ICCV 2019 10 · Hao Wang, Cheng Deng, Junchi Yan, Dacheng Tao

Actor and action video segmentation from natural language query aims to selectively segment the actor and its action in a video based on an input textual description. Previous works mostly focus on learning simple correl…

Referring Expression SegmentationSegmentationVideo SegmentationVideo Semantic Segmentation

Bi-Calibration Networks for Weakly-Supervised Video Representation Learning

2022-06-21 · Fuchen Long, Ting Yao, Zhaofan Qiu, Xinmei Tian 외

The leverage of large volumes of web videos paired with the searched queries or surrounding texts (e.g., title) offers an economic and extensible alternative to supervised video representation learning. Nevertheless, mod…

Representation Learning

CLIP-It! Language-Guided Video Summarization

2021-07-01 · NeurIPS 2021 12 · Medhini Narasimhan, Anna Rohrbach, Trevor Darrell

A generic video summary is an abridged version of a video that conveys the whole story and features the most important scenes. Yet the importance of scenes in a video is often subjective, and users should have the option…

Query-focused SummarizationQuery focused video summarizationSupervised Video SummarizationVideo Summarization

Disentangle and denoise: Tackling context misalignment for video moment retrieval

2024-08-14 · Kaijing Ma, Han Fang, Xianghao Zang, Chao Ban 외

Video Moment Retrieval, which aims to locate in-context video moments according to a natural language query, is an essential task for cross-modal grounding. Existing methods focus on enhancing the cross-modal interaction…

DenoisingDisentanglementMoment RetrievalRetrieval+1

Hierarchical Local-Global Transformer for Temporal Sentence Grounding

2022-08-31 · Xiang Fang, Daizong Liu, Pan Zhou, Zichuan Xu 외

This paper studies the multimedia problem of temporal sentence grounding (TSG), which aims to accurately determine the specific video segment in an untrimmed video according to a given sentence query. Traditional TSG met…

SentenceTemporal Sentence Grounding