Search In this Thesis
   Search In this Thesis  
العنوان
Improving VQA models using tree neural networks /
الناشر
Yahia Zakaria Abdelsamee ,
المؤلف
Yahia Zakaria Abdelsamee
تاريخ النشر
2017
عدد الصفحات
66 P. :
الفهرس
Only 14 pages are availabe for public view

from 84

from 84

Abstract

Visual Question Answering (VQA) is a multi-modal task that requires both visual and linguistic understanding and is considered by some researchers as a Turing test for computer vision. While most research focus on enhancing the multimodal pooling module, enhancing visual and linguistic features are also crucial. Long Short Term Memory Networks (LSTM) are a very common choice although they ignore an important property of natural language which is the hierarchal structure of text. Although tree networks address this property, they are much harder to implement and can be slower to train. We propose to include a tree network in the language module showing that some configurations that combine both Tree networks and regular LSTMs can achieve better results compared to the individual performance of each one of them. We also propose some variations to the tree cells that enhance the performance and achieve higher e ciency. We also present the implementation of a static graph structure and preprocessing step that exploits some tree properties to achieve full batching, good e ciency and simplicity. Our best model achieves 64.8% accuracy on VQA 1.0 test-standard which exceeds that of the baseline with 0.2%