中文
相关论文

相关论文: NITS-VC System for VATEX Video Captioning Challeng…

200 篇论文

Video captioning is an advanced multi-modal task which aims to describe a video clip using a natural language sentence. The encoder-decoder framework is the most popular paradigm for this task in recent years. However, there exist some…

计算机视觉与模式识别 · 计算机科学 2021-02-15 Haoran Chen , Jianmin Li , Xiaolin Hu

Video captioning is a challenging task since it requires generating sentences describing various diverse and complex videos. Existing video captioning models lack adequate visual representation due to the neglect of the existence of gaps…

计算机视觉与模式识别 · 计算机科学 2021-10-14 Mingkang Tang , Zhanyu Wang , Zhenhua Liu , Fengyun Rao , Dian Li , Xiu Li

Learning visual feature representations for video analysis is a daunting task that requires a large amount of training samples and a proper generalization framework. Many of the current state of the art methods for video captioning and…

机器学习 · 计算机科学 2018-09-20 Oliver Nina , Washington Garcia , Scott Clouse , Alper Yilmaz

This report describes our solution for the VATEX Captioning Challenge 2020, which requires generating descriptions for the videos in both English and Chinese languages. We identified three crucial factors that improve the performance,…

计算机视觉与模式识别 · 计算机科学 2020-06-25 Xinxin Zhu , Longteng Guo , Peng Yao , Shichen Lu , Wei Liu , Jing Liu

In this work, we propose a division-and-summarization (DaS) framework for dense video captioning. After partitioning each untrimmed long video as multiple event proposals, where each event proposal consists of a set of short video segments,…

计算机视觉与模式识别 · 计算机科学 2025-06-26 Zhiwang Zhang , Dong Xu , Wanli Ouyang , Chuanqi Tan

Video captioning is the process of describing the content of a sequence of images capturing its semantic relationships and meanings. Dealing with this task with a single image is arduous, not to mention how difficult it is for a video (or…

计算机视觉与模式识别 · 计算机科学 2022-04-14 Daniela Moctezuma , Tania Ramírez-delReal , Guillermo Ruiz , Othón González-Chávez

Video captioning which automatically translates video clips into natural language sentences is a very important task in computer vision. By virtue of recent deep learning technologies, e.g., convolutional neural networks (CNNs) and…

计算机视觉与模式识别 · 计算机科学 2016-11-18 Junbo Wang , Wei Wang , Yan Huang , Liang Wang , Tieniu Tan

In this paper, we describe the system for generating textual descriptions of short video clips using recurrent neural networks (RNN), which we used while participating in the Large Scale Movie Description Challenge 2015 in ICCV 2015. Our…

计算机视觉与模式识别 · 计算机科学 2015-12-10 Rakshith Shetty , Jorma Laaksonen

Video captioning, i.e. the task of generating captions from video sequences creates a bridge between the Natural Language Processing and Computer Vision domains of computer science. The task of generating a semantically accurate description…

计算机视觉与模式识别 · 计算机科学 2023-10-17 Md. Mushfiqur Rahman , Thasin Abedin , Khondokar S. S. Prottoy , Ayana Moshruba , Fazlul Hasan Siddiqui

Multi-modal information is essential to describe what has happened in a video. In this work, we represent videos by various appearance, motion and audio information guided with video topic. By following multi-stage training strategy, our…

计算与语言 · 计算机科学 2019-10-15 Ziqi Zhang , Yaya Shi , Jiutong Wei , Chunfeng Yuan , Bing Li , Weiming Hu

Video captioning is the task of automatically generating a textual description of the actions in a video. Although previous work (e.g. sequence-to-sequence model) has shown promising results in abstracting a coarse description of a short…

计算机视觉与模式识别 · 计算机科学 2018-03-30 Xin Wang , Wenhu Chen , Jiawei Wu , Yuan-Fang Wang , William Yang Wang

Video-guided machine translation as one of multimodal neural machine translation tasks targeting on generating high-quality text translation by tangibly engaging both video and text. In this work, we presented our video-guided machine…

计算与语言 · 计算机科学 2020-06-24 Tosho Hirasawa , Zhishen Yang , Mamoru Komachi , Naoaki Okazaki

Video captioning is a popular task that challenges models to describe events in videos using natural language. In this work, we investigate the ability of various visual feature representations derived from state-of-the-art convolutional…

计算机视觉与模式识别 · 计算机科学 2021-01-18 Praveen S , Akhilesh Bharadwaj , Harsh Raj , Janhavi Dadhania , Ganesh Samarth C. A , Nikhil Pareek , S R M Prasanna

We present our submission to the Microsoft Video to Language Challenge of generating short captions describing videos in the challenge dataset. Our model is based on the encoder--decoder pipeline, popular in image and video captioning…

计算机视觉与模式识别 · 计算机科学 2016-08-18 Rakshith Shetty , Jorma Laaksonen

This note describes the details of our solution to the dense-captioning events in videos task of ActivityNet Challenge 2018. Specifically, we solve this problem with a two-stage way, i.e., first temporal event proposal and then sentence…

计算机视觉与模式识别 · 计算机科学 2018-06-26 Yuan Liu , Moyini Yao

Video captioning has been attracting broad research attention in multimedia community. However, most existing approaches either ignore temporal information among video frames or just employ local contextual temporal knowledge. In this work,…

多媒体 · 计算机科学 2016-06-16 Yi Bin , Yang Yang , Zi Huang , Fumin Shen , Xing Xu , Heng Tao Shen

This report describes our model for VATEX Captioning Challenge 2020. First, to gather information from multiple domains, we extract motion, appearance, semantic and audio features. Then we design a feature attention module to attend on…

计算机视觉与模式识别 · 计算机科学 2020-06-08 Ke Lin , Zhuoxin Gan , Liwei Wang

This work demonstrates the implementation and use of an encoder-decoder model to perform a many-to-many mapping of video data to text captions. The many-to-many mapping occurs via an input temporal sequence of video frames to an output…

计算机视觉与模式识别 · 计算机科学 2024-01-05 Sikiru Adewale , Tosin Ige , Bolanle Hafiz Matti

This technical report presents a brief description of our submission to the dense video captioning task of ActivityNet Challenge 2020. Our approach follows a two-stage pipeline: first, we extract a set of temporal event proposals; then we…

计算机视觉与模式识别 · 计算机科学 2020-08-13 Teng Wang , Huicheng Zheng , Mingjing Yu

Contemporary deep learning based video captioning follows encoder-decoder framework. In encoder, visual features are extracted with 2D/3D Convolutional Neural Networks (CNNs) and a transformed version of those features is passed to the…

计算机视觉与模式识别 · 计算机科学 2019-11-22 Nayyer Aafaq , Naveed Akhtar , Wei Liu , Ajmal Mian
‹ 上一页 1 2 3 10 下一页 ›