paper-with-me

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 Nepali videos. The approach involves dataset collection, data preprocessing, model implementation, and evaluation. By enriching the MSVD dataset with Nepali captions via Google Translate, the study trains various CNN-RNN architectures. The research explores the effectiveness of CNNs (e.g., EfficientNetB0, ResNet101, VGG16) paired with different RNN decoders like LSTM, GRU, and BiLSTM. Evaluation involves BLEU and METEOR metrics, with the best model being EfficientNetB0 + BiLSTM with 1024 hidden dimensions, achieving a BLEU-4 score of 17 and METEOR score of 46. The article also outlines challenges and future directions for advancing Nepali video captioning, offering a crucial resource for further research in this area.

📄 PDF Abstract BibTeX arXiv:2311.02699

Code (0)

등록된 구현이 없습니다.

Tasks

Video Captioning

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…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar 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 Nepal…

DecoderVideo CaptioningVideo Description

Named Entity Recognition for Nepali Language

2019-08-16 · Oyesh Mann Singh, Ankur Padia, Anupam Joshi

Named Entity Recognition have been studied for different languages like English, German, Spanish and many others but no study have focused on Nepali language. In this paper we propose a neural based Nepali NER using late…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Towards Nepali-language LLMs: Efficient GPT training with a Nepali BPE tokenizer

2025-12-16 · Adarsha Shrestha, Basanta Pokharel, Binit Shrestha, Smriti Adhikari 외 arxiv

Nepali, a low-resource language spoken by over 32 million people, continues to face challenges in natural language processing (NLP) due to its complex grammar, agglutinative morphology, and limited availability of high-q…

Text Generation

Efforts Towards Developing a Tamang Nepali Machine Translation System

2020-12-01 · ICON 2020 12 · Binaya Kumar Chaudhary, Bal Krishna Bal, Rasil Baidar

The Tamang language is spoken mainly in Nepal, Sikkim, West Bengal, some parts of Assam, and the North East region of India. As per the 2011 census conducted by the Nepal Government, there are about 1.35 million Tamang s…

Machine TranslationNMTSentenceTranslation

Development of Pre-Trained Transformer-based Models for the Nepali Language

2024-11-24 · Prajwal Thapa, Jinu Nyachhyon, Mridul Sharma, Bal Krishna Bal

Transformer-based pre-trained language models have dominated the field of Natural Language Processing (NLP) for quite some time now. However, the Nepali language, spoken by approximately 32 million people worldwide, rema…

DecoderText Generation