LGAICVJun 7, 2023

Rewarded soups: towards Pareto-optimal alignment by interpolating weights fine-tuned on diverse rewards

arXiv:2306.04488v2251 citationsh-index: 60
Originality Incremental advance
AI Analysis

This approach addresses alignment challenges in deep models for real-world tasks with heterogeneous human opinions, representing an incremental improvement over existing fine-tuning methods.

The paper tackles the problem of suboptimal alignment in foundation models due to imperfect proxy rewards and diverse objectives by proposing a multi-policy strategy that aims for Pareto-optimal generalization across preferences. It introduces rewarded soups, which involve fine-tuning multiple networks on diverse rewards and linearly interpolating their weights, demonstrating effectiveness across text-to-text, text-image, and control tasks.

Foundation models are first pre-trained on vast unsupervised datasets and then fine-tuned on labeled data. Reinforcement learning, notably from human feedback (RLHF), can further align the network with the intended usage. Yet the imperfections in the proxy reward may hinder the training and lead to suboptimal results; the diversity of objectives in real-world tasks and human opinions exacerbate the issue. This paper proposes embracing the heterogeneity of diverse rewards by following a multi-policy strategy. Rather than focusing on a single a priori reward, we aim for Pareto-optimal generalization across the entire space of preferences. To this end, we propose rewarded soup, first specializing multiple networks independently (one for each proxy reward) and then interpolating their weights linearly. This succeeds empirically because we show that the weights remain linearly connected when fine-tuned on diverse rewards from a shared pre-trained initialization. We demonstrate the effectiveness of our approach for text-to-text (summarization, Q&A, helpful assistant, review), text-image (image captioning, text-to-image generation, visual grounding, VQA), and control (locomotion) tasks. We hope to enhance the alignment of deep models, and how they interact with the world in all its diversity.

Code Implementations1 repo
Foundations

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

Your Notes