paper-with-me

홈 › Papers

Discrete Diffusion Language Models for Interactive Radiology Report Drafting

2026-07-01 · Max Van Puyvelde, Halil Ibrahim Gulluk, Wim Van Criekinge, Olivier Gevaert arxiv

Diffusion language models, which generate text by denoising a token canvas bidirectionally instead of emitting tokens left to right, have become competitive with autoregressive (AR) generation. Medical foundation models, however, remain almost entirely autoregressive. We adapt a mixture-of-experts diffusion language model, DiffusionGemma-26B, and benchmark it against its same-size AR sibling Gemma-4-26B under an identical LoRA recipe on medical visual question answering datasets, scored by a verbosity-robust LLM judge. Diffusion matches or exceeds AR on all of them, and the finetuned model (3.8B active) is competitive with frontier vision-language models; its decoding is also 3.5-4.4x faster. Beyond this parity, the diffusion model offers a drafting capability AR lacks: any-order infill. Because the canvas is denoised bidirectionally, a radiologist can fix report fragments and have the model fill the text between them, an operation inherent to diffusion but not to autoregression, which is subpar at it. This suits real reports, which are often terse or inconsistent across clinicians and institutions.

📄 PDF Abstract BibTeX arXiv:2607.01436

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

RaDialog: A Large Vision-Language Model for Radiology Report Generation and Conversational Assistance

2023-11-30 · Chantal Pellegrini, Ege Özsoy, Benjamin Busam, Nassir Navab 외

Conversational AI tools that can generate and discuss clinically correct radiology reports for a given medical image have the potential to transform radiology. Such a human-in-the-loop radiology assistant could facilitat…

DiagnosticLanguage ModelingLanguage ModellingLarge Language Model+1

AHIVE: Anatomy-aware Hierarchical Vision Encoding for Interactive Radiology Report Retrieval

2024-01-01 · CVPR 2024 1 · Sixing Yan, William K. Cheung, Ivor W. Tsang, Keith Chiu 외

Automatic radiology report generation using deep learning models has been recently explored and found promising. Neural decoders are commonly used for the report generation where irrelevant and unfaithful contents ar…

AnatomyDiagnosticRetrieval

Radiology Report Conditional 3D CT Generation with Multi Encoder Latent diffusion Model

2025-09-18 · Sina Amirrajab, Zohaib Salahuddin, Sheng Kuang, Henry C. Woodruff 외 arxiv

Text to image latent diffusion models have recently advanced medical image synthesis, but applications to 3D CT generation remain limited. Existing approaches rely on simplified prompts, neglecting the rich semantic deta…

Interactive and Explainable Region-guided Radiology Report Generation

2023-04-17 · CVPR 2023 1 · Tim Tanida, Philip Müller, Georgios Kaissis, Daniel Rueckert

The automatic generation of radiology reports has the potential to assist radiologists in the time-consuming task of report writing. Existing methods generate the full report from image-level features, failing to explici…

Medical Report Generation

AnchorDiff: Topology-Aware Masked Diffusion with Confidence-based Rewriting for Radiology Report Generation

2026-05-16 · Shiying Yu, Jielei Wang, Guoming Lu arxiv

Radiology report generation (RRG) aims to automatically produce clinically accurate textual reports from medical images. Existing methods predominantly rely on autoregressive (AR) language models, whose causal dependency…