paper-with-me

Papers

Dense Regression Network for Video Grounding

2020-04-07 · CVPR 2020 6 · Runhao Zeng, Haoming Xu, Wenbing Huang, Peihao Chen, Mingkui Tan, Chuang Gan

We address the problem of video grounding from natural language queries. The key challenge in this task is that one training video might only contain a few annotated starting/ending frames that can be used as positive examples for model training. Most conventional approaches directly train a binary classifier using such imbalance data, thus achieving inferior results. The key idea of this paper is to use the distances between the frame within the ground truth and the starting (ending) frame as dense supervisions to improve the video grounding accuracy. Specifically, we design a novel dense regression network (DRN) to regress the distances from each frame to the starting (ending) frame of the video segment described by the query. We also propose a simple but effective IoU regression head module to explicitly consider the localization quality of the grounding results (i.e., the IoU between the predicted location and the ground truth). Experimental results show that our approach significantly outperforms state-of-the-arts on three datasets (i.e., Charades-STA, ActivityNet-Captions, and TACoS).

📄 PDF Abstract BibTeX arXiv:2004.03545

Code (1)

alvin-zeng/drn pytorch

Tasks

Natural Language Moment RetrievalNatural Language QueriesregressionVideo Grounding

Similar Papers 제목 키워드 기반

End-to-End Dense Video Grounding via Parallel Regression

2021-09-23 · Fengyuan Shi, Weilin Huang, LiMin Wang

Video grounding aims to localize the corresponding video moment in an untrimmed video given a language query. Existing methods often address this task in an indirect way, by casting it as a proposal-and-match or fusion-a…

regressionSentenceVideo Grounding

DEBUG: A Dense Bottom-Up Grounding Approach for Natural Language Video Localization

2019-11-01 · IJCNLP 2019 11 · Chujie Lu, Long Chen, Chilie Tan, Xiaolin Li 외

In this paper, we focus on natural language video localization: localizing (ie, grounding) a natural language description in a long and untrimmed video sequence. All currently published models for addressing this problem…

Position-aware Location Regression Network for Temporal Video Grounding

2022-04-12 · Sunoh Kim, Kimin Yun, Jin Young Choi

The key to successful grounding for video surveillance is to understand a semantic phrase corresponding to important actors and objects. Conventional methods ignore comprehensive contexts for the phrase or require heavy …

PositionregressionVideo Grounding

Finding "It": Weakly-Supervised Reference-Aware Visual Grounding in Instructional Videos

2018-06-01 · CVPR 2018 6 · De-An Huang, Shyamal Buch, Lucio Dery, Animesh Garg 외

Grounding textual phrases in visual content with standalone image-sentence pairs is a challenging task. When we consider grounding in instructional videos, this problem becomes profoundly more complex: the latent tempora…

Multiple Instance LearningSentenceVisual Grounding

ViGT: Proposal-free Video Grounding with Learnable Token in Transformer

2023-08-11 · Kun Li, Dan Guo, Meng Wang

The video grounding (VG) task aims to locate the queried action or event in an untrimmed video based on rich linguistic descriptions. Existing proposal-free methods are trapped in complex interaction between video and qu…

Feature CorrelationregressionVideo Grounding