菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - MedTri: A Platform for Structured Medical Report Normalization to Enhance Vision-Language Pretraining

Medical vision-language pretraining increasingly relies on medical reports as large-scale supervisory signals; however, raw reports often exhibit substantial stylistic heterogeneity, variable length, and a considerable amount of image-irrelevant content. Although text normalization is frequently adopted as a preprocessing step in prior work, its design principles and empirical impact on vision-language pretraining remain insufficiently and systematically examined. In this study, we present MedTri, a deployable normalization framework for medical vision-language pretraining that converts free-text reports into a unified [Anatomical Entity: Radiologic Description + Diagnosis Category] triplet. This structured, anatomy-grounded normalization preserves essential morphological and spatial information while removing stylistic noise and image-irrelevant content, providing consistent and image-grounded textual supervision at scale. Across multiple datasets spanning both X-ray and computed tomography (CT) modalities, we demonstrate that structured, anatomy-grounded text normalization is an important factor in medical vision-language pretraining quality, yielding consistent improvements over raw reports and existing normalization baselines. In addition, we illustrate how this normalization can easily support modular text-level augmentation strategies, including knowledge enrichment and anatomy-grounded counterfactual supervision, which provide complementary gains in robustness and generalization without altering the core normalization process. Together, our results position structured text normalization as a critical and generalizable preprocessing component for medical vision-language learning, while MedTri provides this normalization platform. Code and data will be released at this https URL.

顶级标签: medical multi-modal model training
详细标签: medical vision-language pretraining text normalization structured reports data preprocessing radiology 或 搜索:

MedTri:一个用于结构化医学报告规范化以增强视觉语言预训练的平台 / MedTri: A Platform for Structured Medical Report Normalization to Enhance Vision-Language Pretraining


1️⃣ 一句话总结

这篇论文提出了一个名为MedTri的平台,它能将格式不一的原始医学报告自动整理成统一的结构化格式,从而为医学影像的AI模型提供更清晰、更相关的文本指导,有效提升了模型的训练效果和泛化能力。

源自 arXiv: 2602.22143