Multi-Axis Max@K Reinforcement Learning for Representative Diversity in Text-to-Image Generation
Summary
Multi-Axis Max@K Reinforcement Learning addresses the limited diversity and demographic skew in text-to-image (T2I) models, particularly for person-centric prompts. The proposed method formalizes this as target-mode coverage and introduces multi-axis max@K, a group-based reinforcement learning objective for diffusion-based T2I models. This objective assigns credit by taking the maximum score across samples for each target category and summing these maxima, ensuring different samples contribute to distinct categories. Validated on a synthetic mixture and SD3.5-M using pixel-based color rewards, the approach also improved perceived-appearance fairness. Across three automatic evaluators on held-out prompts, it enhanced the Fairness Score by 0.23-0.36 relative to the base model, while maintaining image quality and text alignment.
Key takeaway
For machine learning engineers and AI ethicists developing text-to-image models, integrating the multi-axis max@K reinforcement learning objective can significantly mitigate demographic skew and improve representative diversity. Your models will generate a broader range of visually distinct modes, enhancing fairness scores by 0.23-0.36 without compromising image quality or text alignment. Consider implementing this approach to ensure more equitable and diverse outputs.
Key insights
A novel multi-axis max@K reinforcement learning objective significantly improves representative diversity and fairness in text-to-image generation.
Principles
- T2I diversity can be formalized as target-mode coverage.
- Group-based RL can enhance T2I diversity and fairness.
- Credit assignment can enable different samples to contribute to distinct categories.
Method
The multi-axis max@K objective calculates the maximum score across samples for each target category, then sums these maxima, assigning positive weight only when a sample increases a category's group-wise maximum.
In practice
- Apply multi-axis max@K to diffusion-based T2I models.
- Use deterministic pixel-based color rewards for validation.
- Evaluate perceived-appearance fairness with automatic evaluators.
Topics
- Reinforcement Learning
- Text-to-Image Generation
- Diffusion Models
- Image Diversity
- Algorithmic Fairness
- SD3.5-M
Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, AI Ethicist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.