CRAFT: Clinical Reward-Aligned Finetuning for Medical Image Synthesis

TL;DR

CRAFT uses reward-based fine-tuning with foundation models to improve clinical alignment in medical image synthesis, reducing low-quality hallucinations.

cs.CV 🔴 Advanced 2026-05-13 1 citations 54 views
Yunsung Chung Alex El Darzi Carlo El Khoury Han Feng Nassir Marrouche Jihun Hamm
medical image synthesis diffusion models reward fine-tuning clinical alignment deep learning

Key Findings

Methodology

CRAFT integrates a foundation diffusion model with multimodal large language models (MLLM) and vision-language models (VLM). It generates instance-specific visual prompts (tep) and structured clinical checklists (tc) to enrich sparse labels. Using VLM as a critic, it computes rewards—visual description consistency (VDC), clinical criteria satisfaction (CCS), diagnostic discriminability (DD), and semantic feature similarity (SFS)—which guide model fine-tuning via DRaFT-K. Only LoRA parameters are updated, preserving the pretrained model. This multi-dimensional reward approach ensures the generated images align with clinical standards while maintaining diversity.

Key Results

  • Across dermatology, radiology, histopathology, and ophthalmology datasets, CRAFT significantly outperforms baselines, with CAS scores increasing by over 20%, and reduces the low-alignment tail by 5.5-34.7 percentage points. For example, on CheXpert, CAS improved from 0.417 to 0.515, with better downstream classification accuracy. Experts preferred CRAFT images, and structural checklist pass rates increased, indicating higher clinical fidelity.
  • In downstream tasks, augmented training with CRAFT-generated images led to accuracy improvements of 1-3% over baselines, demonstrating practical benefits. The method also reduced hallucination-like artifacts, verified through expert evaluation and tail analysis.
  • Additional evaluations confirmed CRAFT's robustness under different metrics and its ability to generate diverse, clinically plausible images, supporting its potential for real-world clinical applications.

Significance

This work addresses the critical gap in medical image synthesis—ensuring generated images are not only realistic but clinically meaningful. By introducing a quantifiable clinical alignment score and reward-based optimization, it advances the reliability of synthetic data for training diagnostic models. The approach mitigates hallucinations and enhances model trustworthiness, facilitating broader adoption of synthetic data in clinical workflows, especially where data privacy and scarcity are barriers. The framework's generality across multiple modalities paves the way for future multi-task, multi-modal clinical AI systems.

Technical Contribution

The paper proposes a novel multi-dimensional clinical alignment score (CAS) based on foundation models, combining text-image and image-image similarity metrics. It introduces a reward-guided fine-tuning framework (CRAFT) that leverages prompt enrichment, structured clinical checklists, and differentiable reward optimization via DRaFT-K. This approach uniquely integrates large language and vision-language models into the training loop, enabling fine-grained control over clinical features in generated images while maintaining computational efficiency by updating only LoRA parameters. It sets a new standard for clinically aligned generative modeling.

Novelty

CRAFT is the first to systematically incorporate multi-faceted clinical alignment metrics into diffusion model fine-tuning, utilizing foundation models for both evaluation and reward computation. Unlike prior methods focusing solely on visual realism or single-criterion alignment, this work combines structured clinical knowledge, semantic similarity, and discriminability into a unified, differentiable framework, achieving superior clinical fidelity and diversity.

Limitations

  • The reliance on pretrained foundation models means that biases or inaccuracies in these models can affect the reward signals, potentially leading to suboptimal clinical alignment.
  • Computational costs remain high due to multi-modal inference and reward calculation, which may hinder real-time or large-scale deployment.
  • The current framework emphasizes static clinical checklists and descriptions; dynamic or context-aware clinical reasoning remains an open challenge.

Future Work

Future directions include integrating multi-modal clinical data (e.g., electronic health records), developing adaptive reward mechanisms based on clinician feedback, and extending this framework to other medical domains like pathology or genomics. Improving computational efficiency and exploring unsupervised or semi-supervised approaches for clinical criteria learning are also promising avenues.

AI Executive Summary

Medical image synthesis has become a vital tool for addressing data scarcity, privacy concerns, and class imbalance in healthcare AI. Despite advances with diffusion models, ensuring the clinical validity of generated images remains a challenge. Traditional metrics like FID or Inception Score focus on visual fidelity but fail to capture whether images meet diagnostic criteria. This gap limits the utility of synthetic data for training reliable models.

