paper-with-me

Papers

Compact Tensor Pooling for Visual Question Answering

2017-06-20 · Yang Shi, Tommaso Furlanello, Anima Anandkumar

Performing high level cognitive tasks requires the integration of feature maps with drastically different structure. In Visual Question Answering (VQA) image descriptors have spatial structures, while lexical inputs inherently follow a temporal sequence. The recently proposed Multimodal Compact Bilinear pooling (MCB) forms the outer products, via count-sketch approximation, of the visual and textual representation at each spatial location. While this procedure preserves spatial information locally, outer-products are taken independently for each fiber of the activation tensor, and therefore do not include spatial context. In this work, we introduce multi-dimensional sketch ({MD-sketch}), a novel extension of count-sketch to tensors. Using this new formulation, we propose Multimodal Compact Tensor Pooling (MCT) to fully exploit the global spatial context during bilinear pooling operations. Contrarily to MCB, our approach preserves spatial context by directly convolving the MD-sketch from the visual tensor features with the text vector feature using higher order FFT. Furthermore we apply MCT incrementally at each step of the question embedding and accumulate the multi-modal vectors with a second LSTM layer before the final answer is chosen.

📄 PDF Abstract BibTeX arXiv:1706.06706

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Multimodal Compact Bilinear Pooling for Visual Question Answering and Visual Grounding

2016-06-06 · EMNLP 2016 11 · Akira Fukui, Dong Huk Park, Daylen Yang, Anna Rohrbach 외

Modeling textual or visual information with vector representations trained from large language or visual datasets has been successfully explored in recent years. However, tasks such as visual question answering require c…

Phrase GroundingVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Hadamard Product for Low-rank Bilinear Pooling

2016-10-14 · Jin-Hwa Kim, Kyoung-Woon On, Woosang Lim, Jeonghee Kim 외

Bilinear models provide rich representations compared with linear models. They have been applied in various visual tasks, such as object recognition, segmentation, and visual question-answering, to get state-of-the-art p…

Visual Question AnsweringVisual Question Answering (VQA)

Kernel Pooling for Convolutional Neural Networks

2017-07-01 · CVPR 2017 7 · Yin Cui, Feng Zhou, Jiang Wang, Xiao Liu 외

Convolutional Neural Networks (CNNs) with Bilinear Pooling, initially in their full form and later using compact representations, have yielded impressive performance gains on a wide range of visual tasks, including fine-…

Face RecognitionFine-Grained Visual CategorizationQuestion AnsweringVisual Question Answering+1

Compact Trilinear Interaction for Visual Question Answering

2019-09-26 · ICCV 2019 10 · Tuong Do, Thanh-Toan Do, Huy Tran, Erman Tjiputra 외

In Visual Question Answering (VQA), answers have a great correlation with question meaning and visual contents. Thus, to selectively utilize image, question and answer information, we propose a novel trilinear interactio…

BenchmarkingKnowledge DistillationQuestion AnsweringVisual Question Answering+1

Exploring Diverse Methods in Visual Question Answering

2024-04-21 · Panfeng Li, Qikai Yang, Xieming Geng, Wenjing Zhou 외

This study explores innovative methods for improving Visual Question Answering (VQA) using Generative Adversarial Networks (GANs), autoencoders, and attention mechanisms. Leveraging a balanced VQA dataset, we investigate…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)