paper-with-me

Papers

Are Binary Annotations Sufficient? Video Moment Retrieval via Hierarchical Uncertainty-Based Active Learning

2023-01-01 · CVPR 2023 1 · Wei Ji, Renjie Liang, Zhedong Zheng, Wenqiao Zhang, Shengyu Zhang, Juncheng Li, Mengze Li, Tat-Seng Chua

Recent research on video moment retrieval has mostly focused on enhancing the performance of accuracy, efficiency, and robustness, all of which largely rely on the abundance of high-quality annotations. While the precise frame-level annotations are time-consuming and cost-expensive, few attentions have been paid to the labeling process. In this work, we explore a new interactive manner to stimulate the process of human-in-the-loop annotation in video moment retrieval task. The key challenge is to select "ambiguous" frames and videos for binary annotations to facilitate the network training. To be specific, we propose a new hierarchical uncertainty-based modeling that explicitly considers modeling the uncertainty of each frame within the entire video sequence corresponding to the query description, and selecting the frame with the highest uncertainty. Only selected frame will be annotated by the human experts, which can largely reduce the workload. After obtaining a small number of labels provided by the expert, we show that it is sufficient to learn a competitive video moment retrieval model in such a harsh environment. Moreover, we treat the uncertainty score of frames in a video as a whole, and estimate the difficulty of each video, which can further relieve the burden of video selection. In general, our active learning strategy for video moment retrieval works not only at the frame level but also at the sequence level. Experiments on two public datasets validate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX

Code (1)

renjie-liang/hual 공식 구현 tf

Tasks

Active LearningMoment RetrievalRetrieval

Similar Papers 제목 키워드 기반

Regularized Two-Branch Proposal Networks for Weakly-Supervised Moment Retrieval in Videos

2020-08-19 · Zhu Zhang, Zhijie Lin, Zhou Zhao, Jieming Zhu 외

Video moment retrieval aims to localize the target moment in an video according to the given sentence. The weak-supervised setting only provides the video-level sentence annotations during training. Most existing weak-su…

Moment RetrievalRetrievalSentence

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

Video Moment Retrieval with Text Query Considering Many-to-Many Correspondence Using Potentially Relevant Pair

2021-06-25 · Sho Maeoki, Yusuke Mukuta, Tatsuya Harada

In this paper we undertake the task of text-based video moment retrieval from a corpus of videos. To train the model, text-moment paired datasets were used to learn the correct correspondences. In typical training method…

Moment RetrievalRetrievaltext annotation

Weakly-Supervised Video Moment Retrieval via Semantic Completion Network

2019-11-19 · Zhijie Lin, Zhou Zhao, Zhu Zhang, Qi. Wang 외

Video moment retrieval is to search the moment that is most relevant to the given natural language query. Existing methods are mostly trained in a fully-supervised setting, which requires the full annotations of temporal…

Moment RetrievalRetrievalSemantic SimilaritySemantic Textual Similarity

Hybrid-Learning Video Moment Retrieval across Multi-Domain Labels

2024-06-03 · Weitong Cai, Jiabo Huang, Shaogang Gong

Video moment retrieval (VMR) is to search for a visual temporal moment in an untrimmed raw video by a given text query description (sentence). Existing studies either start from collecting exhaustive frame-wise annotatio…

Moment RetrievalRetrievalSentenceText Matching+1