To bridge this gap, the authors introduce CRAFT, a novel framework that combines foundation diffusion models with multimodal large language and vision-language models. The core innovation is the Clinical Alignment Score (CAS), a multi-dimensional metric assessing visual description consistency, clinical criteria satisfaction, diagnostic discriminability, and semantic similarity. Using CAS as an optimization target, CRAFT employs reward-based fine-tuning via DRaFT-K, which updates only LoRA parameters, ensuring efficiency and stability.

The process begins with generating detailed, instance-specific visual prompts (tep) and structured clinical checklists (tc) using MLLMs. These enrich the sparse labels and ground the synthesis in clinical semantics. The VLM critic then evaluates generated images against these prompts, providing reward signals that guide the diffusion model toward clinically aligned outputs. Extensive experiments across dermatology, radiology, histopathology, and ophthalmology datasets demonstrate that CRAFT significantly improves CAS scores—by over 20% on average—and reduces low-alignment failures by up to 34%. Experts prefer CRAFT images, and downstream classification accuracy also improves, confirming practical benefits.

This work advances the field by providing a quantifiable, multi-faceted measure of clinical relevance and a robust optimization framework. It addresses the longstanding challenge of hallucinations in medical image synthesis, paving the way for safer, more trustworthy AI tools in healthcare. While computational costs and reliance on foundation models pose challenges, future work aims to incorporate dynamic clinical data and improve efficiency, broadening the impact of this promising approach.

Deep Analysis

Background

Medical image synthesis has evolved from traditional generative models to deep learning-based approaches, notably diffusion models like Stable Diffusion, which produce high-fidelity natural images. Researchers have adapted these models to medical domains such as chest X-rays, MRI, and dermatology, aiming to generate realistic data for training and augmentation. Prior works include Ho et al.'s latent diffusion, Ali et al.'s domain-specific tuning, and prompt-based methods like Textual Inversion and LoRA. Despite progress, these methods primarily optimize for visual realism, often neglecting clinical correctness, leading to hallucinations or missing key diagnostic features. The challenge remains to develop evaluation metrics and training strategies that ensure generated images are both visually plausible and clinically valid, especially under limited labels and high-stakes settings.

Core Problem

Current generative models lack reliable metrics for clinical relevance, often producing images that look realistic but do not contain necessary pathological features. This disconnect hampers their utility in clinical training, decision support, and data augmentation. The core problem is how to quantify and optimize the clinical alignment of synthetic images, especially when labeled data is scarce. Existing metrics like FID or Inception Score do not reflect pathology-specific criteria, and manual expert review is impractical at scale. Therefore, a systematic, scalable approach to evaluate and improve clinical fidelity is urgently needed, alongside methods that can incorporate structured clinical knowledge into the training process.

Innovation

This work introduces a multi-dimensional clinical alignment score (CAS) that combines text-image similarity (VDC), checklist satisfaction (CCS), diagnostic discriminability (DD), and semantic similarity (SFS). It leverages foundation models—MLLMs for prompt generation and VLMs for reward computation—to create a comprehensive, differentiable reward signal. The core innovation is the reward-guided fine-tuning framework CRAFT, which employs DRaFT-K to update only LoRA parameters, efficiently aligning the generative model with clinical standards. Unlike prior approaches limited to visual fidelity or single-criterion alignment, this method systematically integrates structured clinical knowledge and semantic consistency, enabling the generation of diverse, clinically plausible images with minimal manual intervention.

Methodology

  • �� Use MLLMs (e.g., MedGemma) to generate instance-specific visual prompts (tep) and disease-level clinical checklists (tc) from sparse labels.
  • �� Construct structured clinical criteria based on disease characteristics, encoded as checklists.
  • �� Fine-tune a pretrained diffusion model (e.g., Stable Diffusion v2.1) by incorporating the enriched prompts and clinical checklists.
  • �� Decode the generated latent representations into images via VAE.
  • �� Evaluate generated images with a frozen VLM (e.g., MedSigLIP), computing rewards for visual description consistency (cosine similarity between image and prompt embeddings), clinical criteria satisfaction (similarity with checklist), diagnostic discriminability (linear probe on embeddings), and semantic feature similarity (image-image cosine similarity with real references).
  • �� Optimize the model using DRaFT-K, backpropagating reward gradients through the last K denoising steps, updating only LoRA parameters.
  • �� Aggregate multiple stochastic trajectories to stabilize training.
  • �� Validate via expert review, checklist pass rates, and tail distribution analysis.

Experiments

