Releases: X-iZhang/CCD
Releases ยท X-iZhang/CCD
v1.0.0
๐ฆ CCD v1.0.0 Release Notes
๐ Initial Release
We're excited to announce the first official release of CCD (Clinical Contrastive Decoding) โ a training-free, retrieval-free inference framework that mitigates hallucinations in radiology multimodal large language models (MLLMs).
๐ What's Included
- โ Clinical Contrastive Decoding Algorithm โ reduces medical hallucinations by integrating structured clinical signals from expert models through dual-branch contrastive decoding.
- ๐ฉบ Expert Model Integration โ supports DenseNet (CheXpert) and MedSiglip for clinical label extraction from chest X-rays.
- ๐ค 7 Pre-configured MLLM Models โ including Libra-v1.0-7B, Libra-v1.0-3B, MAIRA-2, LLaVA-Med-v1.5, LLaVA-Rad, Med-CXRGen-F, and Med-CXRGen-I.
- ๐ฎ Interactive Gradio Demo โ available locally and on Hugging Face Spaces.
- ๐๏ธ Preprocessed Evaluation Datasets โ MIMIC-CXR, IU-Xray, CheXpert Plus, and Medical-CXR-VQA test splits on Hugging Face Collections.
- ๐ ๏ธ Flexible Python API โ
ccd_eval()for CCD inference andrun_eval()for baseline comparison. - ๐๏ธ View Classification Model โ identifies and standardises view types (e.g., Frontal, Lateral).
๐ Resources
- ๐ See the Installation Guide for setup instructions.
- โก Check the Quick Start Guide for CLI, script, and web interface usage.
- ๐ ๏ธ Explore Advanced Usage for model switching and parameter tuning.
- ๐ Use RadEval for comprehensive evaluation metrics.
- ๐ Read our arXiv preprint for technical details.
โ ๏ธ Important Note
CCD is intended for research and educational purposes only. All outputs must be reviewed by qualified medical professionals before informing any clinical decision.