CVSep 26, 2019

Overcoming Data Limitation in Medical Visual Question Answering

arXiv:1909.11867v1203 citations
Originality Incremental advance
AI Analysis

This addresses data scarcity for medical VQA applications, but it is incremental as it adapts existing techniques to a specific domain.

The paper tackles the problem of limited labeled data in medical visual question answering by proposing a framework that combines unsupervised denoising auto-encoders and supervised meta-learning, resulting in significant outperformance over state-of-the-art methods.

Traditional approaches for Visual Question Answering (VQA) require large amount of labeled data for training. Unfortunately, such large scale data is usually not available for medical domain. In this paper, we propose a novel medical VQA framework that overcomes the labeled data limitation. The proposed framework explores the use of the unsupervised Denoising Auto-Encoder (DAE) and the supervised Meta-Learning. The advantage of DAE is to leverage the large amount of unlabeled images while the advantage of Meta-Learning is to learn meta-weights that quickly adapt to VQA problem with limited labeled data. By leveraging the advantages of these techniques, it allows the proposed framework to be efficiently trained using a small labeled training set. The experimental results show that our proposed method significantly outperforms the state-of-the-art medical VQA.

Code Implementations2 repos
Foundations

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

Your Notes