Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
MULTILINGUAL IMAGE QUESTION ANSWERING
Document Type and Number:
WIPO Patent Application WO/2016/187472
Kind Code:
A1
Abstract:
Embodiments of a multimodal question answering (mQA) system are presented to answer a question about the content of an image. In embodiments, the model comprises four components: a Long Short-Term Memory (LSTM) component to extract the question representation; a Convolutional Neural Network (CNN) component to extract the visual representation; an LSTM component for storing the linguistic context in an answer, and a fusing component to combine the information from the first three components and generate the answer. A Freestyle Multilingual Image Question Answering (FM-IQA) dataset was constructed to train and evaluate embodiments of the mQA model. The quality of the generated answers of the mQA model on this dataset is evaluated by human judges through a Turing Test.

Inventors:
GAO HAOYUAN (CN)
MAO JUNHUA (US)
ZHOU JIE (CN)
HUANG ZHIHENG (US)
WANG LEI (CN)
XU WEI (US)
Application Number:
PCT/US2016/033363
Publication Date:
November 24, 2016
Filing Date:
May 19, 2016
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
BAIDU USA LLC (US)
International Classes:
G01C21/36; G06E1/00; G06E3/00; G06F3/01; G06F17/00; G06F17/27; G06F17/30
Foreign References:
US8768925B22014-07-01
US8873813B22014-10-28
US20150186537A12015-07-02
US8150872B22012-04-03
US20080131001A12008-06-05
US8719015B22014-05-06
US20150325236A12015-11-12
US20110153312A12011-06-23
Other References:
CAO ET AL.: "Are You Talking to a Machine? Dataset and Methods for Multilingual Image Question Answering.", CORNELL UNIVERSITY LIBRARY, 2 November 2015 (2015-11-02), pages 1 - 10, XP055331570, Retrieved from the Internet [retrieved on 20160725]
See also references of EP 3298353A4
Attorney, Agent or Firm:
BAUGH, Bradley (2479 E. Bayshore Rd. Suite 21, Palo Alto California, US)
Download PDF:
Claims:
CLAIMS

1. A computer-implemented method that improves computer-user interaction by generating an answer to a question input related to an image input, the method comprising:

receiving a question input in a natural language form;

receiving an image input related to the question input; and

inputting the question input and the image input into a multimodal question answering (mQA) model to generate an answer comprising multiple words generated sequentially, the mQA model comprising:

a first component that encodes the question input into a dense vector representation;

a second component to extract a visual representation of the image input; a third component to extract representation of a current word in the answer and its linguistic context; and

a fourth component to generate a next word after the current word in the

answer using a fusion comprising the dense vector representation, the visual representation, and the representation of the current word.

2. The computer-implemented method of Claim 1 wherein the first component is a first long short term memory (LSTM) network comprising a first word embedding layer and a first LSTM layer.

3. The computer-implemented method of Claim 2 wherein the third component is a second LSTM network comprising a second word embedding layer and a second LSTM layer.

4. The computer-implemented method of Claim 3 wherein the first word-embedding layer shares a weight matrix with the second word-embedding layer.

5. The computer-implemented method of Claim 3 wherein the first LSTM layer does not share a weight matrix with the second LSTM layer.

6. The computer-implemented method of Claim 1 wherein the second component is a deep Convolutional Neural network (CNN).

7. The computer-implemented method of Claim 1 wherein the CNN is pre -trained and is fixed during question answering training.

8. The computer-implemented method of Claim 1 wherein the first, the third, and the fourth components are jointly trained together.

9. The computer-implemented method of Claim 3 wherein the fourth component is a fusing component comprising:

a fusing layer that fuses information from the first LSTM layer, the second LSTM layer, and the second component to generate a dense multimodal representation for the current word in the answer;

an intermediate layer that maps the dense multimodal representation in the fusing layer to a dense word representation; and

a softmax layer that predicts a probability distribution of the next word in the answer.

10. A computer-implemented method that improves computer-user interaction by generating an answer to a question input related to an image input, the method comprising: extracting a semantic meaning of a question input using a first long short term memory (LSTM) component comprising a first word-embedding layer and a first LSTM layer;

generating a representation of an image input related to the question input using a deep Convolutional Neural network (CNN) component; extracting a representation of a current word of the answer using a second LSTM component comprising a second word-embedding layer and a second LSTM layer; and

fusing the semantic meaning, the representation of the image input, and a representation of the current word of the answer to predict a next word of the answer.

11. The computer-implemented method of Claim 10 wherein the first word-embedding layer shares a weight matrix with the second word-embedding layer.

12. The computer-implemented method of Claim 10 wherein the first LSTM layer does not share a weight matrix with the second LSTM layer.

13. The computer-implemented method of Claim 10 wherein the deep CNN is pre-trained and is fixed during question answering training.

14. The computer-implemented method of Claim 11 wherein predicting the next word in the answer further comprises:

fusing information from the first LSTM layer, the second LSTM layer, and the CNN in a fusion layer to generate a dense multimodal representation for the current answer word;

mapping in an intermediate layer the dense multimodal representation to a dense word representation; and

predicting in a softmax layer a probability distribution of the next word in the answer.

15. The computer-implemented method of Claim 14 wherein the dense multimodal representation in the fusion layer is a non-linear activation function.

16. The computer-implemented method of Claim 15 wherein the non-linear activation function is a scaled hyperbolic tangent function.

17. The computer-implemented method of Claim IS wherein the first word-embedding layer, the second word-embedding layer, and the softmax layer share a weight matrix.

18. A non-transitory computer-readable medium or media comprising one or more sequences of instructions which, when executed by one or more processors, causes the steps to be performed comprising:

