dfdu233/MedShift

0

stars

0

commits

Python

primary language

Jul 10, 2026

updated

README

MedShift

Training-free domain generalization for medical VLM hallucination mitigation via retrieval-augmented decoding.

Results Summary

MethodDomainNEMΔ
BaselineRadiology95046.4%
★ RAGRadiology95060.6%+14.2%
VQA-RAD (OOD)Radiology45167.8%+24.6%
SLAKE (ID)Radiology49954.1%+4.8%
RAG on PathVQAPathology50036.4%-3.4%

Structure

medshift/          Core library (VLM wrapper, RAG engine, CCD)
experiments/       Experiment scripts
results/           Source center and memory bank
reports/           PDF reports

Quick Start

pip install -r requirements.txt
python experiments/run_radiology.py
python experiments/run_pathvqa.py

Citation

If you use this code, please cite our work.

dfdu233/MedShift

0

stars

0

commits

Python

primary language

Jul 10, 2026

updated

README

MedShift

Training-free domain generalization for medical VLM hallucination mitigation via retrieval-augmented decoding.

Results Summary

MethodDomainNEMΔ
BaselineRadiology95046.4%
★ RAGRadiology95060.6%+14.2%
VQA-RAD (OOD)Radiology45167.8%+24.6%
SLAKE (ID)Radiology49954.1%+4.8%
RAG on PathVQAPathology50036.4%-3.4%

Structure

medshift/          Core library (VLM wrapper, RAG engine, CCD)
experiments/       Experiment scripts
results/           Source center and memory bank
reports/           PDF reports

Quick Start

pip install -r requirements.txt
python experiments/run_radiology.py
python experiments/run_pathvqa.py

Citation

If you use this code, please cite our work.

Languages

Python

100.0%