← Back to feed
2026-06-25visionmultimodalcode

DanceOPD: On-Policy Generative Field Distillation

Wei Zhou, Xiongwei Zhu, Zelin Xu, Bo Dong, Lixue Gong, Yongyuan Liang, Meng Chu, Leigang Qu, Lingdong Kong, Wei Liu, Tat-Seng Chua

PDF preview for DanceOPD: On-Policy Generative Field Distillation
Read on arXiv →

Key claim

DanceOPD improves multi-capability image generation without quality loss.

In plain English

Imagine you're trying to build a single model that can do everything related to image generation — from creating images from text to editing those images in various ways. The challenge is that these tasks often conflict with each other. For example, if you focus on editing an image, it might hurt the model's ability to generate images from text. This is a common issue in the field, where different capabilities can interfere with one another, leading to subpar results. This problem is known as capability conflict.

To address this, the authors propose a new method called DanceOPD. Instead of trying to make one model handle everything at once, DanceOPD routes each image generation task to a specific capability field. It uses a technique that allows the model to learn from its own experiences, focusing on one task at a time while still being aware of the others. This way, the model can improve its performance on each task without degrading the overall quality of the images it generates.

What sets this work apart from previous methods is its ability to effectively compose multiple capabilities while preserving the quality of the generated images. The experiments show that DanceOPD not only enhances the performance of text-to-image generation but also improves editing capabilities. For anyone building image generation systems, this approach offers a practical solution to a common problem, making it easier to create models that can handle a variety of tasks without compromising on quality.

Novelty
8.0/10

The approach introduces a new framework for effectively composing multiple image generation capabilities.

Reliability
7.5/10

The experiments demonstrate improvements across various tasks, though more extensive baselines could strengthen claims.

Deep reliability assessment

The results support that DanceOPD improves capability composition over several OPD/distillation baselines in the tested flow-matching image generation/editing settings, especially on GEditBench and GenEval. The broader claim that this is a general route for composing heterogeneous generative capabilities is stronger than the evidence shown, since the evaluations appear centered on image editing/T2I setups, automated metrics, and likely model-specific training choices.

Reproducibility

Partial: the paper provides a project page at https://DanceOPD.github.io and reports implementation/evaluation details in appendices, but no explicit GitHub/code repository or released training dataset is mentioned in the provided text.

Key figure

Figure 1 compares DanceOPD against Flow-OPD, DiffusionOPD, and off-policy distillation across T2I-plus-editing and local-plus-global editing settings, showing higher GEditBench and GenEval scores with lower per-step training cost.

Benchmark results

GEditBench-ENaverage score: 5.347vs DiffusionOPD+0.400
GenEvaloverall score: 0.849vs DiffusionOPD+0.016
GEditBench-ENaverage score: 5.498vs Off-Policy Distill.+0.762
GenEvaloverall score: 0.848vs Flow-OPD+0.021
Codelink
DanceOPD.github.ioOfficial
DanceOPD: On-Policy Generative Field Distillation — Frontier Papers