paper-with-me

Papers

Attention Based Encoder Decoder Model for Video Captioning in Nepali (2023)

2023-12-12 · Kabita Parajuli, Shashidhar Ram Joshi

Video captioning in Nepali, a language written in the Devanagari script, presents a unique challenge due to the lack of existing academic work in this domain. This work develops a novel encoder-decoder paradigm for Nepali video captioning to tackle this difficulty. LSTM and GRU sequence-to-sequence models are used in the model to produce related textual descriptions based on features retrieved from video frames using CNNs. Using Google Translate and manual post-editing, a Nepali video captioning dataset is generated from the Microsoft Research Video Description Corpus (MSVD) dataset created using Google Translate, and manual post-editing work. The efficiency of the model for Devanagari-scripted video captioning is demonstrated by BLEU, METOR, and ROUGE measures, which are used to assess its performance.

📄 PDF Abstract BibTeX arXiv:2312.07418

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderVideo CaptioningVideo Description

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Nepali Video Captioning using CNN-RNN Architecture

2023-11-05 · Bipesh Subedi, Saugat Singh, Bal Krishna Bal

This article presents a study on Nepali video captioning using deep neural networks. Through the integration of pre-trained CNNs and RNNs, the research focuses on generating precise and contextually relevant captions for…

Video Captioning

Guidance Module Network for Video Captioning

2020-12-20 · Xiao Zhang, Chunsheng Liu, Faliang Chang

Video captioning has been a challenging and significant task that describes the content of a video clip in a single sentence. The model of video captioning is usually an encoder-decoder. We find that the normalization of…

DecoderSentenceVideo Captioning

Temporal Deformable Convolutional Encoder-Decoder Networks for Video Captioning

2019-05-03 · Jingwen Chen, Yingwei Pan, Yehao Li, Ting Yao 외

It is well believed that video captioning is a fundamental but challenging task in both computer vision and artificial intelligence fields. The prevalent approach is to map an input video to a variable-length output sent…

DecoderSentenceVideo Captioning

Interpretable Video Captioning via Trajectory Structured Localization

2018-06-01 · CVPR 2018 6 · Xian Wu, Guanbin Li, Qingxing Cao, Qingge Ji 외

Automatically describing open-domain videos with natural language are attracting increasing interest in the field of artificial intelligence. Most existing methods simply borrow ideas from image captioning and obtain a c…

DecoderImage CaptioningSentenceVideo Captioning+1

Hierarchical LSTM with Adjusted Temporal Attention for Video Captioning

2017-06-05 · Jingkuan Song, Zhao Guo, Lianli Gao, Wu Liu 외

Recent progress has been made in using attention based encoder-decoder framework for video captioning. However, most existing decoders apply the attention mechanism to every generated word including both visual words (e.…

Caption GenerationDecoderLanguage ModelingLanguage Modelling+1