paper-with-me

Papers

LD-DETR: Loop Decoder DEtection TRansformer for Video Moment Retrieval and Highlight Detection

2025-01-18 · Pengcheng Zhao, Zhixian He, Fuwei Zhang, Shujin Lin, Fan Zhou

Video Moment Retrieval and Highlight Detection aim to find corresponding content in the video based on a text query. Existing models usually first use contrastive learning methods to align video and text features, then fuse and extract multimodal information, and finally use a Transformer Decoder to decode multimodal information. However, existing methods face several issues: (1) Overlapping semantic information between different samples in the dataset hinders the model's multimodal aligning performance; (2) Existing models are not able to efficiently extract local features of the video; (3) The Transformer Decoder used by the existing model cannot adequately decode multimodal features. To address the above issues, we proposed the LD-DETR model for Video Moment Retrieval and Highlight Detection tasks. Specifically, we first distilled the similarity matrix into the identity matrix to mitigate the impact of overlapping semantic information. Then, we designed a method that enables convolutional layers to extract multimodal local features more efficiently. Finally, we fed the output of the Transformer Decoder back into itself to adequately decode multimodal information. We evaluated LD-DETR on four public benchmarks and conducted extensive experiments to demonstrate the superiority and effectiveness of our approach. Our model outperforms the State-Of-The-Art models on QVHighlight, Charades-STA and TACoS datasets. Our code is available at https://github.com/qingchen239/ld-detr.

📄 PDF Abstract BibTeX arXiv:2501.10787

Code (1)

qingchen239/ld-detr 공식 구현 pytorch

Tasks

Contrastive LearningDecoderHighlight DetectionMoment RetrievalNatural Language Moment RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
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…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

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

End-to-End Video Object Detection with Spatial-Temporal Transformers

2021-05-23 · Lu He, Qianyu Zhou, Xiangtai Li, Li Niu 외

Recently, DETR and Deformable DETR have been proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance as previous complex hand-crafted detectors. However, …

Objectobject-detectionObject DetectionOptical Flow Estimation+1

UP-DETR: Unsupervised Pre-training for Object Detection with Transformers

2020-11-18 · CVPR 2021 1 · Zhigang Dai, Bolun Cai, Yugeng Lin, Junying Chen

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-sc…

DecoderMulti-Task Learningobject-detectionObject Detection+2

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

TransVOD: End-to-End Video Object Detection with Spatial-Temporal Transformers

2022-01-13 · Qianyu Zhou, Xiangtai Li, Lu He, Yibo Yang 외

Detection Transformer (DETR) and Deformable DETR have been proposed to eliminate the need for many hand-designed components in object detection while demonstrating good performance as previous complex hand-crafted detect…

GPUObjectobject-detectionObject Detection+2