responsive to receiving from a user a question input, extracting a semantic meaning of the question input;

responsive to receiving an image input related to the question input, generating a representation of the image input;

starting with a start sign as a current word in an answer to the question input based upon the image input, generating a next answer word based on a fusion of the semantic meaning, the representation of the image input, and a semantic current answer word and adding it to the answer;

repeating the next answer word generating step until an end sign of the answer is generated; and responsive to obtaining an end sign, outputting the answer.

19. The non-transitory computer-readable medium or media of Claim 18 wherein

generating the next answer word comprises:

fusing information from the first LSTM layer, the second LSTM layer, and the CNN in a fusion layer for a dense multimodal representation for the current answer word;

mapping in an intermediate layer the dense multimodal representation to a dense word representation; and

predicting in a softmax layer a probability distribution of the next word in the answer.

20. The non-transitory computer-readable medium or media of Claim 19 wherein the softmax layer has a weight matrix to decode the dense word representation into a pseudo one-word representation.

Description:
MULTILINGUAL IMAGE QUESTION ANSWERING

CROSS- REFERENCE TO RELATED APPLICATION

[0001] This application claims the priority benefit under 35 USC § 119(e) to commonly assigned and co-pending U.S. Provisional Patent Application No. 62/164,984 (Docket No. 28888-1948P), filed on May 21, 2015, entitled "Dataset and Methods for Multilingual Image Question Answering" and listing Haoyuan Gao, Junhua Mao, Jie Zhou, Zhiheng Huang, Lei Wang, and Wei Xu as inventors. The aforementioned patent document is incorporated by reference herein in its entirety.

BACKGROUND

A. Technical Field

[0002] The present invention relates generally to improving the interfacing of human- computer interactions. More particularly, the present disclosure relates to systems and methods for improving the automation of question answering from image and question inputs.

B. Description of the Related Art

[0003] Question Answering (QA) is a computer science discipline within the fields of information retrieval and natural language processing (NLP), which is related to building a system that automatically answers questions posed by humans in a natural language setting. In information retrieval, an open domain question answering system aims to return an answer in response to the user's question. The system uses a combination of techniques from computational linguistics, information retrieval and knowledge representation for finding answers.

[0004] Many studies have been made on the task of image captioning. Most of them are built based on deep neural networks (e.g., deep Convolutional Neural Networks), Recurrent Neural Network (RNN) or Long Short-Term Memory (LSTM). The large-scale image datasets with sentence annotations play a crucial role in this progress. Despite the success of these methods, there are still many issues to be explored and resolved. In particular, the task of image captioning only requires generic sentence descriptions of an image. But in many cases, only a particular part or object of an image is of interest. The image captioning task lacks the interaction between the computer and the user, since the users cannot input their preference and interest.

[0005] Accordingly, what is needed are systems and methods that provide improved question answering given an image and an input question.

BRIEF DESCRIPTION OF THE DRAWINGS

[0006] References will be made to embodiments of the invention, examples of which may be illustrated in the accompanying figures. These figures are intended to be illustrative, not limiting. Although the invention is generally described in the context of these embodiments, it should be understood that it is not intended to limit the scope of the invention to these particular embodiments.

[0007] Figure 1A ("FIG. 1 A") depicts a block diagram for image question answering model according to embodiments of the present disclosure.

[0008] Figure IB depicts a sample answer to a visual question generated by an embodiment of a multimodal question answering (mQA) system according to embodiments of the present disclosure.

[0009] FIG. 2 depicts a component diagram for a multimodal question answering

(mQA) model according to embodiments of the present disclosure.

[0010] FIG. 3 depicts a multimodal question answering (mQA) model architecture according to embodiments of the present disclosure.

[0011] FIG. 4 depicts a component diagram for the first LSTM component and the second LSTM component according to embodiments of the present disclosure.

[0012] FIG. 5 depicts an exemplary flow diagram for image question answering according to embodiments of the present disclosure.

[0013] FIG. 6 depicts a method for generating the final answer using a fusion component of a mQA system according to embodiments of the present disclosure.

[0014] FIG. 7A depicts a method of training the Convolutional Neural Network component according to embodiments of the present disclosure.

[0015] FIG. 7B depicts a method of joint-training the first LSTM component, the second LSTM component, and the fusion component according to embodiments of the present disclosure.

[0016] FIG. 8 depicts an example generated answer based upon an input question and input image according to embodiments of the present disclosure.

[0017] FIG. 9 depicts a simplified block diagram of a computing system for the implementation of a multimodal question answering according to embodiments of the present disclosure. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS

[0018] In the following description, for purposes of explanation, specific details are set forth in order to provide an understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these details. Furthermore, one skilled in die art will recognize that embodiments of the present invention, described below, may be implemented in a variety of ways, such as a process, an apparatus, a system, a device, or a method on a tangible computer-readable medium.

[0019] Components, or modules, shown in diagrams are illustrative of exemplary embodiments of the invention and are meant to avoid obscuring the invention. It shall also be understood that throughout this discussion that components may be described as separate functional units, which may comprise sub-units, but those skilled in the art will recognize that various components, or portions thereof, may be divided into separate components or may be integrated together, including integrated within a single system or component. It should be noted that functions or operations discussed herein may be implemented as components. Components may be implemented in software, hardware, or a combination thereof.

[0020] Furthermore, connections between components or systems within the figures are not intended to be limited to direct connections. Rather, data between these components may be modified, re-formatted, or otherwise changed by intermediary components. Also, additional or fewer connections may be used. It shall also be noted that the terms "coupled," "connected," or "communicatively coupled" shall be understood to include direct connections, indirect connections through one or more intermediary devices, and wireless connections.

[0021] Reference in the specification to "one embodiment," "preferred embodiment,"

