LGAIOct 14, 2024

Automated Filtering of Human Feedback Data for Aligning Text-to-Image Diffusion Models

arXiv:2410.10166v25 citationsh-index: 12ICLR
Originality Highly original
AI Analysis

This addresses a bottleneck in aligning AI-generated images with human intentions, offering a more efficient fine-tuning process for diffusion models.

The paper tackles the problem of slow convergence in fine-tuning text-to-image diffusion models with human feedback due to dataset noise and size, proposing FiFA, an automated data filtering algorithm that improves training stability and achieves 17% higher human preference while using only 0.5% of the data and 1% of GPU hours.

Fine-tuning text-to-image diffusion models with human feedback is an effective method for aligning model behavior with human intentions. However, this alignment process often suffers from slow convergence due to the large size and noise present in human feedback datasets. In this work, we propose FiFA, a novel automated data filtering algorithm designed to enhance the fine-tuning of diffusion models using human feedback datasets with direct preference optimization (DPO). Specifically, our approach selects data by solving an optimization problem to maximize three components: preference margin, text quality, and text diversity. The concept of preference margin is used to identify samples that are highly informative in addressing the noisy nature of feedback dataset, which is calculated using a proxy reward model. Additionally, we incorporate text quality, assessed by large language models to prevent harmful contents, and consider text diversity through a k-nearest neighbor entropy estimator to improve generalization. Finally, we integrate all these components into an optimization process, with approximating the solution by assigning importance score to each data pair and selecting the most important ones. As a result, our method efficiently filters data automatically, without the need for manual intervention, and can be applied to any large-scale dataset. Experimental results show that FiFA significantly enhances training stability and achieves better performance, being preferred by humans 17% more, while using less than 0.5% of the full data and thus 1% of the GPU hours compared to utilizing full human feedback datasets.

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