Optimizing Visual Generative Models via Distribution-wise Rewards

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

A novel framework addresses limitations in conventional reinforcement learning for visual generative models by employing distribution-wise rewards instead of sample-wise functions. Traditional methods often lead to reward hacking, degrading image diversity and introducing visual anomalies, alongside mode collapse. This new approach finetunes generative models to better align with real-world data distributions by accounting for the overall data distribution of samples, thereby mitigating mode collapse. To overcome the high computational cost of estimating these rewards, the framework introduces a subset-replace strategy, which efficiently provides reward signals by updating only a small subset of a generated reference set. Additionally, it applies RL to optimize post-hoc model merging coefficients, potentially mitigating train-inference inconsistency from stochastic differential equations (SDEs). Experiments demonstrate significant improvements in FID-50K, reducing it from 8.30 to 5.77 for SiT and from 3.74 to 3.52 for EDM2, while also enhancing perceptual quality and preserving sample diversity.

Key takeaway

For machine learning engineers developing visual generative models, if you are encountering issues like mode collapse or degraded image diversity, consider implementing distribution-wise reward functions. This approach, coupled with efficient estimation strategies like subset-replace, can significantly improve your model's FID-50K scores and perceptual quality, as demonstrated by improvements from 8.30 to 5.77 for SiT. Evaluate integrating this method to enhance the realism and diversity of your generated outputs.

Key insights

Distribution-wise rewards and a subset-replace strategy mitigate mode collapse and improve diversity in visual generative models.

Principles

Method

Finetune generative models with distribution-wise rewards, using a subset-replace strategy for efficient reward estimation, and optimize post-hoc model merging coefficients via RL.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.