MApLe: Multi-instance Alignment of Diagnostic Reports and Large Medical Images

arXiv cs.CV / 4/16/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces MApLe, a vision-language alignment method designed for diagnostic reports that reference both anatomy and subtle image findings.
  • It tackles a key limitation of standard vision-language models by using multi-task, multi-instance patch-wise alignment to link small image regions to relevant sentences in free-text reports.
  • MApLe separates anatomical region concepts from diagnostic finding concepts, using a text embedding and an image encoder conditioned on anatomical structures.
  • Experiments on multiple downstream tasks show improved alignment performance over state-of-the-art baseline models.
  • The authors provide implementation code via the linked GitHub repository.

Abstract

In diagnostic reports, experts encode complex imaging data into clinically actionable information. They describe subtle pathological findings that are meaningful in their anatomical context. Reports follow relatively consistent structures, expressing diagnostic information with few words that are often associated with tiny but consequential image observations. Standard vision language models struggle to identify the associations between these informative text components and small locations in the images. Here, we propose "MApLe", a multi-task, multi-instance vision language alignment approach that overcomes these limitations. It disentangles the concepts of anatomical region and diagnostic finding, and links local image information to sentences in a patch-wise approach. Our method consists of a text embedding trained to capture anatomical and diagnostic concepts in sentences, a patch-wise image encoder conditioned on anatomical structures, and a multi-instance alignment of these representations. We demonstrate that MApLe can successfully align different image regions and multiple diagnostic findings in free-text reports. We show that our model improves the alignment performance compared to state-of-the-art baseline models when evaluated on several downstream tasks. The code is available at https://github.com/cirmuw/MApLe.