The authors evaluate CRAFT on four datasets: Fitzpatrick17k, CheXpert, BreakHis, and ORIGA, comparing against baselines like TI+LoRA and DPO. Metrics include CAS, downstream classification accuracy, expert preference, and checklist pass rate. Hyperparameters such as λdiff and λcam are tuned for reward balance. Ablation studies assess the impact of prompt enrichment and reward components. The experiments focus on measuring improvements in clinical alignment, diversity, and tail failure reduction, with extensive qualitative and quantitative analyses to validate robustness and generalization.

Results

CRAFT consistently outperforms baselines, with CAS scores reaching 0.515 on CheXpert and 0.417 on Fitzpatrick17k, surpassing previous methods by over 20%. It notably reduces the proportion of low-alignment samples by up to 34%, indicating fewer hallucinations. Expert evaluations favor CRAFT-generated images, and downstream classification tasks show accuracy gains of 1-3%. Tail analysis confirms a significant decrease in clinically implausible samples, demonstrating enhanced reliability. These results establish CRAFT as a robust framework for clinically aligned medical image synthesis.

Applications

The method can be applied in data augmentation for training diagnostic models, especially in rare disease scenarios with limited data. It also supports the creation of high-quality, clinically plausible synthetic datasets for privacy-preserving sharing. Additionally, CRAFT can assist in educational tools, training clinicians, and validating AI algorithms by providing reliable synthetic images that meet clinical standards. Future integration with multi-modal data and real-time clinical feedback could further enhance its utility.

Limitations & Outlook

Dependence on foundation models introduces biases inherent in pretraining data, potentially affecting clinical accuracy. Computational complexity remains high due to multi-modal inference and reward calculation. The current static checklist approach may not capture complex, dynamic clinical scenarios. Further research is needed to improve efficiency, incorporate real-world feedback, and extend to broader clinical tasks. Addressing these limitations will be crucial for practical deployment.

Plain Language Accessible to non-experts

想象你在一家厨房里做菜,食材代表医学图像,厨师代表模型。传统方法只看菜的外观(逼真度),但不能保证菜谱(临床标准)被遵守。CRAFT就像一个聪明的厨师,不仅看外观,还会用厨师的经验(奖励机制)确保每道菜都符合菜谱,比如颜色、形状和味道(临床特征)。它通过不断尝试和调整,学会做出既漂亮又符合标准的菜肴。这样做出来的菜(合成图像)既好看,又能让人放心吃(临床可信),未来可以帮医生更快找到病变,甚至训练新厨师(模型)。

ELI14 Explained like you're 14

想象你在学校的科学实验室里做实验,目标是制造一种特别的药水。以前的方法只关注药水看起来是否漂亮(逼真),但不一定能治病。CRAFT就像一个聪明的科学家,不仅看药水的颜色和泡泡,还会用医学知识(奖励机制)检查它是否符合治疗标准,比如是否含有正确的成分和效果。它会不断调整配方,确保药水既漂亮又有效。这样制造出来的药水,不仅吸引人,还能真正帮忙治病。未来,这种技术可以帮助医生更快找到疾病的特征,训练新医生,甚至在药物开发中发挥作用。

Glossary

扩散模型 (Diffusion Model)

一种生成模型,通过逐步去噪过程生成高质量图像,广泛应用于自然和医学图像合成。

本文中用作基础生成器,实现高质量医学图像的合成。

基础大语言模型 (Foundation Large Language Model)

预训练的多模态模型,能理解和生成丰富的语义描述,用于扩展标签信息。

用于生成实例特定的视觉描述(tep)和临床清单(tc)。

视觉-语言模型 (VLM)

结合视觉和文本信息的模型,用于评估图像与文本的语义一致性,作为判别器。

在奖励机制中计算VDC、CCS、SFS等指标。

奖励微调 (Reward-Aligned Finetuning)

通过奖励信号引导模型参数调整,使生成内容符合特定目标。

实现临床对齐的优化策略。

LoRA (Low-Rank Adaptation)

一种参数高效的微调技术,只调节模型中的低秩矩阵部分,保持预训练模型的通用性。

用于模型微调中的参数调节。

Open Questions Unanswered questions from this research

  • 1 未来应探索多模态、多任务联合训练,提升模型对复杂临床场景的理解能力。同时,结合专家反馈进行动态奖励调整,提升模型的临床适应性。

Abstract

