New AI Model Could Aid Radiology Report Drafting, Research Shows
Researchers are exploring a new approach to AI-generated radiology reports using a diffusion technique. The model, DiffusionGemma-26B, gradually refines text on a 'canvas' rather than writing left-to-right. Initial benchmarks on medical visual question answering tasks show it is competitive with traditional autoregressive models of the same size.

Researchers have published a study on DiffusionGemma-26B, a novel AI model that generates text using a discrete diffusion process. Unlike conventional autoregressive (AR) models, which generate tokens sequentially from left to right, diffusion models begin with a 'canvas' of corrupted text and iteratively denoise it to produce a coherent output. The paper adapts a mixture-of-experts diffusion language model and compares it against its same-size AR sibling, Gemma-4-26B, under an identical fine-tuning recipe (LoRA) on medical visual question answering (VQA) datasets.
Key findings: The diffusion model matched or exceeded the performance of the comparable autoregressive model on the evaluated medical VQA tasks. The model's performance was scored by a verbosity-robust LLM judge, which the researchers argue provides a fairer comparison than traditional metrics.
The paper, which is a recent pre-publication on arXiv, discusses the potential of diffusion models for interactive radiology report drafting—where a radiologist could iteratively refine the generated output in collaboration with the model. The authors highlight that medical foundation models remain almost entirely autoregressive, making this work a step toward diversifying the architectural landscape for healthcare AI.
**Correction from initial coverage:** The model is not proven to 'revolutionize' radiology reporting or provide faster diagnoses. The paper does not include a direct test on clinical report generation workflows, and the researchers caution that this is an early-stage benchmark on VQA datasets using an automated judge. Readers should view this as a promising research direction rather than a production-ready solution.