"an embodiment," or "embodiments" means that a particular feature, structure, characteristic, or function described in connection with the embodiment is included in at least one embodiment of the invention and may be in more than one embodiment. Also, the appearances of the above-noted phrases in various places in the specification are not necessarily all referring to the same embodiment or embodiments. Furthermore, the use of certain terms in various places in the specification is for illustration and should not be construed as limiting. Any headings used herein are for organizational purposes only and shall not be used to limit the scope of the description or the claims.

[0022] It shall be noted that these experiments and results are provided by way of illustration and were performed under specific conditions using a specific embodiment or embodiments; accordingly, neither these experiments nor their results shall be used to limit the scope of the disclosure of die current patent document. Furthermore, it shall be noted that: (1) certain steps may optionally be performed; (2) steps may not be limited to the specific order set forth herein; (3) certain steps may be performed in different orders; and (4) certain steps may be done concurrently.

A. Introduction

[0023] Recently, there is increasing interest in the field of multimodal learning for both natural language and vision. In particular, many studies have made rapid progress on the task of image captioning. Most of them are built based on deep neural networks, Recurrent Neural Network or Long Short-Term Memory. The large-scale image datasets with sentence annotations play a crucial role in this progress. Despite the success of these methods, there are still many issues to be addressed. In particular, the task of image captioning only requires generic sentence descriptions of an image. But in many cases, a particular part or object of an image is the subject of attention. Currently, the image captioning approaches lack the interaction between the computer and the user (as user preference and interest are not considered in these approaches).

[0024] The task of visual question answering with improved user-computer interfacing is a focus of embodiments disclosed herein. In this task, embodiments provide an answer to a freestyle question about the content of an image, which greatly enhances the interaction between the computer and the user as compared to prior approaches. Embodiments of a multimodal question answering (mQA) model were developed to address this task. Figure 1 A depicts a block diagram for image question answering model according to embodiments of the present disclosure. The mQA model 130 receives an image input 120 and a question input 110 related to the image input and generates an answer 140 comprising multiple words. Current approaches provide simple one- word answers. Providing multiple word answers, including full sentences, enhance both the computer-user interaction and utility but do so dramatically increases the complexity. In embodiments, the mQA model 130 receives the question input and an image input via the same or different input interface. Figure IB depicts a sample answer to a visual question generated by an embodiment of an mQA system according to embodiments of the present disclosure. Although the image, the question, and the answer are shown together in Figure IB, it is understood that they may be arranged differently; for example, the question, the answer, or both may be may be in a text format, an audio format, or a combination thereof.

[0025] In embodiments, an mQA model 130 comprises four components, as shown in

Figure 2. In embodiments, the first component 210 is a Long Short-Term Memory (LSTM) component that receives the question input 120 and encodes a natural language sentence of the question input into a dense vector representation. In embodiments, the second component 220 is a deep Convolutional Neural Network (CNN) component that receives the image input and extracts an image representation. In embodiments, the CNN may be pre-trained and fixed during the training. In embodiments, the third component 230 is a second LSTM component that encodes the information of a current word and previous words in the answer into dense representations. In embodiments, the fourth component 240 is a fusing component that fuses information from prior components to predict the next word in the answer. In embodiments, the fusing component 240 comprises a fusing layer 242, an intermediate layer 244, and a Softmax layer 246. In embodiments, the fusion layer 242 is communicatively coupled to the first three components to fuses information from these components to generate a dense multimodal representation that is used to help predict the next word in the answer. It shall be noted, however, that the mQA system may be differently configured, and the fusing layer may fuse information fewer or more components. For example, the first component may feed into the third component and the fusing layer may only the second and third component outputs. In embodiments, the intermediate layer 244 maps the dense multimodal representation in the fusing layer back to a dense word representation. In embodiments, the Softmax layer 246 predicts the probability distribution of the next word in the answer.

[0026] In embodiments, the first, third, and fourth components are jointly trained by maximizing the probability of the ground truth answers in the training set using a log-likelihood loss function. To lower the risk of overfitting, weight sharing of the word embedding layer between the LSTMs in the first and third components may be used. A transposed weight sharing scheme may also be adopted to allow weight sharing between the word embedding layer and the fully connected Softmax layer.

[0027] In embodiments, to train an mQA model, a large-scale Freestyle Multilingual

