UPDF AI

Self-Supervised Vision-Language Pretraining for Medial Visual Question Answering

Pengfei Li,Gang Liu,2 Autoren,Shenjun Zhong

2022 · DOI: 10.1109/ISBI53787.2023.10230743
IEEE International Symposium on Biomedical Imaging · 55 Zitierungen

TLDR

A self-supervised method that applies Masked image modeling, Masked language modeling, Image text matching and Image text alignment via contrastive learning (M2I2) for pretraining on medical image caption dataset, and finetunes to downstream medical VQA tasks is proposed.

Abstract

Medical image visual question answering (VQA) is a task to answer clinical questions, given a radiographic image, which is a challenging problem that requires a model to integrate both vision and language information. Due to the limited size of the training data in medical VQA tasks, pretrain-finetune paradigm is a commonly used solution to improve the model generalization. In this paper, we propose a self-supervised method that applies Masked image modeling, Masked language modeling, Image text matching and Image text alignment via contrastive learning (M2I2) for pretraining on medical image caption dataset, and finetunes to downstream medical VQA tasks. The proposed method achieves state-of-the-art performance on all the three public medical VQA datasets. Our codes and models are available at https://github.com/pengfeiliHEU/M2I2.