CVAICYLGMMOct 16, 2024

Embedding an Ethical Mind: Aligning Text-to-Image Synthesis via Lightweight Value Optimization

Tsinghua
arXiv:2410.12700v14 citationsh-index: 11MM
Originality Incremental advance
AI Analysis

This addresses the issue of ethical misalignment in text-to-image synthesis for users and developers, representing an incremental improvement in model alignment.

The paper tackles the problem of harmful content generation in text-to-image models by proposing LiVO, a lightweight method that reduces harmful outputs and achieves faster convergence, surpassing several baselines.

Recent advancements in diffusion models trained on large-scale data have enabled the generation of indistinguishable human-level images, yet they often produce harmful content misaligned with human values, e.g., social bias, and offensive content. Despite extensive research on Large Language Models (LLMs), the challenge of Text-to-Image (T2I) model alignment remains largely unexplored. Addressing this problem, we propose LiVO (Lightweight Value Optimization), a novel lightweight method for aligning T2I models with human values. LiVO only optimizes a plug-and-play value encoder to integrate a specified value principle with the input prompt, allowing the control of generated images over both semantics and values. Specifically, we design a diffusion model-tailored preference optimization loss, which theoretically approximates the Bradley-Terry model used in LLM alignment but provides a more flexible trade-off between image quality and value conformity. To optimize the value encoder, we also develop a framework to automatically construct a text-image preference dataset of 86k (prompt, aligned image, violating image, value principle) samples. Without updating most model parameters and through adaptive value selection from the input prompt, LiVO significantly reduces harmful outputs and achieves faster convergence, surpassing several strong baselines and taking an initial step towards ethically aligned T2I models.

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