paper-with-me

Papers

Weakly Supervised Temporal Sentence Grounding With Gaussian-Based Contrastive Proposal Learning

2022-01-01 · CVPR 2022 1 · Minghang Zheng, Yanjie Huang, Qingchao Chen, Yuxin Peng, Yang Liu

Temporal sentence grounding aims to detect the most salient moment corresponding to the natural language query from untrimmed videos. As labeling the temporal boundaries is labor-intensive and subjective, the weakly-supervised methods have recently received increasing attention. Most of the existing weakly-supervised methods generate the proposals by sliding windows, which are content-independent and of low quality. Moreover, they train their model to distinguish positive visual-language pairs from negative ones randomly collected from other videos, ignoring the highly confusing video segments within the same video. In this paper, we propose Contrastive Proposal Learning (CPL) to overcome the above limitations. Specifically, we use multiple learnable Gaussian functions to generate both positive and negative proposals within the same video that can characterize the multiple events in a long video. Then, we propose a controllable easy to hard negative proposal mining strategy to collect negative samples within the same video, which can ease the model optimization and enables CPL to distinguish highly confusing scenes. The experiments show that our method achieves state-of-the-art performance on Charades-STA and ActivityNet Captions datasets. The code and models are available at https://github.com/minghangz/cpl.

📄 PDF Abstract BibTeX

Code (1)

minghangz/cpl 공식 구현 pytorch

Tasks

Model OptimizationSentenceTemporal Sentence Grounding

Similar Papers 제목 키워드 기반

D3G: Exploring Gaussian Prior for Temporal Sentence Grounding with Glance Annotation

2023-08-08 · ICCV 2023 1 · Hanjun Li, Xiujun Shu, Sunan He, Ruizhi Qiao 외

Temporal sentence grounding (TSG) aims to locate a specific moment from an untrimmed video with a given natural language query. Recently, weakly supervised methods still have a large performance gap compared to fully sup…

Contrastive LearningSentenceTemporal Sentence Grounding

Gaussian Mixture Proposals with Pull-Push Learning Scheme to Capture Diverse Events for Weakly Supervised Temporal Video Grounding

2023-12-27 · Sunoh Kim, Jungchan Cho, Joonsang Yu, Youngjoon Yoo 외

In the weakly supervised temporal video grounding study, previous methods use predetermined single Gaussian proposals which lack the ability to express diverse events described by the sentence query. To enhance the expre…

SentenceTemporal Sentence GroundingvalidVideo Grounding

Look Closer to Ground Better: Weakly-Supervised Temporal Grounding of Sentence in Video

2020-01-25 · Zhenfang Chen, Lin Ma, Wenhan Luo, Peng Tang 외

In this paper, we study the problem of weakly-supervised temporal grounding of sentence in video. Specifically, given an untrimmed video and a query sentence, our goal is to localize a temporal segment in the video that …

Sentence

Fine-grained Semantic Alignment Network for Weakly Supervised Temporal Language Grounding

2022-10-21 · Findings (EMNLP) 2021 11 · Yuechen Wang, Wengang Zhou, Houqiang Li

Temporal language grounding (TLG) aims to localize a video segment in an untrimmed video based on a natural language description. To alleviate the expensive cost of manual annotations for temporal boundary labels, we are…

cross-modal alignmentSentence

Finding Optimal Video Moment without Training: Gaussian Boundary Optimization for Weakly Supervised Video Grounding

2026-02-03 · Sunoh Kim, Kimin Yun, Daeho Um arxiv

Weakly supervised temporal video grounding aims to localize query-relevant segments in untrimmed videos using only video-sentence pairs, without requiring ground-truth segment annotations that specify exact temporal boun…

Video Grounding