ByteDance adapts GRPO for enhanced post-training model capabilities

56 minutes ago 1



ByteDance’s AI research division has taken a reinforcement learning technique originally designed for large language models and retrofitted it for visual generation, producing a framework called DanceGRPO that delivers significant quality improvements across text-to-image, text-to-video, and image-to-video tasks. The work, developed by ByteDance’s Seed team in collaboration with researchers at the University of Hong Kong, represents one of the more ambitious attempts to solve a persistent headache in generative AI: getting diffusion models and rectified flow models to actually produce what humans want. From language to visuals Group Relative Policy Optimization, or GRPO, first appeared in April 2024 as part of DeepSeek’s DeepSeekMath research. Its core innovation was elegant. Instead of training a separate critic model to evaluate outputs (the standard approach in reinforcement learning from human feedback), GRPO scores outputs relative to a group of samples. That architectural shortcut made the whole training process cheaper and more efficient. ByteDance’s contribution was figuring out how to apply that same logic to visual generation, which is a fundamentally different problem. L...

Read Entire Article