Papers › MMedPO: Aligning Medical Vision-Language Models with Clinical-Aware Multimodal...

MMedPO: Aligning Medical Vision-Language Models with Clinical-Aware Multimodal Preference Optimization

9 Dec 2024arXiv:2412.06141archive 2025-07-28

Kangyu Zhu, Peng Xia, Yun Li, Hongtu Zhu, Sheng Wang, Huaxiu Yao

The advancement of Large Vision-Language Models (LVLMs) has propelled their application in the medical field. However, Medical LVLMs (Med-LVLMs) encounter factuality challenges due to modality misalignment, where the models prioritize textual knowledge over visual input, leading to hallucinations that contradict information in medical images. Previous attempts to enhance modality alignment in Med-LVLMs through preference optimization have inadequately mitigated clinical relevance in preference data, making these samples easily distinguishable and reducing alignment effectiveness. To address this challenge, we propose MMedPO, a novel multimodal medical preference optimization approach that considers the clinical relevance of preference samples to enhance Med-LVLM alignment. MMedPO curates multimodal preference data by introducing two types of dispreference: (1) plausible hallucinations injected through target Med-LVLMs or GPT-4o to produce medically inaccurate responses, and (2) lesion region neglect achieved through local lesion-noising, disrupting visual understanding of critical areas. We then calculate clinical relevance for each sample based on scores from multiple Med-LLMs and visual tools, and integrate these scores into the preference optimization process as weights, enabling effective alignment. Our experiments demonstrate that MMedPO significantly enhances factual accuracy in Med-LVLMs, achieving substantial improvements over existing preference optimization methods by averaging 14.2% and 51.7% across the Med-VQA and report generation tasks. Our code are available in https://github.com/aiming-lab/MMedPO.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.06141")

Code

Syntology Ran 7 of 17 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aiming-lab/mmedpo officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 7 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
1ran
10unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aiming-lab/mmedpo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

whitespace_tokenize aiming-lab/mmedpo/curation/Sample_Zero-Shot_Grounding_RSNA/models/tokenization_bert.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · cf9ffa02a42184af · report
add_gaussian_noise aiming-lab/MMedPO/inference/llava-med-1.5_vqa.py official repository ran · violated contract Apache-2.0 (permissive) · d2bfc515570f0eed · report
create_loader_RSNA aiming-lab/MMedPO/curation/Sample_Zero-Shot_Grounding_RSNA/dataset/dataset_RSNA.py official repository ran Apache-2.0 (permissive) · c15c37b39ee4184f · report
get_chunk aiming-lab/mmedpo/inference/llava-med-1.5_report.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
load_vocab aiming-lab/mmedpo/curation/Sample_Zero-Shot_Grounding_RSNA/models/tokenization_bert.py official repository ran · our draft was wrong Apache-2.0 (permissive) · e7fbc7a74a3457c7 · report
split_list aiming-lab/mmedpo/inference/llava-med-1.5_report.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
split_to_even_chunks aiming-lab/mmedpo/train/dpo/llava_trainer_weighted.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 10893c4608c08075 · report
add_gaussian_noise aiming-lab/mmedpo/inference/llava-med-1.5_report.py official repository unverified Apache-2.0 (permissive) · 8f611a3a3069da33 · report
bleu aiming-lab/mmedpo/eval/eval_report.py official repository unverified Apache-2.0 (permissive) · cd8fbb4ca9a20927 · report
generate_noised_image aiming-lab/mmedpo/curation/Sample_Zero-Shot_Grounding_RSNA/inference_attention-map_score.py official repository unverified Apache-2.0 (permissive) · de5de3e13616d4f2 · report
get_mm_adapter_state_maybe_zero_3 aiming-lab/mmedpo/train/dpo/llava_trainer_weighted.py official repository unverified Apache-2.0 (permissive) · bb35e3ac741bb2c9 · report
get_tokenizer aiming-lab/mmedpo/curation/Sample_Zero-Shot_Grounding_RSNA/inference_attention-map_score.py official repository unverified Apache-2.0 (permissive) · d070ec2620683428 · report
load_jsonl aiming-lab/mmedpo/eval/eval_report.py official repository unverified Apache-2.0 (permissive) · 77678f2758141df9 · report
maybe_zero_3 aiming-lab/mmedpo/train/dpo/llava_trainer_weighted.py official repository unverified Apache-2.0 (permissive) · 735025744c1ab0cf · report
normalize_word aiming-lab/mmedpo/eval/eval_report.py official repository unverified Apache-2.0 (permissive) · 8f1a44ab20956301 · report
score_cal aiming-lab/mmedpo/curation/Sample_Zero-Shot_Grounding_RSNA/inference_attention-map_score.py official repository unverified Apache-2.0 (permissive) · e55695b0b11e1e76 · report
tensor_to_serializable aiming-lab/mmedpo/inference/utils.py official repository unverified Apache-2.0 (permissive) · af42eb0093076ad3 · report

Tasks

Visual Question Answering (VQA)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections