LGAIDec 12, 2024

Radiology Report Generation via Multi-objective Preference Optimization

arXiv:2412.08901v222 citationsh-index: 17AAAI
Originality Incremental advance
AI Analysis

This addresses the need for personalized radiology reports to reduce radiologist workload, though it is incremental as it builds on existing RRG methods by adding preference alignment.

The paper tackles the problem of aligning radiology report generation with diverse radiologist preferences by proposing Multi-objective Preference Optimization (MPO), which uses multi-objective reinforcement learning to optimize a model for multiple preferences simultaneously, achieving state-of-the-art performance on two public datasets.

Automatic Radiology Report Generation (RRG) is an important topic for alleviating the substantial workload of radiologists. Existing RRG approaches rely on supervised regression based on different architectures or additional knowledge injection,while the generated report may not align optimally with radiologists' preferences. Especially, since the preferences of radiologists are inherently heterogeneous and multidimensional, e.g., some may prioritize report fluency, while others emphasize clinical accuracy. To address this problem,we propose a new RRG method via Multi-objective Preference Optimization (MPO) to align the pre-trained RRG model with multiple human preferences, which can be formulated by multi-dimensional reward functions and optimized by multi-objective reinforcement learning (RL). Specifically, we use a preference vector to represent the weight of preferences and use it as a condition for the RRG model. Then, a linearly weighed reward is obtained via a dot product between the preference vector and multi-dimensional reward. Next,the RRG model is optimized to align with the preference vector by optimizing such a reward via RL. In the training stage,we randomly sample diverse preference vectors from the preference space and align the model by optimizing the weighted multi-objective rewards, which leads to an optimal policy on the entire preference space. When inference,our model can generate reports aligned with specific preferences without further fine-tuning. Extensive experiments on two public datasets show the proposed method can generate reports that cater to different preferences in a single model and achieve state-of-the-art performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes