SOTAVerified

Question-Guided Hybrid Convolution for Visual Question Answering

2018-08-08ECCV 2018Unverified0· sign in to hype

Peng Gao, Pan Lu, Hongsheng Li, Shuang Li, Yikang Li, Steven Hoi, Xiaogang Wang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this paper, we propose a novel Question-Guided Hybrid Convolution (QGHC) network for Visual Question Answering (VQA). Most state-of-the-art VQA methods fuse the high-level textual and visual features from the neural network and abandon the visual spatial information when learning multi-modal features.To address these problems, question-guided kernels generated from the input question are designed to convolute with visual features for capturing the textual and visual relationship in the early stage. The question-guided convolution can tightly couple the textual and visual information but also introduce more parameters when learning kernels. We apply the group convolution, which consists of question-independent kernels and question-dependent kernels, to reduce the parameter size and alleviate over-fitting. The hybrid convolution can generate discriminative multi-modal features with fewer parameters. The proposed approach is also complementary to existing bilinear pooling fusion and attention based VQA methods. By integrating with them, our method could further boost the performance. Extensive experiments on public VQA datasets validate the effectiveness of QGHC.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CLEVRQGHC+Att+ConcatAccuracy65.9Unverified
COCO Visual Question Answering (VQA) real images 1.0 open endedQGHC+Att+ConcatPercentage correct65.9Unverified

Reproductions