paper-with-me

Papers

Image to Bengali Caption Generation Using Deep CNN and Bidirectional Gated Recurrent Unit

2020-12-22 · Al Momin Faruk, Hasan Al Faraby, Md. Muzahidul Azad, Md. Riduyan Fedous, Md. Kishor Morol

There is very little notable research on generating descriptions of the Bengali language. About 243 million people speak in Bengali, and it is the 7th most spoken language on the planet. The purpose of this research is to propose a CNN and Bidirectional GRU based architecture model that generates natural language captions in the Bengali language from an image. Bengali people can use this research to break the language barrier and better understand each other's perspectives. It will also help many blind people with their everyday lives. This paper used an encoder-decoder approach to generate captions. We used a pre-trained Deep convolutional neural network (DCNN) called InceptonV3image embedding model as the encoder for analysis, classification, and annotation of the dataset's images Bidirectional Gated Recurrent unit (BGRU) layer as the decoder to generate captions. Argmax and Beam search is used to produce the highest possible quality of the captions. A new dataset called BNATURE is used, which comprises 8000 images with five captions per image. It is used for training and testing the proposed model. We obtained BLEU-1, BLEU-2, BLEU-3, BLEU-4 and Meteor is 42.6, 27.95, 23, 66, 16.41, 28.7 respectively.

📄 PDF Abstract BibTeX arXiv:2012.12139

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationDecoderImage Captioning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Bornon: Bengali Image Captioning with Transformer-based Deep learning approach

2021-09-11 · Faisal Muhammad Shah, Mayeesha Humaira, Md Abidur Rahman Khan Jim, Amit Saha Ami 외

Image captioning using Encoder-Decoder based approach where CNN is used as the Encoder and sequence generator like RNN as Decoder has proven to be very effective. However, this method has a drawback that is sequence need…

DecoderDeep LearningImage Captioning

Bangla Image Caption Generation through CNN-Transformer based Encoder-Decoder Network

2021-10-24 · Md Aminul Haque Palash, MD Abdullah Al Nasim, Sourav Saha, Faria Afrin 외

Automatic Image Captioning is the never-ending effort of creating syntactically and validating the accuracy of textual descriptions of an image in natural language with context. The encoder-decoder structure used through…

Caption GenerationDecoderImage Captioning

Context Sensitive Lemmatization Using Two Successive Bidirectional Gated Recurrent Networks

2017-07-01 · ACL 2017 7 · Abhisek Chakrabarty, P, Onkar Arun it, Utpal Garain

We introduce a composite deep neural network architecture for supervised and language independent context sensitive lemmatization. The proposed method considers the task as to identify the correct edit tree representing …

AttributeLEMMALemmatizationVocal Bursts Valence Prediction

Image Captioning with Deep Bidirectional LSTMs

2016-04-04 · Cheng Wang, Haojin Yang, Christian Bartz, Christoph Meinel

This work presents an end-to-end trainable deep bidirectional LSTM (Long-Short Term Memory) model for image captioning. Our model builds on a deep convolutional neural network (CNN) and two separate LSTM networks. It is …

Caption GenerationData AugmentationImage Captioningobject-detection+4

Improved Bengali Image Captioning via deep convolutional neural network based encoder-decoder model

2021-02-14 · Mohammad Faiyaz Khan, S. M. Sadiq-Ur-Rahman Shifath, Md. Saiful Islam

Image Captioning is an arduous task of producing syntactically and semantically correct textual descriptions of an image in natural language with context related to the image. Existing notable pieces of research in Benga…

DecoderImage Captioning