paper-with-me

Papers

Vid-Morp: Video Moment Retrieval Pretraining from Unlabeled Videos in the Wild

2024-12-01 · Peijun Bao, Chenqi Kong, Zihao Shao, Boon Poh Ng, Meng Hwa Er, Alex C. Kot

Given a natural language query, video moment retrieval aims to localize the described temporal moment in an untrimmed video. A major challenge of this task is its heavy dependence on labor-intensive annotations for training. Unlike existing works that directly train models on manually curated data, we propose a novel paradigm to reduce annotation costs: pretraining the model on unlabeled, real-world videos. To support this, we introduce Video Moment Retrieval Pretraining (Vid-Morp), a large-scale dataset collected with minimal human intervention, consisting of over 50K videos captured in the wild and 200K pseudo annotations. Direct pretraining on these imperfect pseudo annotations, however, presents significant challenges, including mismatched sentence-video pairs and imprecise temporal boundaries. To address these issues, we propose the ReCorrect algorithm, which comprises two main phases: semantics-guided refinement and memory-consensus correction. The semantics-guided refinement enhances the pseudo labels by leveraging semantic similarity with video frames to clean out unpaired data and make initial adjustments to temporal boundaries. In the following memory-consensus correction phase, a memory bank tracks the model predictions, progressively correcting the temporal boundaries based on consensus within the memory. Comprehensive experiments demonstrate ReCorrect's strong generalization abilities across multiple downstream settings. Zero-shot ReCorrect achieves over 75% and 80% of the best fully-supervised performance on two benchmarks, while unsupervised ReCorrect reaches about 85% on both. The code, dataset, and pretrained models are available at https://github.com/baopj/Vid-Morp.

📄 PDF Abstract BibTeX arXiv:2412.00811

Code (1)

baopj/vid-morp 공식 구현 pytorch

Tasks

Moment RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

The Surprising Effectiveness of Multimodal Large Language Models for Video Moment Retrieval

2024-06-26 · Boris Meinardus, Anil Batra, Anna Rohrbach, Marcus Rohrbach

Recent studies have shown promising results in utilizing multimodal large language models (MLLMs) for computer vision tasks such as object detection and semantic segmentation. However, many challenging video tasks remain…

Action LocalizationMoment RetrievalNatural Language Moment Retrievalobject-detection+4

Saliency-Guided DETR for Moment Retrieval and Highlight Detection

2024-10-02 · Aleksandr Gordeev, Vladimir Dokholyan, Irina Tolstykh, Maksim Kuprashevich

Existing approaches for video moment retrieval and highlight detection are not able to align text and video features efficiently, resulting in unsatisfying performance and limited production usage. To address this, we pr…

Highlight DetectionMoment RetrievalNatural Language Moment RetrievalNatural Language Queries+3

Not All Inputs Are Valid: Towards Open-Set Video Moment Retrieval Using Language

2026-05-28 · Xiang Fang, Wanlong Fang, Daizong Liu, Xiaoye Qu 외 arxiv

Video Moment Retrieval (VMR) targets to retrieve the specific moment corresponding to a sentence query from an untrimmed video. Although recent works have made remarkable progress in this task, they implicitly are rooted…

Activity DetectionMoment Retrieval

Multi-sentence Video Grounding for Long Video Generation

2024-07-18 · Wei Feng, Xin Wang, Hong Chen, Zeyang Zhang 외

Video generation has witnessed great success recently, but their application in generating long videos still remains challenging due to the difficulty in maintaining the temporal consistency of generated videos and the h…

Moment RetrievalRetrievalSentenceVideo Editing+2

Cross-modal Contrastive Learning with Asymmetric Co-attention Network for Video Moment Retrieval

2023-12-12 · Love Panta, Prashant Shrestha, Brabeem Sapkota, Amrita Bhattarai 외

Video moment retrieval is a challenging task requiring fine-grained interactions between video and text modalities. Recent work in image-text pretraining has demonstrated that most existing pretrained models suffer from …

Contrastive LearningMoment RetrievalRepresentation LearningRetrieval+1