paper-with-me

Papers

Video Captioning Using Weak Annotation

2020-09-02 · Jingyi Hou, Yunde Jia, Xinxiao wu, Yayun Qi

Video captioning has shown impressive progress in recent years. One key reason of the performance improvements made by existing methods lie in massive paired video-sentence data, but collecting such strong annotation, i.e., high-quality sentences, is time-consuming and laborious. It is the fact that there now exist an amazing number of videos with weak annotation that only contains semantic concepts such as actions and objects. In this paper, we investigate using weak annotation instead of strong annotation to train a video captioning model. To this end, we propose a progressive visual reasoning method that progressively generates fine sentences from weak annotations by inferring more semantic concepts and their dependency relationships for video captioning. To model concept relationships, we use dependency trees that are spanned by exploiting external knowledge from large sentence corpora. Through traversing the dependency trees, the sentences are generated to train the captioning model. Accordingly, we develop an iterative refinement algorithm that refines sentences via spanning dependency trees and fine-tunes the captioning model using the refined sentences in an alternative training manner. Experimental results demonstrate that our method using weak annotation is very competitive to the state-of-the-art methods using strong annotation.

📄 PDF Abstract BibTeX arXiv:2009.01067

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceVideo CaptioningVisual Reasoning

Similar Papers 제목 키워드 기반

Weakly Supervised Dense Video Captioning

2017-04-05 · CVPR 2017 7 · Zhiqiang Shen, Jianguo Li, Zhou Su, Minjun Li 외

This paper focuses on a novel and challenging vision task, dense video captioning, which aims to automatically describe a video clip with multiple informative and diverse caption sentences. The proposed method is trained…

Dense Video CaptioningLanguage ModelingLanguage ModellingMulti-Label Learning+2

Weakly Supervised Dense Event Captioning in Videos

2018-12-10 · NeurIPS 2018 12 · Xuguang Duan, Wenbing Huang, Chuang Gan, Jingdong Wang 외

Dense event captioning aims to detect and describe all events of interest contained in a video. Despite the advanced development in this area, existing methods tackle this task by making use of dense temporal annotations…

Sentence

Implicit Location-Caption Alignment via Complementary Masking for Weakly-Supervised Dense Video Captioning

2024-12-17 · Shiping Ge, Qiang Chen, Zhiwei Jiang, Yafeng Yin 외

Weakly-Supervised Dense Video Captioning (WSDVC) aims to localize and describe all events of interest in a video without requiring annotations of event boundaries. This setting poses a great challenge in accurately locat…

Dense Video CaptioningDescriptiveVideo CaptioningVideo Description

SAIL: Similarity-Aware Guidance and Inter-Caption Augmentation-based Learning for Weakly-Supervised Dense Video Captioning

2026-03-05 · Ye-Chan Kim, SeungJu Cha, Si-Woo Kim, Minju Jeon 외 arxiv

Weakly-Supervised Dense Video Captioning aims to localize and describe events in videos trained only on caption annotations, without temporal boundaries. Prior work introduced an implicit supervision paradigm based on Ga…

Dense Video Captioning

Models See Hallucinations: Evaluating the Factuality in Video Captioning

2023-03-06 · Hui Liu, Xiaojun Wan

Video captioning aims to describe events in a video with natural language. In recent years, many works have focused on improving captioning models' performance. However, like other text generation tasks, it risks introdu…

Text GenerationVideo Captioning