TIMMY-CHAN / MISS

[ICANN 2024 (Oral)] MISS: A Generative Pre-training and Fine-tuning Approach for Med-VQA
7 stars 0 forks source link

[ICANN 2024] MISS: A Generative Pre-training and Fine-tuning Approach for Med-VQA

Abstract

Medical visual question answering (VQA) is a challenging multimodal task, where Vision-Language Pre-trained (VLP) models can effectively improve the generalization performance. However, most current methods in the medical field treat VQA as an answer classification task which is difficult to transfer to practical application scenarios. Additionally, due to the privacy of medical images and the expensive annotation process, large-scale medical image-text pairs datasets for pretraining are severely lacking. In this paper, we propose an efficient MultI-task Self-Supervised-learning-based framework (MISS) for medical VQA tasks. Unlike existing methods, we treat medical VQA as a generative task. We unify the text encoder and multimodal encoder and align image-text features through multi-task learning. Furthermore, we propose a Transfer-and-Caption (TransCap) method that extends the feature space of single-modal image datasets using Large Language Models (LLMs), enabling those traditional medical vision-field task data to be applied to VLP models. We conduct extensive experiments and compare them with existing medical VQA methods adopting a no-generative paradigm. We demonstrate the advantages of pre-training with data generated by the TransCap method and our method achieves excellent results with fewer multimodal datasets. image This is the PyTorch code of the paper. To install the dependencies, run:

 pip install -r requirements.txt