CVAILGNov 27, 2019

Transfer Learning in Visual and Relational Reasoning

arXiv:1911.11938v22 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving transfer learning for visual reasoning, which is incremental as it builds on existing datasets and methods.

The paper tackles the complexity of transfer learning in visual reasoning tasks, such as image question answering, by formalizing unique aspects like reasoning transfer and temporal reasoning, and introduces SAMNet, a new model that achieves state-of-the-art accuracy on CLEVR and COG datasets.

Transfer learning has become the de facto standard in computer vision and natural language processing, especially where labeled data is scarce. Accuracy can be significantly improved by using pre-trained models and subsequent fine-tuning. In visual reasoning tasks, such as image question answering, transfer learning is more complex. In addition to transferring the capability to recognize visual features, we also expect to transfer the system's ability to reason. Moreover, for video data, temporal reasoning adds another dimension. In this work, we formalize these unique aspects of transfer learning and propose a theoretical framework for visual reasoning, exemplified by the well-established CLEVR and COG datasets. Furthermore, we introduce a new, end-to-end differentiable recurrent model (SAMNet), which shows state-of-the-art accuracy and better performance in transfer learning on both datasets. The improved performance of SAMNet stems from its capability to decouple the abstract multi-step reasoning from the length of the sequence and its selective attention enabling to store only the question-relevant objects in the external memory.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes