English

Open-Ended Visual Question-Answering

Computation and Language 2016-10-11 v1 Computer Vision and Pattern Recognition Multimedia

Abstract

This thesis report studies methods to solve Visual Question-Answering (VQA) tasks with a Deep Learning framework. As a preliminary step, we explore Long Short-Term Memory (LSTM) networks used in Natural Language Processing (NLP) to tackle Question-Answering (text based). We then modify the previous model to accept an image as an input in addition to the question. For this purpose, we explore the VGG-16 and K-CNN convolutional neural networks to extract visual features from the image. These are merged with the word embedding or with a sentence embedding of the question to predict the answer. This work was successfully submitted to the Visual Question Answering Challenge 2016, where it achieved a 53,62% of accuracy in the test dataset. The developed software has followed the best programming practices and Python code style, providing a consistent baseline in Keras for different configurations.

Keywords

Cite

@article{arxiv.1610.02692,
  title  = {Open-Ended Visual Question-Answering},
  author = {Issey Masuda and Santiago Pascual de la Puente and Xavier Giro-i-Nieto},
  journal= {arXiv preprint arXiv:1610.02692},
  year   = {2016}
}

Comments

Bachelor thesis report graded with A with honours at ETSETB Telecom BCN school, Universitat Polit\`ecnica de Catalunya (UPC). June 2016. Source code and models are publicly available at http://imatge-upc.github.io/vqa-2016-cvprw/

R2 v1 2026-06-22T16:15:37.564Z