Image Question Answering dataset (FM-IQA, see details in Section D) was constructed based on the Microsoft Common Objects in Context (MS COCO) dataset. The current version of the dataset contains 158,392 images with 316,193 Chinese question-answer pairs and their corresponding English translations. To diversify the annotations, the annotators were allowed to raise any question related to the content of the image. Strategies proposed herein monitor the quality of the annotations. This dataset contains a wide range of artificial intelligence (AT) related questions, such as action recognition (e.g., 'Is the man trying to buy vegetables?"), object recognition (e.g., "What is there in yellow?"), positions and interactions among objects in the image (e.g. "Where is the kitty?") and reasoning based on common sense and visual content (e.g. "Why does the bus park here?").

[0028] Because of the variability of the freestyle question-answer pairs, it is hard to accurately evaluate using automatic metrics. A Visual Turing Test was conducted using human judges. Specifically, the question-answer pairs generated by an embodiment of the mQA system are mixed with the same set of question-answer pairs labeled by annotators. Human judges were involved to determine whether the answer was given by a model or a human. In addition, the judges were also asked to give a score of 0 (i.e. wrong), 1 (i.e. partially correct), or 2 (i.e. correct). The results show that the tested embodiment of an mQA system passed 64.7% of this test (treated as answers of a human) and the average score is 1.4S4. In the discussion section herein, an mQA system that includes or is combined with an m-RNN model can automatically ask a question about an image and answer that question.

B. Related Work

[0029] Recent work has made significant progress using deep neural network models in both the fields of computer vision and natural language. For computer vision, methods based on Convolutional Neural Network achieve the state-of-the-art performance in various tasks, such as object classification, detection and segmentation. For natural language, the Recurrent Neural Network (RNN) and the Long Short-Term Memory network (LSTM) are also widely used in machine translation and speech recognition.

[0030] Embodiments of an mQA system were inspired in part by the m-RNN model for the image captioning and image-sentence retrieval tasks. It adopts a deep CNN for vision and a RNN for language. Embodiments of the model may be extended to handle the input of question and image pairs, and generate answers. In the experiments, it was found that an mQA system can learn how to ask a good question about an image using the m-RNN model, and this question can be answered by an embodiment of an mQA system

[0031] There has been recent effort on the visual question answering task. However, most of them use a pre-defined and restricted set of questions. Some of these questions are generated from a template. In addition, the FM-IQA dataset is much larger than the dataset in those prior arts.

[0032] There are some concurrent and independent works on this topic: some propose a largescale dataset also based on MS COCO. They also provide some simple baseline methods on this dataset. Compared to their method, embodiments based upon the teachings disclosed herein for this task are better, and human judges were used to perform the at least some of the evaluations. The dataset also contains two different kinds of language, which can be useful for other tasks, such as machine translation. Because a different set of annotators and different requirements of the annotation are used, the proposed dataset and the aforementioned largescale dataset based on MS COCO can be complementary to each other, and lead to some interesting topics, such as dataset transferring for visual question answering.

[0033] Some other researches use a model containing a single LSTM and a CNN. They concatenate the question and the answer, which is a single word or preferable to be a single word, and then feed them to the LSTM. Different from them, embodiments of the current disclosure use two separate LSTMs for questions and answers respectively in consideration of the different properties (e.g. grammar) of questions and answers, while allow the sharing of the word-embeddings. For the dataset, some prior approaches adopted a dataset much smaller than the FM-IQA dataset. Some other prior approaches utilized the annotations in MS COCO and synthesize a dataset with four pre-defined types of questions (i.e. object, number, color, and location). They also synthesize the answer with a single word. These datasets can also be complementary to the FM-IQA dataset.

C. Embodiments of a Multimodal OA (mOA) System

[0034] An exemplary architecture of an mQA model is shown in Figures 2 and 3 according to embodiments of the present disclosure. In embodiments, the model comprises four components: (I) a first Long Short-Term Memory (LSTM) 210 for extracting semantic representation of a question, (II) a deep Convolutional Neural Network (CNN) 220 for extracting the image representation, (III) a second LSTM 230 to extract representation of the current word in the answer and its linguistic context, and (IV) a fusing component 240 that incorporates the information from the first three parts together and generates the next word in the answer. In some embodiments, these four components are jointly trained together. The details of the four model components are described in subsection 1 below. The effectiveness of the important components and strategies are analyzed in Section E, subsection 3. In Figure 3, the first LSTM component comprises unfilled blocks, the second LSTM component comprises vertical line filled blocks and the fusing component comprises dot-filled blocks.

[0035] FIG. 4 depicts an exemplary component diagram for the first LSTM component and the second LSTM component model according to embodiments of the present disclosure. The first LSTM component 210 comprises a first word embedded layer 212 and a first LSTM layer 214. The second LSTM component 230 comprises a second word embedded layer 232 and a second LSTM layer 234. In embodiments, the weight matrix in the word embedding layers of the two LSTMs (one for the question and one for the answer) are shared. In addition, in embodiments, the shared weight matrix in the word embedding layers is also shared with a weight matrix in the Softmax layer 246 in a transposed manner (also shown in Figure 3). In embodiments, the weight matrix in the second LSTM layer is not shared with the weight matrix in the first LSTM layer in the first component.

[0036] The adoption of two separate components (LSTMs) for questions and answers respectively while allow the sharing weight matrix between these two components (in the word embedding layers) provides a unique advantage compared to the prior arts. On one hand, taking consideration of the different properties (e.g. grammar) of questions and answers, using separate different LSTMs enables a more "authentic" answer which provides a more natural and engaging interface for a user to use the image-question-answer model. On the other hand, by sharing weight matrix between these two components, the overall answer generation process may be streamlined and simplified, which allows faster computation time without scarifying the "authentic" quality of the answer generated. Furthermore, a multiple words answer would enable the mQA model capable of answering more complex questions, including free-style questions. The answer can be complex sentences. Therefore, the utility of the mQA model is also greatly enhanced.

[0037] In embodiments, the inputs of to the model are a reference image 1 10 and a question 120 related to the image. In embodiments, the model is trained to generate an answer to the question. In embodiments, the words in the question and answer are represented by one- hot vectors (i.e., binary vectors with the length of the dictionary size N and have only one nonzero vector indicating its index in the word dictionary). A <BOA> (beginning of answer) sign and an <EOA> (end of answer) sign are added, as two spatial words in the word dictionary, at the beginning and the end of the training answers, respectively. They will be used for generating the answer to the question in the testing/use stage.

[0038] In the testing use stage, an image and a question about the image are input into the model. In embodiments, the answer generation process starts with the start sign <BOA> and uses the model to calculate the probability distribution of the next word. A beam search scheme may then be used to keep the best K candidates with the maximum probabilities according to the Softmax layer. The process is repeated until the model generates an end sign of the answer <EOA>. [0039] FIG. 5 depicts an exemplary flow diagram for image question answering according to embodiments of the present disclosure. In embodiments, the mQA model receives an image input in step 505 and extracts a visual representation out of the image input in step S10. The mQA model also receives a question input in a natural language sentence related to the image input in step SIS and encodes the natural language sentence into a dense vector representation in step 520. It shall be noted that the mQA model may receive the image input and question input in different order or concurrently instead of receiving the image input first. In step 525, the mQA model extracts a representation of a current word in the answer and its linguistic context. In step 530, a next word in the answer is generated using a fusion comprising the dense vector representation, the visual representation, and the representation of the current word. Steps 525 and 530 are repeated until an end of answer <EOA> is reached. Finally, the model outputs the final multi-word answer in step 540.

1. Embodiments of Components of an mQA Model a) Component (I)

