MicroVQA++: High-Quality Microscopy Reasoning Dataset with Weakly Supervised Graphs for Multimodal Large Language Model
Manyu Li, Ruian He, Chenxi Ma, Weimin Tan, Bo Yan
TL;DR
MicroVQA++ tackles the data bottleneck in microscopy reasoning for MLLMs by building a large, high-quality multimodal corpus from BIOMEDICA through a three-stage pipeline. It introduces HiCQA-Graph, a heterogeneous image–caption–QA graph that enforces cross-modal consistency via NLI entailment and CLIP-based alignment, followed by human screening to ensure reliability. After supervised fine-tuning of a 4B-parameter MLLM on MicroVQA++ data, the model matches the performance of GPT-5 on the MicroVQA benchmark and sets open-source SOTA in microscopy reasoning, while the test set remains harder and less overlapping with the training distribution. This work demonstrates that careful data construction and graph-based filtering can unlock substantial gains for domain-specific reasoning in microscopy, enabling smaller models to excel in specialized VQA tasks.
Abstract
Multimodal Large Language Models are increasingly applied to biomedical imaging, yet scientific reasoning for microscopy remains limited by the scarcity of large-scale, high-quality training data. We introduce MicroVQA++, a three-stage, large-scale and high-quality microscopy VQA corpus derived from the BIOMEDICA archive. Stage one bootstraps supervision from expert-validated figure-caption pairs sourced from peer-reviewed articles. Stage two applies HiCQA-Graph, a novel heterogeneous graph over images, captions, and QAs that fuses NLI-based textual entailment, CLIP-based vision-language alignment, and agent signals to identify and filter inconsistent samples. Stage three uses a MultiModal Large Language Model (MLLM) agent to generate multiple-choice questions (MCQ) followed by human screening. The resulting release comprises a large training split and a human-checked test split whose Bloom's level hard-sample distribution exceeds the MicroVQA benchmark. Our work delivers (i) a quality-controlled dataset that couples expert literature with graph-based filtering and human refinement; (ii) HiCQA-Graph, the first graph that jointly models (image, caption, QA) for cross-modal consistency filtering; (iii) evidence that careful data construction enables 4B-scale MLLMs to reach competitive microscopy reasoning performance (e.g., GPT-5) and achieve state-of-the-art performance among open-source MLLMs. Code and dataset will be released after the review process concludes.
