paper-with-me

Papers

UniMD: Towards Unifying Moment Retrieval and Temporal Action Detection

2024-04-07 · Yingsen Zeng, Yujie Zhong, Chengjian Feng, Lin Ma

Temporal Action Detection (TAD) focuses on detecting pre-defined actions, while Moment Retrieval (MR) aims to identify the events described by open-ended natural language within untrimmed videos. Despite that they focus on different events, we observe they have a significant connection. For instance, most descriptions in MR involve multiple actions from TAD. In this paper, we aim to investigate the potential synergy between TAD and MR. Firstly, we propose a unified architecture, termed Unified Moment Detection (UniMD), for both TAD and MR. It transforms the inputs of the two tasks, namely actions for TAD or events for MR, into a common embedding space, and utilizes two novel query-dependent decoders to generate a uniform output of classification score and temporal segments. Secondly, we explore the efficacy of two task fusion learning approaches, pre-training and co-training, in order to enhance the mutual benefits between TAD and MR. Extensive experiments demonstrate that the proposed task fusion learning scheme enables the two tasks to help each other and outperform the separately trained counterparts. Impressively, UniMD achieves state-of-the-art results on three paired datasets Ego4D, Charades-STA, and ActivityNet. Our code is available at https://github.com/yingsen1/UniMD.

📄 PDF Abstract BibTeX arXiv:2404.04933

Code (1)

yingsen1/unimd 공식 구현 pytorch

Tasks

Action DetectionMoment QueriesMoment RetrievalNatural Language Moment RetrievalNatural Language QueriesTemporal Action Localization

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

GenSpan: Generation-Calibrated Motion Span Priors for Multi-Verb Video Corpus Moment Retrieval

2026-03-23 · Yunzhuo Sun, Xinyue Liu, Yanyang Li, Nanding Wu 외 arxiv

Video Corpus Moment Retrieval (VCMR) aims to retrieve both the correct video and its temporal segment corresponding to a natural-language query, a task that is especially challenging for multi-verb queries where temporal…

Moment Retrieval

A Survey on Video Moment Localization

2023-06-13 · Meng Liu, Liqiang Nie, Yunxiao Wang, Meng Wang 외

Video moment localization, also known as video moment retrieval, aiming to search a target segment within a video described by a given natural language query. Beyond the task of temporal action localization whereby the t…

Action LocalizationMoment RetrievalRetrievalSurvey+1

When One Moment Isn't Enough: Multi-Moment Retrieval with Cross-Moment Interactions

2025-10-20 · Zhuo Cao, Heming Du, Bingqing Zhang, Xin Yu 외 arxiv

Existing Moment retrieval (MR) methods focus on Single-Moment Retrieval (SMR). However, one query can correspond to multiple relevant moments in real-world applications. This makes the existing datasets and methods insuf…

Moment Retrieval

Grounding-MD: Grounded Video-language Pre-training for Open-World Moment Detection

2025-04-20 · Weijun Zhuang, Qizhang Li, Xin Li, Ming Liu 외

Temporal Action Detection and Moment Retrieval constitute two pivotal tasks in video understanding, focusing on precisely localizing temporal segments corresponding to specific actions or events. Recent advancements intr…

Action DetectionDecoderMoment RetrievalNatural Language Queries+3

LLaVA-MR: Large Language-and-Vision Assistant for Video Moment Retrieval

2024-11-21 · Weiheng Lu, Jian Li, An Yu, Ming-Ching Chang 외

Multimodal Large Language Models (MLLMs) are widely used for visual perception, understanding, and reasoning. However, long video processing and precise moment retrieval remain challenging due to LLMs' limited context si…

Moment RetrievalNatural Language Moment RetrievalRetrieval