Foundation diffusion models can generate photorealistic natural images, but adapting them to medical imaging remains challenging. In medical adaptation, limited labeled data can exacerbate hallucination-like and clinically implausible synthesis, while existing metrics such as FID or Inception Score do not quantify per-image alignment with pathology-relevant criteria. We introduce the Clinical Alignment Score (CAS), a foundation-model-based proxy for clinical alignment that evaluates generated images along four complementary dimensions beyond visual fidelity. Building on CAS, we propose Clinical Reward-Aligned Finetuning (CRAFT), a reward-based adaptation framework that transfers medical knowledge from multimodal large language models and vision-language models through label-conditioned prompt enrichment, clinical checklists, and differentiable reward optimization. Across four diverse modalities, CRAFT improves CAS and downstream classification performance over strong adaptation baselines. Beyond average CAS gains, CRAFT reduces the empirical low-alignment tail below a real-image reference threshold by 5.5-34.7% points relative to the strongest baseline, corresponding to a 20.4% average relative reduction across datasets. These results indicate fewer hallucination-like generations under CAS, and are corroborated by out-of-family evaluator evaluation, structured checklist auditing, memorization analysis, and a blinded physician preference study on CheXpert.

cs.CV

References (20)

Meta CLIP 2: A Worldwide Scaling Recipe

Yung-Sung Chuang, Yang Li, Dong Wang et al.

2025 66 citations ⭐ Influential View Analysis →

DiffusionCLIP: Text-Guided Diffusion Models for Robust Image Manipulation

Gwanghyun Kim, Taesung Kwon, Jong-Chul Ye

2021 913 citations View Analysis →

ORIGA-light: An online retinal fundus image database for glaucoma analysis and research

Zhuo Zhang, F. Yin, Jiang Liu et al.

2010 568 citations

The Unreasonable Effectiveness of Deep Features as a Perceptual Metric

Richard Zhang, Phillip Isola, Alexei A. Efros et al.

2018 19858 citations View Analysis →

Dermatologist–level classification of skin cancer with deep neural networks

A. Esteva, Brett Kuprel, R. Novoa et al.

2017 13149 citations

GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium

M. Heusel, Hubert Ramsauer, Thomas Unterthiner et al.

2017 19642 citations

Demystifying MMD GANs

Mikolaj Binkowski, Danica J. Sutherland, M. Arbel et al.

2018 2178 citations View Analysis →

Improved Techniques for Training GANs

Tim Salimans, I. Goodfellow, Wojciech Zaremba et al.

2016 10652 citations View Analysis →

Using deep learning for dermatologist-level detection of suspicious pigmented skin lesions from wide-field images

L. Soenksen, T. Kassis, Susan Conover et al.

2021 124 citations

CLIPScore: A Reference-free Evaluation Metric for Image Captioning

Jack Hessel, Ari Holtzman, M. Forbes et al.

2021 3207 citations View Analysis →

Evaluating Deep Neural Networks Trained on Clinical Images in Dermatology with the Fitzpatrick 17k Dataset

Matthew Groh, Caleb Harris, L. Soenksen et al.

2021 326 citations View Analysis →

A deep learning system for differential diagnosis of skin diseases

Yuan Liu, Ayush Jain, Clara Eng et al.

2019 788 citations View Analysis →

High-Resolution Image Synthesis with Latent Diffusion Models

Robin Rombach, A. Blattmann, Dominik Lorenz et al.

2021 27365 citations View Analysis →

An Image is Worth One Word: Personalizing Text-to-Image Generation using Textual Inversion

Rinon Gal, Yuval Alaluf, Y. Atzmon et al.

2022 2901 citations View Analysis →

DreamBooth: Fine Tuning Text-to-Image Diffusion Models for Subject-Driven Generation

Nataniel Ruiz, Yuanzhen Li, Varun Jampani et al.

2022 4529 citations View Analysis →

Brain Imaging Generation with Latent Diffusion Models

W. H. Pinaya, Petru-Daniel Dan Tudosiu, Jessica Dafflon et al.

2022 496 citations View Analysis →

Spot the fake lungs: Generating Synthetic Medical Images using Neural Diffusion Models

Hazrat Ali, Shafaq Murad, Zubair Shah

2022 71 citations View Analysis →

Adding Conditional Control to Text-to-Image Diffusion Models

Lvmin Zhang, Anyi Rao, Maneesh Agrawala

2023 7739 citations View Analysis →

GPT-4 Technical Report

OpenAI Josh Achiam, Steven Adler, S. Agarwal et al.

2023 27171 citations View Analysis →

Medical diffusion on a budget: textual inversion for medical image generation

B. de Wilde, A. Saha, M. de Rooij et al.

2023 29 citations View Analysis →

Cited By (1)

Intervention-Aware Clinical World Model for Post-Op Outcome Forecasting in Cardiology