paper-with-me

Papers

Exploiting Auxiliary Caption for Video Grounding

2023-01-15 · Hongxiang Li, Meng Cao, Xuxin Cheng, Zhihong Zhu, Yaowei Li, Yuexian Zou

Video grounding aims to locate a moment of interest matching the given query sentence from an untrimmed video. Previous works ignore the {sparsity dilemma} in video annotations, which fails to provide the context information between potential events and query sentences in the dataset. In this paper, we contend that exploiting easily available captions which describe general actions, i.e., auxiliary captions defined in our paper, will significantly boost the performance. To this end, we propose an Auxiliary Caption Network (ACNet) for video grounding. Specifically, we first introduce dense video captioning to generate dense captions and then obtain auxiliary captions by Non-Auxiliary Caption Suppression (NACS). To capture the potential information in auxiliary captions, we propose Caption Guided Attention (CGA) project the semantic relations between auxiliary captions and query sentences into temporal space and fuse them into visual representations. Considering the gap between auxiliary captions and ground truth, we propose Asymmetric Cross-modal Contrastive Learning (ACCL) for constructing more negative pairs to maximize cross-modal mutual information. Extensive experiments on three public datasets (i.e., ActivityNet Captions, TACoS and ActivityNet-CG) demonstrate that our method significantly outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2301.05997

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDense Video CaptioningSentenceVideo CaptioningVideo Grounding

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Consensus Graph Representation Learning for Better Grounded Image Captioning

2021-12-02 · Wenqiao Zhang, Haochen Shi, Siliang Tang, Jun Xiao 외

The contemporary visual captioning models frequently hallucinate objects that are not actually in a scene, due to the visual misclassification or over-reliance on priors that resulting in the semantic inconsistency betwe…

Graph Representation LearningHallucinationImage CaptioningObject Hallucination+1

ChatVTG: Video Temporal Grounding via Chat with Video Dialogue Large Language Models

2024-10-01 · Mengxue Qu, Xiaodong Chen, Wu Liu, Alicia Li 외

Video Temporal Grounding (VTG) aims to ground specific segments within an untrimmed video corresponding to the given natural language query. Existing VTG methods largely depend on supervised learning and extensive annota…

Can Shuffling Video Benefit Temporal Bias Problem: A Novel Training Framework for Temporal Grounding

2022-07-29 · Jiachang Hao, Haifeng Sun, Pengfei Ren, Jingyu Wang 외

Temporal grounding aims to locate a target video moment that semantically corresponds to the given sentence query in an untrimmed video. However, recent works find that existing methods suffer a severe temporal bias prob…

Language-Based Temporal LocalizationSentence

Local-Global Video-Text Interactions for Temporal Grounding

2020-04-16 · CVPR 2020 6 · Jonghwan Mun, Minsu Cho, Bohyung Han

This paper addresses the problem of text-to-video temporal grounding, which aims to identify the time interval in a video semantically relevant to a text query. We tackle this problem using a novel regression-based model…

Set Prediction Guided by Semantic Concepts for Diverse Video Captioning

2023-12-25 · Yifan Lu, Ziqi Zhang, Chunfeng Yuan, Peng Li 외

Diverse video captioning aims to generate a set of sentences to describe the given video in various aspects. Mainstream methods are trained with independent pairs of a video and a caption from its ground-truth set withou…

Caption GenerationDiversityPredictionVideo Captioning