Papers and resources
Everything this work has produced
9 papers and 6 posters and talks. 8 of the papers are public and 4 download straight from here. Work still under review is listed with its status but not posted until review concludes; those findings are all in the dissertation.
| Work | Venue | Status | Paper | Preprint | Code | Data | Poster |
|---|---|---|---|---|---|---|---|
PSF-Med: A Clinician-Audited Benchmark for Paraphrase Sensitivity in Medical Vision-Language Models
AbstractPSF-Med measures whether medical vision-language models give the same clinical answer when a question is reworded without changing its meaning. The benchmark pairs original chest-radiograph questions with meaning-preserving paraphrases that pass a rubric-based equivalence audit, and a clinician-adjudicated sample validates the automated equivalence judge. Reworded but clinically identical questions flip a model's yes/no answer at rates spanning 6.4% to 54.7% across six models and three datasets, showing that paraphrase sensitivity is a measurable and model-dependent reliability gap. Accepted at the MMFM-BIOMED workshop at CVPR 2026. |
MMFM-BIOMED Workshop, CVPR 20262026 | Accepted | arXiv | Code | Data | · | |
Trustworthiness Evaluation of Medical Vision-Language Models: A Scoping Review of Robustness, Grounding, Hallucination, and Uncertainty
AbstractThis scoping review maps how the literature evaluates the trustworthiness of medical vision-language models across four axes: robustness, visual grounding, hallucination, and uncertainty. Following PRISMA-ScR, it charts which evaluation methods and datasets are used and where coverage is thin, to frame the paraphrase-sensitivity gap this dissertation addresses. Submitted to JMIR AI on 25 May 2026, in open peer review from 29 May to 24 July 2026. JMIR posts the preprint publicly under the authors’ names. It is not peer reviewed or edited, and it should not guide clinical practice. |
JMIR AI2026 | Under review | Preprint | · | · | · | · |
VSF-Med: A Vulnerability Scoring Framework for Medical Vision-Language Models
AbstractVSF-Med is an early pilot that scores the vulnerability of medical vision-language models, establishing the initial paraphrase-vulnerability and attention-stability setup. It is the precursor that matured into the PSF-Med benchmark at the center of this dissertation. Admitted as an early pilot abstract, IEEE ISBI 2026; not a peer-reviewed full paper. The precursor that matured into PSF-Med. |
IEEE ISBI 2026 (pilot abstract)2025 | Preprint | arXiv | · | · | · | · |
When Chain-of-Thought Backfires: Evaluating Prompt Sensitivity in Medical Language Models
AbstractThis companion study examines prompt sensitivity in text-only medical language models. It shows that chain-of-thought prompting can backfire, degrading answers on some clinical prompts where it was expected to help, and connects prompt-induced instability in language-only models to the paraphrase-sensitivity theme of the main work. Accepted at the 2AI Conference 2026. Companion study on text-only language models; it sits outside the dissertation's five thrusts. |
2AI Conference 20262026 | Accepted | arXiv | · | · | · | |
Mechanistically Guided LoRA Improves Paraphrase Consistency in Medical Vision-Language Models
AbstractThis work asks whether the layers implicated in paraphrase-driven answer changes are the right place to intervene. A low-rank adapter trained on layers 15-19 (0.10% of parameters) cuts the pairwise flip rate by about 59% on a clean patient-disjoint evaluation with no observed accuracy reduction. The adapter achieves this consistency by relying more heavily on question text than on image evidence, so lower flip rates do not imply better visual grounding. Accepted at CHIL 2026; camera-ready complete. |
Conference on Health, Inference, and Learning (CHIL) 20262026 | Accepted | arXiv | Code | Data | Poster | |
Attention Without Grounding: Causal Evaluation of Visual Explanations in Medical VLMs
AbstractThis work tests whether attention maps from medical vision-language models actually mark the image regions the model uses to answer. Using bounding-box coverage, patch-rank agreement with occlusion, and region-based causal scoring, it finds that attention only marginally beats a shifted box and does not agree with causal patch importance, so attention behaves as a coarse localizer, short of a faithful explanation, and should not be treated as safety evidence. Accepted at the iMIMIC 2026 workshop (Interpretability of Machine Intelligence in Medical Image Computing) at MICCAI 2026. |
iMIMIC Workshop, MICCAI 20262026 | Accepted | arXiv | · | Code | Data | · |
Consistent but Dangerous: Per-Sample Safety Classification Reveals False Reliability in Medical Vision-Language Models
AbstractThis paper argues that a model giving the same answer to reworded questions is not the same as a model that reads the image. A per-sample four-quadrant audit crosses paraphrase consistency against image dependence and shows that a large share of each model's consistent predictions are unchanged when the image is swapped or removed. Because correctness is a separate axis, a text-reliant but consistent prediction can even be more accurate than a grounded one, so a behavioral consistency screen is not a per-prediction safety verdict. Accepted at the CVPR 2026 MedReasoner workshop. |
MedReasoner Workshop, CVPR 20262026 | Accepted | arXiv | · | · | Poster | |
Predictive Entropy as a Joint Screen for Error and Paraphrase Instability in Medical Vision-Language Models
AbstractThis work studies whether a single predictive-entropy signal can flag both likely errors and likely paraphrase flips in medical vision-language models, so that a deployment audit can screen the same uncertainty for two failure modes at once. It reports how well entropy ranks flip-prone and error-prone cases across models and datasets, and finds that softmax entropy, temperature-scaled entropy, and margin are rank-equivalent while a deep ensemble is distinct but fails out of distribution. Accepted as a poster at UNSURE 2026 (Uncertainty for Safe Utilization of Machine Learning in Medical Imaging), 8th edition, a satellite workshop of MICCAI 2026; archival Springer LNCS. |
UNSURE Workshop, MICCAI 20262026 | Accepted | · | · | · | · | · |
Consistency Is Not Safety: Deployment Audits Reveal Text-Driven Selection in Medical Vision-Language Models
AbstractSelective prediction is the standard safety layer for medical vision-language models: abstain on uncertain cases and admit only confident ones. This work shows that such gates can certify a text-driven subset as safe. Across three model families and two chest X-ray datasets, gates that raise admitted-case accuracy select the cases where the image barely contributes, while accuracy on the slice where the image must change the answer collapses. The pattern survives frozen thresholds, prevalence matching, and a standardized swap protocol, and it motivates grounding-constrained gates that admit a prediction only when it is both reliable and demonstrably image-dependent. Manuscript in revision. |
Under review2026 | Under review | · | · | · | · | · |
| Posters and talks | |||||||
| When Chain-of-Thought Backfires: Evaluating Prompt Sensitivity in Medical Language Models The paper | 2nd International Conference on Applied Artificial Intelligence (2AI) 20262026 | Oral talk | Slides | · | · | · | · |
| Consistency is not safety in medical vision-language models The paper | AI Research Symposium (HAIDRS) 2026, Hartford AI Day, Connecticut AI Alliance2026 | Invited talk | Slides | · | · | · | · |
| Mechanistically Guided LoRA Improves Paraphrase Consistency in Medical Vision-Language Models The paper | Conference on Health, Inference, and Learning (CHIL) 20262026 | Poster | · | · | · | · | Poster |
| Consistency is not safety The paper | Doctoral Symposium, Conference on Health, Inference, and Learning (CHIL) 20262026 | Poster | · | · | · | · | Poster |
| PSF-Med: Paraphrase Sensitivity in Medical Vision-Language Models The board is not posted here. One of its columns carries results from work that is still with reviewers, so it waits until that work is out. The paper | Symposium on Machine Learning across Modalities (SMLM) 2026, Yale University, Davies Auditorium, New Haven10 April 2026 | Poster | · | · | · | · | · |
| Consistent but Dangerous: Per-Sample Safety Classification Reveals False Reliability in Medical Vision-Language Models The paper | MedReasoner workshop, CVPR 20262026 | Poster | · | · | · | · | Poster |
Code, data, and models
The benchmark and the adapter weights are public. The image corpora are available from their original providers, whose licences prohibit redistribution.
Run PSF-Med on your model
The questions, paraphrases, judge labels, and audit verdicts load in one call. Score a model by comparing its answers across each question's paraphrase set: the flip rate is the share of question-paraphrase pairs whose answers disagree.
pip install datasets
python -c "from datasets import load_dataset; ds = load_dataset('saillab/psf-med'); print(ds)"
The construction and evaluation code carries the scoring scripts and the audit rubric. Images are obtained separately from the credentialed sources in the dataset-access table below.
| Resource | What it is | Access | Open |
|---|---|---|---|
| PSF-Med benchmark code | Benchmark construction and evaluation code for PSF-Med: paraphrase generation, equivalence auditing, and flip-rate evaluation (Thrust 1). | Public | Open |
| PSF-Med dataset (Hugging Face) | The released PSF-Med paraphrase benchmark data on Hugging Face; image files are not redistributed and must be obtained from the original credentialed sources. | Public | Open |
| Mechanistically-guided LoRA weights (Hugging Face collection) | Targeted and full LoRA adapter checkpoints for MedGemma-4B from the CHIL 2026 paper, trained at n=12K. | Public | Open |
| Paraphrase-consistency mitigation code | Training and evaluation code for the targeted LoRA mitigation and its safety re-audit (Thrust 3). | Public | Open |
| VSF-Med project site | Project page for VSF-Med, the vulnerability scoring framework companion work on medical VLM safety. | Public | Open |
| Weights & Biases experiment tracking | Experiment tracking workspace for the uncertainty-quantification and robustness runs. | On request | Open |
| medical-vlm-robustness research repository | The full research monorepo behind the dissertation (pipelines, analyses, dissertation sources); private during the pre-defense period. | Private | · |
Dataset access
PSF-Med releases questions, paraphrases, judge labels, and audit verdicts. Images stay with their source corpora, each obtained from the original provider under its own terms.
| Dataset | How to get it | Licence |
|---|---|---|
| MIMIC-CXR | Credentialed PhysioNet access (CITI training plus a signed data use agreement); redistribution of images or reports is prohibited, so the benchmark releases only question/paraphrase text and identifiers. | PhysioNet Credentialed Health Data License 1.5.0 |
| PadChest | Registration with the Medical Imaging Databank of the Valencia Region (BIMCV) is required before download. The PadChest Dataset Research Use Agreement grants research use only and prohibits reproducing or publishing any portion of the dataset without prior written permission, so the benchmark releases only question and paraphrase text. | PadChest Dataset Research Use Agreement (BIMCV; research use only, redistribution prohibited without written permission) |
| VinDr-CXR | Credentialed PhysioNet access (CITI training plus a signed data use agreement); redistribution prohibited. | PhysioNet Credentialed Health Data License 1.5.0 |
| CheXlocalize | Free registration with Stanford AIMI is required before download; released for research use. | Stanford AIMI dataset terms (research use) |