[0040] In embodiments, the semantic meaning of the question is extracted by the first component 210 of the model. In embodiments, it contains a 512 dimensional word embedding layer 212 and an LSTM layer 214 with 400 memory cells. The function of the word embedding layer is to map a one-hot vector of the word into a dense semantic space. This dense word representation is feed into a LSTM layer.

[0041] In embodiments, the LSTM layer is a Recurrent Neural Network (RNN) designed for solving the gradient explosion or vanishing problem. The LSTM layer stores the context information in its memory cells and serves as the bridge among the words in a sequence (e.g., a question). In embodiments, to model the long-term dependency in the data more effectively, the LSTM layer adds three gate nodes to the traditional RNN structure: the input gate, the output gate, and the forget gate. The input gate and output gate regulate the read and write access to the LSTM memory cells. The forget gate resets the memory cells when their contents are out of date. Different from prior approaches, in embodiments, the image representation does not feed into the LSTM layer in this component because questions are just another input source for the model. This approach is reasonable because the questions are treated as another input source for the model, so images should not be added as the supervision for them. The information stored in the LSTM memory cells of the last word in the question (i.e., the question mark) will be treated as the representation of the sentence. b) Component (II)

[0042] In embodiments, the second component 220 is a deep Convolutional Neural

Network (CNN) that generates the representation of an image. In some embodiments, the GoogleNet is used. It is noted that other CNN models, such as AlexNet and VggNet, may also be used. In embodiments, the final SoftMax layer of the deep CNN is removed and the remaining top layer is connected to the embodiments of the models presented herein.

c) Component (III)

[0043] In embodiments, the third component is the second LSTM component 230, which contains a second word embedding layer 232 and a second LSTM layer 234. The structure of the third component is similar to the first component. The activation of the memory cells for the words in the answer, as well as the word embeddings, may be fed into the fusing component to generate the next words in the answer.

[0044] In some prior approaches, training question and answer are concatenated, and a single LSTM is used. Because of the different properties (i.e., grammar) of questions and answers, in embodiments herein, two separate LSTMs are used for questions and answers respectively. The LSTM layers for the question and the answer may be denoted as LSTM(Q) and LSTM(A), respectively, herein. In embodiments, the weight matrix in LSTM(Q) is not shared with the LSTM(A) in the first components. It is noted that the semantic meaning of single words should be the same for questions and answers so mat the parameters in the word- embedding layer for the first and third component may be shared.

d) Component (IV)

[0045] Finally, in embodiments, the fourth component 240 fuses the information from the first three layers. In embodiments, the fourth component 240 comprises a fusing layer 242, an intermediate layer 244, and a Softmax layer 246. FIG. 6 depicts a method for generating the final answer using a fusion component of the mQA system according to embodiments of the present disclosure.

[0046] In embodiments, the fusing layer 242 fuses the dense vector representation, the visual representation, and the representation of the current word for the activation of the fusing layer f(i) for the current word in the answer. Specifically, the activation of the fusing layer f( ) for the t th word (or the current processing answer word) in the answer can be calculated as follows:

[0047]

[0048] where "+" denotes element-wise addition, i¾ stands for the activation of the

LSTM(Q) memory cells of the last word in the question, I denotes the image representation, r A (t) and w(t) denotes the activation of the LSTM(A) memory cells and the word embedding of the t th word in the answer respectively. V rQ , V 1 , V rA , and V w are the weight matrices that are learned. g(. ) is an element-wise non-linear function.

[0049] In embodiments, after the fusing layer 242, the intermediate layer 246 maps the dense multimodal representation in the fusing layer back to the dense word representation in step 620. In embodiments, a fully connected Softmax layer 246 in step 630 predicts the probability distribution of the next word in the answer. This strategy allows the weight sharing between word embedding layer and the fully connected Softmax layer (see details in Subsection 2, below).

[0050] In embodiments, a sigmoid function is used as the activation function of the three gates and a ReLU is adopted as the non-linear function for the LSTM memory cells. In embodiments, the non-linear activation function for the word embedding layer, the fusing layer, and the intermediate layer is a scaled hyperbolic tangent function: (x) = 1.7159 - tanh(-x) .

[0051] At step 640, the next word predicted in step 630 is verified whether it is the end of answer (e.g., <EOA>). If it is not the end of the answer, the process goes returns to step 64S, in which the next word is added to the answer and set as the current word, to reiterate the process of fusion layer activation for the current word, the next answer word prediction and generation (steps 610-630). If it is the end of the answer, the component yes, the system outputs the final answer in step 6S0.

2. The Weight Sharing Strategy

[0052] As mentioned in Section B, the mQA system adopts different LSTMs for the question and the answer because of the different grammar properties of questions and answers. However, the meaning of single words in both questions and answers should be the same. Therefore, the weight matrix between the word-embedding layers of the first component and the third component may be shared.

