Online Iterative Self-Alignment for Radiology Report Generation
Ting Xiao, Lei Shi, Yang Zhang, HaoFeng Yang, Zhe Wang, Chenjia Bai
TL;DR
This work tackles data coverage limits in Radiology Report Generation by introducing Online Iterative Self-Alignment (OISA), a four-stage, self-driven post-training framework that continuously expands data quality through self-generation, self-evaluation, self-alignment, and self-iteration. A lightweight RRG model is conditioned on a one-hot weight vector $\mathbf{w}$ to capture multi-objective radiologist preferences, and optimized via Multi-Objective Direct Preference Optimization (MODPO) over progressively constructed preference datasets. Theoretical guarantees are provided under a linear reward assumption, including an estimation error bound and a sub-optimality bound for the multi-objective policy, which tighten as the model gathers higher-quality data in iterations. Empirically, OISA achieves state-of-the-art or competitive results on MIMIC-CXR and IU-Xray across multiple radiology and NLG metrics, producing well-balanced Pareto fronts that reflect robust multi-objective alignment while maintaining efficiency with a lightweight model.
Abstract
Radiology Report Generation (RRG) is an important research topic for relieving radiologist' heavy workload. Existing RRG models mainly rely on supervised fine-tuning (SFT) based on different model architectures using data pairs of radiological images and corresponding radiologist-annotated reports. Recent research has shifted focus to post-training improvements, aligning RRG model outputs with human preferences using reinforcement learning (RL). However, the limited data coverage of high-quality annotated data poses risks of overfitting and generalization. This paper proposes a novel Online Iterative Self-Alignment (OISA) method for RRG that consists of four stages: self-generation of diverse data, self-evaluation for multi-objective preference data,self-alignment for multi-objective optimization and self-iteration for further improvement. Our approach allows for generating varied reports tailored to specific clinical objectives, enhancing the overall performance of the RRG model iteratively. Unlike existing methods, our frame-work significantly increases data quality and optimizes performance through iterative multi-objective optimization. Experimental results demonstrate that our method surpasses previous approaches, achieving state-of-the-art performance across multiple evaluation metrics.
