[NeurIPS 2025] CURV: Coherent Uncertainty-Aware Reasoning in Vision-Language Models for X-Ray Report Generation
This repository contains the official implementation for the paper "CURV: Coherent Uncertainty-Aware Reasoning in Vision-Language Models for X-Ray Report Generation", accepted at NeurIPS 2025.
Model file at: https://modelscope.cn/models/wzaAAAAA/CURV
TRACE-CXR dataset: https://modelscope.cn/datasets/wzaAAAAA/TRACE-CXR
Uncertainty dataset: https://modelscope.cn/datasets/wzaAAAAA/curv_uncertainty_dataset
Vision-language models (VLMs) have shown promise in generating radiology reports, but they often lack the ability to explicitly model diagnostic uncertainty and the reasoning process used to reach clinical impressions. This limits their clinical accuracy and trustworthiness. We introduce CURV, a novel framework that integrates uncertainty awareness and explicit reasoning capabilities. Our results show that CURV generates clinically relevant reports with appropriate uncertainty and transparent reasoning, significantly outperforming previous methods.
CURV employs a three-stage training pipeline that combines uncertainty-aware fine-tuning, reasoning initialization, and reinforcement learning to produce high-quality, trustworthy reports. The overall architecture is shown below.
- Uncertainty-Aware Generation: We propose a framework that integrates a specialized fine-tuning strategy and an uncertainty-calibrated reward mechanism to model both Structural Uncertainty (in findings) and Semantic Uncertainty (in impressions).
- Structured Reasoning with TRACE-CXR: We introduce a structured reasoning framework that generates explicit "thinking" pathways. To enable this, we developed TRACE-CXR, a new dataset of 2,000 reports augmented with LLM-generated reasoning steps. This dataset will be made publicly available.
- State-of-the-Art Performance: Through extensive experiments, we show that CURV outperforms existing methods on both standard and clinical accuracy metrics. It also demonstrates strong generalization to out-of-distribution data.
If you find our work useful, please consider citing our paper:
@inproceedings{wang2025curv,
title={{CURV}: Coherent Uncertainty-Aware Reasoning in Vision-Language Models for {X-Ray} Report Generation},
author={Ziao Wang and Sixing Yan and Kejing Yin and Xiaofeng Zhang and William K. Cheung},
booktitle={Thirty-ninth Conference on Neural Information Processing Systems},
year={2025},
url={}
}