[0053] In addition, this weight matrix for the word-embedding layers may be shared with the weight matrix in the fully connected Softmax layer in a transposed manner, as shown in Figures 2 and 3. Intuitively, the function of the weight matrix in the word-embedding layer is to encode the one-hot word representation into a dense word representation. The function of the weight matrix in the Softmax layer is to decode the dense word representation into a pseudo one-word representation, which is the inverse operation of the word embedding. This strategy reduces nearly half of the parameters in the model and provides better performance in image captioning and novel visual concept learning tasks.

3. Training Details

[0054] In embodiments, the CNN may be pre-trained. For example, the CNN may be pre-trained as shown block 710 in Figure 7A on the ImageNet classification task. This component may also be fixed during the QA training. A log-likelihood loss defined on the word sequence of the answer is adopted. Minimizing this loss function is equivalent to maximizing the probability of the model to generate the ground truth answers in the training set. In embodiments, the first, third and the fourth components are jointly trained as shown block 720 in Figure 7B using stochastic gradient decent method. In embodiments, the initial learning rate is 1 and is decreased by a factor of 10 for every epoch of the data. In embodiments, the training is stopped when the loss on the validation set does not decrease (or does not decrease by a threshold amount) within three epochs. In embodiments, the hyperparameters of the model are selected by cross-validation. It shall be noted mat these training examples are provided by way of illustration and were performed under specific conditions using a specific embodiment or embodiments; accordingly, they shall not be used to limit the scope of the disclosure of the current patent document.

[0055] For the Chinese question answering task, the sentences are segmented into several word phrases. These phrases can be treated equivalently to the English words.

D. The Freestyle Multilingual Image Question Answering (FM-IQA) Dataset

[0056] Some embodiments were trained and evaluated on a large-scale multilingual visual question answering dataset. In Subsection 1 (below), a process of collecting data is described, and a method to monitor the quality of annotations is also described. Some statistics and examples of the dataset are given below in Subsection 2.

1. The Data Collection

[0057] The initial image set started with the 158,392 images from the newly released

MS COCO training, validation, and testing set. The annotations were collected using Baidu's online crowdsourcing server. To make the labeled question-answer pairs diversified, the annotators were free to give any type of questions, as long as these questions were related to the content of the image. The question should be answered by the visual content and commonsense (e.g., it is not expected to get questions such as "What is the name of the person in the image?")- The annotators needed to give an answer to the question themselves.

[0058] On the one hand, the freedom given to the annotators was beneficial in order to get a freestyle, interesting, and diversified set of questions. On the other hand, it made it harder to control the quality of the annotation compared to a more detailed instruction. To monitor the annotation quality, an initial quality filtering stage was conducted. Specifically, 1,000 images were randomly sampled as a quality monitoring dataset from the MS COCO dataset as an initial set for the annotators (they did not know this is a test). Some annotations were then sampled and their quality was rated after each annotator finished some labeling on this quality monitoring dataset (about 20 question-answer pairs per annotator). Only a small number of annotators (195 individuals) whose annotations were satisfactory (i.e., the questions were related to the content of the image and the answers are correct) were selected. Preference was also given to the annotators who provided interesting questions that require high level reasoning to give the answer. Only the selected annotators were permitted to label the rest of the images. A set of good and bad examples of the annotated question-answer pairs from the quality monitoring dataset were picked and shown to the selected annotators as references. Reasons were also provided for selecting these examples. After the annotation of all the images was finished, the dataset was further refined and a small portion of the images with badly labeled questions and answers were removed.

2. The Statistics of the Dataset

[0059] Currently, there are 158,392 images with 316,193 Chinese question-answer pairs and their English translations. Each image has at least two question-answer pairs as annotations. The average lengths of the questions and answers are 7.38 and 3.82 respectively measured by Chinese words. One thousand (1,000) question-answer pairs and their corresponding images were randomly sampled as the test set.

[0060] The questions in this dataset are diversified, which requires a vast set of artificial intelligent (AI) capabilities in order to answer them. They contain some relatively simple image understanding questions of, for example, the actions of objects (e.g., "What is the boy in green cap doing?"), the object class (e.g., "Is there any person in the image?"), the relative positions and interactions among objects (e.g., "Is the computer on the right or left side of the gentleman?"), and the attributes of the objects (e.g., "What is the color of the frisbee?"). In addition, the dataset contains some questions that need a high-level reasoning with clues from vision, language, and commonsense. For example, to answer the question "Why does the bus park there?", it should be known that this question is about the parked bus in the image with two men holding tools at the back. Based on commonsense, there might be some problems with the bus and the two men in the image are trying to repair it. These questions are hard to answer but it is believed they are actually the most interesting part of the questions in the dataset. The questions are categorized into 8 types and the statistics of them is also shown on the project page.

[0061] The answers are also diversified. The annotators were allowed to give a single phrase or a single word as the answer (e.g. "Yellow") or, they could give a complete sentence (e.g., "The frisbee is yellow").

E. Experiments

[0062] It shall be noted that these experiments and results are provided by way of illustration and were performed under specific conditions using a specific embodiment or embodiments; accordingly, neither these experiments nor their results shall be used to limit the scope of the disclosure of the current patent document. For some very recent works for visual question answering, the methods were tested on datasets where the answer to the question was a single word or a very short phrase. Under this setting, it is plausible to use automatic evaluation metrics that measure the single word similarity, such as Wu-Palmer similarity measure (WUPS). However, for the newly proposed dataset discussed herein, the answers in the dataset are freestyle and could be complete sentences. For most of the cases, mere are numerous choices of answers that are all correct. The possible alternatives are BLEU score, METEOR, CIDEr, or other metrics that are widely used in the image captioning task. A problem of these metrics is that there are only a few words in an answer that are semantically critical. These metrics tend to give equal weights (e.g., BLEU and METEOR) or different weights according to the term frequency-inverse document frequency (tf-idf) term (e.g., CIDEr) of the words in a sentence, hence cannot fully show the importance of the keywords. The evaluation of the image captioning task suffers from the same problem (not as severe as question answering because it only needs a general description).

