paper-with-me

Papers

Semi-Supervised Learning for Video Captioning

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ke Lin, Zhuoxin Gan, LiWei Wang

Deep neural networks have made great success on video captioning in supervised learning setting. However, annotating videos with descriptions is very expensive and time-consuming. If the video captioning algorithm can benefit from a large number of unlabeled videos, the cost of annotation can be reduced. In the proposed study, we make the first attempt to train the video captioning model on labeled data and unlabeled data jointly, in a semi-supervised learning manner. For labeled data, we train them with the traditional cross-entropy loss. For unlabeled data, we leverage a self-critical policy gradient method with the difference between the scores obtained by Monte-Carlo sampling and greedy decoding as the reward function, while the scores are the negative K-L divergence between output distributions of original video data and augmented video data. The final loss is the weighted sum of losses obtained by labeled data and unlabeled data. Experiments conducted on VATEX, MSR-VTT and MSVD dataset demonstrate that the introduction of unlabeled data can improve the performance of the video captioning model. The proposed semi-supervised learning algorithm also outperforms several state-of-the-art semi-supervised learning approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Video Captioning

Similar Papers 제목 키워드 기반

Describe Anything: Detailed Localized Image and Video Captioning

2025-04-22 · Long Lian, Yifan Ding, Yunhao Ge, Sifei Liu 외

Generating detailed and accurate descriptions for specific regions in images and videos remains a fundamental challenge for vision-language models. We introduce the Describe Anything Model (DAM), a model designed for det…

SentenceVideo Captioning

Cycle-Consistency Learning for Captioning and Grounding

2023-12-23 · Ning Wang, Jiajun Deng, Mingbo Jia

We present that visual grounding and image captioning, which perform as two mutually inverse processes, can be bridged together for collaborative training by careful designs. By consolidating this idea, we introduce CyCo…

Image CaptioningVisual Grounding

VoCap: Video Object Captioning and Segmentation from Any Prompt

2025-08-29 · Jasper Uijlings, Xingyi Zhou, Xiuye Gu, Arsha Nagrani 외 arxiv

Understanding objects in videos in terms of fine-grained localization masks and detailed semantic properties is a fundamental task in video understanding. In this paper, we propose VoCap, a flexible video model that cons…

Semi-Supervised Video Object SegmentationReferring Expression Segmentation

Semi-Supervised Image Captioning by Adversarially Propagating Labeled Data

2023-01-26 · Dong-Jin Kim, Tae-Hyun Oh, Jinsoo Choi, In So Kweon

We present a novel data-efficient semi-supervised framework to improve the generalization of image captioning models. Constructing a large-scale labeled image captioning dataset is an expensive task in terms of labor, ti…

Image CaptioningRelational CaptioningSentence

Pseudo-labeling with Keyword Refining for Few-Supervised Video Captioning

2024-11-06 · Ping Li, Tao Wang, Xinkui Zhao, Xianghua Xu 외

Video captioning generate a sentence that describes the video content. Existing methods always require a number of captions (\eg, 10 or 20) per video to train the model, which is quite costly. In this work, we explore th…

Video Captioning