paper-with-me

Papers

Efficient CNN-LSTM based Image Captioning using Neural Network Compression

2020-12-17 · Harshit Rampal, Aman Mohanty

Modern Neural Networks are eminent in achieving state of the art performance on tasks under Computer Vision, Natural Language Processing and related verticals. However, they are notorious for their voracious memory and compute appetite which further obstructs their deployment on resource limited edge devices. In order to achieve edge deployment, researchers have developed pruning and quantization algorithms to compress such networks without compromising their efficacy. Such compression algorithms are broadly experimented on standalone CNN and RNN architectures while in this work, we present an unconventional end to end compression pipeline of a CNN-LSTM based Image Captioning model. The model is trained using VGG16 or ResNet50 as an encoder and an LSTM decoder on the flickr8k dataset. We then examine the effects of different compression architectures on the model and design a compression architecture that achieves a 73.1% reduction in model size, 71.3% reduction in inference time and a 7.7% increase in BLEU score as compared to its uncompressed counterpart.

📄 PDF Abstract BibTeX arXiv:2012.09708

Code (1)

amanmohanty/idl-nncompress 공식 구현 tf

Tasks

DecoderImage CaptioningNeural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Best Vision Technologies Submission to ActivityNet Challenge 2018-Task: Dense-Captioning Events in Videos

2018-06-25 · Yuan Liu, Moyini Yao

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 a…

Dense CaptioningOptical Flow EstimationSentenceVideo Captioning

Hierarchical LSTMs with Adaptive Attention for Visual Captioning

2018-12-26 · Jingkuan Song, Xiangpeng Li, Lianli Gao, Heng Tao Shen

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

Caption GenerationImage CaptioningLanguage ModelingLanguage Modelling+1

Exploring Visual Relationship for Image Captioning

2018-09-19 · ECCV 2018 9 · Ting Yao, Yingwei Pan, Yehao Li, Tao Mei

It is always well believed that modeling relationships between objects would be helpful for representing and eventually describing an image. Nevertheless, there has not been evidence in support of the idea on image descr…

DecoderImage CaptioningImage DescriptionSentence

Incorporating Copying Mechanism in Image Captioning for Learning Novel Objects

2017-08-17 · CVPR 2017 7 · Ting Yao, Yingwei Pan, Yehao Li, Tao Mei

Image captioning often requires a large set of training image-sentence pairs. In practice, however, acquiring sufficient training pairs is always expensive, making the recent captioning models limited in their ability to…

DecoderImage CaptioningObject RecognitionSentence

Attend More Times for Image Captioning

2018-12-08 · Jiajun Du, Yu Qin, Hongtao Lu, Yonghua Zhang

Most attention-based image captioning models attend to the image once per word. However, attending once per word is rigid and is easy to miss some information. Attending more times can adjust the attention position, find…

Image Captioning