[0063] To avoid these problems, a real Visual Turing Test was conducted using human judges for the presented model, which will be described in details in Subsection 1, below. In addition, each generated sentence with a score (the larger the better) is rated as described in Subsection 2 below, which gives a more fine-grained evaluation. In Subsection 3, the performance comparisons of different variants of the mQA model on the validation set are provided. 1. The Visual Turing Test

[0064] In this Visual Turing Test, a human judge was presented with an image, a question, and the answer to the question generated by the testing model or by human annotators. He or she needed to determine, based on the answer, whether the answer was given by a human (i.e., pass the test) or a machine (i.e., fail the test).

[0065] In practice, the images and questions from the test set of the presented FM-IQA dataset were used. An embodiment of the mQA system was used to generate the answer for each question. A baseline model of the question answering without visual information is also implemented. The structure of this baseline model is similar to embodiments of the mQA system, except that the image information extracted by the CNN is not fed into the fusing layer. It is denoted as blind-QA. The answers generated by the presented mQA model, the blind-QA model and the ground truth answer are mixed together. This led to 3000 question answering pairs with the corresponding images, which were randomly assigned to 12 human judges.

[0066] The results are shown in Table 1. It shows that 64.7% of the answers generated by the example mQA model are treated as answers provided by a human. The blind-QA performs very badly in this task. But some of the generated answers pass the test. Because some of the questions are actually multi-choice questions, it is possible to get a correct answer by random guess based on pure linguistic clues.

[0067] Table 1 : The results of an embodiment of the mQA model for the FM-IQA dataset

Visual Turing Test Human Rated Scores

Pass Fail Pass rate (%) 2 1 0 Ave. Score

Human 948 52 94.8 927 64 9 1.918

Blind-

340 660 34.0 - - QA

mQA 647 353 64.7 628 198 174 1.454

[0068] To study the variance of the VTT evaluation across different sets of human judges, two additional evaluations were conducted with different groups of judges under the same setting. The standard deviations of the passing rate were 0.013, 0.019, and 0.024 for human, the blind-mQA model, and the mQA model embodiment, respectively. It shows that VTT is a stable and reliable evaluation metric for this task.

2. The Score of the Generated Answer

[0069] The Visual Turing Test gives a rough evaluation of the generated answers. A fine-grained evaluation was also conducted with scores of "0", "1", or "2". "0" and "2" meant that the answer was totally wrong and perfectly correct respectively. "1" meant that the answer was only partially correct (e.g., the general categories are right but the sub-categories were wrong) and made sense to the human judges. The human judges for this task are not necessarily the same people for the Visual Turing Test. After collecting the results, it was found that some human judges also rated an answer with "1" if the question was very hard to answer so that even a human, without carefully looking at the image, would possibly make mistakes.

[0070] The results are shown in Table 1. It is shown that among the answers that are not perfectly correct (i.e., scores are not 2), over half of them are partially correct. Similar to the VTT evaluation process, two additional groups were also conducted using this scoring evaluation. The standard deviations of human and the presented mQA model are 0.020 and 0.041 respectively. In addition, for 88.3% and 83.9% of the cases, the three groups gave the same score for human and output of the tested mQA system embodiment, respectively.

3. Performance Comparisons of the Different mQA Variants

[0071] In order to show the effectiveness of the different components and strategies of the mQA model, three variants of the mQA were implemented. For the first variant (i.e., "mQA-avg-question"), the first LSTM component 210 of the model (i.e., the LSTM to extract the question embedding) was replaced with the average embedding of the words in the question using word2vec. This was used to show the effectiveness of the LSTM as a question embedding learner and extractor. For the second variant (i.e. "mQA-same-LSTMs"), two shared-weights LSTMs were used to model question and answer. This was used to show the effectiveness of the decoupling strategy of the weights of the LSTM(Q) and the LSTM(A) in embodiments of the model. For the third variant (i.e., "mQA-noTWS"), the Transposed Weight Sharing (TWS) strategy is not adopted. This was used to show the effectiveness of TWS.

[0072] The word error rates and losses of the three variants and the complete mQA model (i.e. mQAcomplete) are shown in Table 2. All of the three variants perform worse than the presented mQA model. [0073]

F. Discussion

[0074] In this disclosure, embodiments of a mQA model ate presented to give a sentence or a phrase as the answer to a freestyle question for an image. To validate effectiveness, a Freestyle Multilingual Image Question Answering (FM-IQA) dataset containing over 310,000 question-answer pairs was constructed. Embodiments were evaluated using human judges through a real Turing Test. It showed that 64.7% of the answers given by an embodiment of the mQA model were treated as the answers provided by a human. The FM- IQA dataset may be used for other tasks, such as visual machine translation, where the visual information can serve as context information that helps to remove ambiguity of the words in a sentence. In embodiments, the LSTM in the first component was also modified to a multimodal LSTM. This modification allows the generation of a free-style question about the content of image, and provides an answer to this question. An example result is shown in Figure 8.

[0075] Aspects of the present patent document are directed to a computing system. For purposes of this disclosure, a computing system may include any instrumentality or aggregate of instrumentalities operable to compute, calculate, determine, classify, process, transmit, receive, retrieve, originate, route, store, display, communicate, manifest, detect, record, reproduce, handle, or utilize any form of information, intelligence, or data for business, scientific, control, or other purposes. For example, a computing may be a personal computer (e.g., desktop or laptop), tablet computer, mobile device (e.g., personal digital assistant (PDA) or smart phone), server (e.g., blade server or rack server), a network device, or any other suitable device and may vary in size, shape, performance, functionality, and price. The computing system may include random access memory (RAM), one or more processing resources such as a central processing unit (CPU) or hardware or software control logic, ROM, and/or other types of memory. Additional components of the computing system may include one or more disk drives, one or more network ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, touchscreen and/or a video display. The computing system may also include one or more buses operable to transmit communications between the various hardware components.

