Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BLOCK: Bilinear Superdiagonal Fusion for Visual Question Answering and Visual Relationship Detection

About

Multimodal representation learning is gaining more and more interest within the deep learning community. While bilinear models provide an interesting framework to find subtle combination of modalities, their number of parameters grows quadratically with the input dimensions, making their practical implementation within classical deep learning pipelines challenging. In this paper, we introduce BLOCK, a new multimodal fusion based on the block-superdiagonal tensor decomposition. It leverages the notion of block-term ranks, which generalizes both concepts of rank and mode ranks for tensors, already used for multimodal fusion. It allows to define new ways for optimizing the tradeoff between the expressiveness and complexity of the fusion model, and is able to represent very fine interactions between modalities while maintaining powerful mono-modal representations. We demonstrate the practical interest of our fusion model by using BLOCK for two challenging tasks: Visual Question Answering (VQA) and Visual Relationship Detection (VRD), where we design end-to-end learnable architectures for representing relevant interactions between modalities. Through extensive experiments, we show that BLOCK compares favorably with respect to state-of-the-art multimodal fusion models for both VQA and VRD tasks. Our code is available at https://github.com/Cadene/block.bootstrap.pytorch.

Hedi Ben-younes, R\'emi Cadene, Nicolas Thome, Matthieu Cord• 2019

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2 (test-dev)
Overall Accuracy67.58
664
Visual Question AnsweringVQA v2 (test-std)--
466
Visual Question AnsweringVQA-CP v2 (test)
Overall Accuracy38.69
109
Visual Question AnsweringVQA v2 (val)
Accuracy63.89
99
Relation DetectionVRD (test)
R@5019.06
75
Phrase DetectionVRD (test)
R@5026.32
36
Relationship Phrase DetectionVRD
Recall@5086.46
20
Relationship Phrase DetectionVRD (test)
Recall@10092.58
17
Visual Question AnsweringVQA-CE Easy
Accuracy77.65
14
Image-Text Compositional RetrievalShoes
Recall@1036.82
14
Showing 10 of 14 rows

Other info

Code

Follow for update