paper-with-me

Papers

TR-DETR: Task-Reciprocal Transformer for Joint Moment Retrieval and Highlight Detection

2024-01-04 · Hao Sun, Mingyao Zhou, Wenjing Chen, Wei Xie

Video moment retrieval (MR) and highlight detection (HD) based on natural language queries are two highly related tasks, which aim to obtain relevant moments within videos and highlight scores of each video clip. Recently, several methods have been devoted to building DETR-based networks to solve both MR and HD jointly. These methods simply add two separate task heads after multi-modal feature extraction and feature interaction, achieving good performance. Nevertheless, these approaches underutilize the reciprocal relationship between two tasks. In this paper, we propose a task-reciprocal transformer based on DETR (TR-DETR) that focuses on exploring the inherent reciprocity between MR and HD. Specifically, a local-global multi-modal alignment module is first built to align features from diverse modalities into a shared latent space. Subsequently, a visual feature refinement is designed to eliminate query-irrelevant information from visual features for modal interaction. Finally, a task cooperation module is constructed to refine the retrieval pipeline and the highlight score prediction process by utilizing the reciprocity between MR and HD. Comprehensive experiments on QVHighlights, Charades-STA and TVSum datasets demonstrate that TR-DETR outperforms existing state-of-the-art methods. Codes are available at \url{https://github.com/mingyao1120/TR-DETR}.

📄 PDF Abstract BibTeX arXiv:2401.02309

Code (1)

mingyao1120/tr-detr 공식 구현 pytorch

Tasks

Highlight DetectionMoment RetrievalNatural Language QueriesRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Background-aware Moment Detection for Video Moment Retrieval

2023-06-05 · Minjoon Jung, Youwon Jang, SeongHo Choi, Joochan Kim 외

Video moment retrieval (VMR) identifies a specific moment in an untrimmed video for a given natural language query. This task is prone to suffer the weak alignment problem innate in video datasets. Due to the ambiguity, …

Moment RetrievalNatural Language Moment RetrievalRetrieval

MS-DETR: Natural Language Video Localization with Sampling Moment-Moment Interaction

2023-05-30 · Jing Wang, Aixin Sun, Hao Zhang, XiaoLi Li

Given a query, the task of Natural Language Video Localization (NLVL) is to localize a temporal moment in an untrimmed video that semantically matches the query. In this paper, we adopt a proposal-based solution that gen…

Decoder

MH-DETR: Video Moment and Highlight Detection with Cross-modal Transformer

2023-04-29 · Yifang Xu, Yunzhuo Sun, Yang Li, Yilei Shi 외

With the increasing demand for video understanding, video moment and highlight detection (MHD) has emerged as a critical research topic. MHD aims to localize all moments and predict clip-wise saliency scores simultaneous…

DecoderHighlight DetectionVideo Understanding

Sim-DETR: Unlock DETR for Temporal Sentence Grounding

2025-09-28 · Jiajin Tang, Zhengxuan Wei, Yuchen Zhu, Cheng Shi 외 arxiv

Temporal sentence grounding aims to identify exact moments in a video that correspond to a given textual query, typically addressed with detection transformer (DETR) solutions. However, we find that typical strategies de…

Temporal Sentence Grounding

MS-DETR: Towards Effective Video Moment Retrieval and Highlight Detection by Joint Motion-Semantic Learning

2025-07-16 · Hongxu Ma, Guanshuo Wang, Fufu Yu, Qiong Jia 외 arxiv

Video Moment Retrieval (MR) and Highlight Detection (HD) aim to pinpoint specific moments and assess clip-wise relevance based on the text query. While DETR-based joint frameworks have made significant strides, there rem…

Highlight DetectionMoment Retrieval