[0076] Figure 9 depicts a block diagram of a computing system 900 according to embodiments of the present invention. It will be understood that the functionalities shown for system 900 may operate to support various embodiments of a computing system— although it shall be understood that a computing system may be differently configured and include different components. As illustrated in Figure 9, system 900 includes one or more central processing units (CPU) 901 that provides computing resources and controls the computer. CPU 901 may be implemented with a microprocessor or the like, and may also include one or more graphics processing units (GPU) 917 and/or a floating point coprocessor for mathematical computations. System 900 may also include a system memory 902, which may be in the form of random-access memory (RAM), read-only memory (ROM), or both.

[0077] A number of controllers and peripheral devices may also be provided, as shown in Figure 9. An input controller 903 represents an interface to various input device(s) 904, such as a keyboard, mouse, or stylus. There may also be a scanner controller 90S, which communicates with a scanner 906. System 900 may also include a storage controller 907 for interfacing with one or more storage devices 908 each of which includes a storage medium such as magnetic tape or disk, or an optical medium that might be used to record programs of instructions for operating systems, utilities, and applications, which may include embodiments of programs that implement various aspects of the present invention. Storage device(s) 908 may also be used to store processed data or data to be processed in accordance with the invention. System 900 may also include a display controller 909 for providing an interface to a display device 911, which may be a cathode ray tube (CRT), a thin film transistor (TFT) display, or other type of display. The computing system 900 may also include a printer controller 912 for communicating with a printer 913. A communications controller 914 may interface with one or more communication devices 915, which enables system 900 to connect to remote devices through any of a variety of networks including the Internet, an Ethernet cloud, a Fiber Channel over Ethernet (FCoE)/Data Center Bridging (DCB) cloud, a local area network (LAN), a wide area network (WAN), a storage area network (SAN) or through any suitable electromagnetic carrier signals including infrared signals. [0078] In die illustrated system, all major system components may connect to a bus

916, which may represent more than one physical bus. However, various system components may or may not be in physical proximity to one another. For example, input data and/or output data may be remotely transmitted from one physical location to another. In addition, programs that implement various aspects of this invention may be accessed from a remote location (e.g., a server) over a network. Such data and/or programs may be conveyed through any of a variety of machine-readable medium including, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROMs and holographic devices; magneto-optical media; and hardware devices that are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices.

[0079] It should be understood that various system components may or may not be in physical proximity to one another. For example, image/question input and answer output may be remotely transmitted from one physical location to another. In addition, programs that implement various aspects of this invention may be accessed from a remote location (e.g., a server) over a network. Such data and/or programs may be conveyed through any of a variety of machine-readable medium including, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD-ROMs and holographic devices; magneto-optical media; and hardware devices that are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices.

[0080] Embodiments of the present invention may be encoded upon one or more non- transitory computer-readable media with instructions for one or more processors or processing units to cause steps to be performed. It shall be noted that the one or more non-transitory computer-readable media shall include volatile and non-volatile memory. It shall be noted that alternative implementations are possible, including a hardware implementation or a software/hardware implementation. Hardware-implemented functions may be realized using ASIC(s), programmable arrays, digital signal processing circuitry, or the like. Accordingly, the "means" terms in any claims are intended to cover both software and hardware implementations. Similarly, the term "computer-readable medium or media" as used herein includes software and/or hardware having a program of instructions embodied thereon, or a combination thereof. With these implementation alternatives in mind, it is to be understood that the figures and accompanying description provide the functional information one skilled in the art would require to write program code (i.e., software) and/or to fabricate circuits (i.e., hardware) to perform the processing required.

[0081] It shall be noted that embodiments of the present invention may further relate to computer products with a non-transitory, tangible computer-readable medium that have computer code thereon for performing various computer-implemented operations. The media and computer code may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind known or available to those having skill in the relevant arts. Examples of tangible computer-readable media include, but are not limited to: magnetic media such as hard disks, floppy disks, and magnetic tape; optical media such as CD- ROMs and holographic devices; magneto-optical media; and hardware devices mat are specially configured to store or to store and execute program code, such as application specific integrated circuits (ASICs), programmable logic devices (PLDs), flash memory devices, and ROM and RAM devices. Examples of computer code include machine code, such as produced by a compiler, and files containing higher level code that are executed by a computer using an interpreter. Embodiments of the present invention may be implemented in whole or in part as machine-executable instructions that may be in program modules that are executed by a processing device. Examples of program modules include libraries, programs, routines, objects, components, and data structures. In distributed computing environments, program modules may be physically located in settings that are local, remote, or both.

[0082] One skilled in the art will recognize no computing system or programming language is critical to the practice of the present invention. One skilled in the art will also recognize that a number of the elements described above may be physically and/or functionally separated into sub-modules or combined together.

[0083] It shall be noted that elements of the claims, below, may be arranged differently including having multiple dependencies, configurations, and combinations. For example, in embodiments, the subject matter of various claims may be combined with other claims.

[0084] It will be appreciated to those skilled in the art that the preceding examples and embodiments are exemplary and not limiting to the scope of the present invention. It is intended that all permutations, enhancements, equivalents, combinations, and improvements thereto that are apparent to those skilled in the art upon a reading of the specification and a study of the drawings are included within the true spirit and scope of the present invention.