DanceOPD: On-Policy Generative Field Distillation
Abstract Overview
DanceOPD is an on-policy generative field distillation framework for flow-matching image models aimed at combining multiple capabilities, such as text-to-image generation and different forms of editing, within a single student model. The method treats each frozen capability source as a velocity field on a shared generative state space, routes each training sample to exactly one capability field, and queries supervision on the student’s own rollout states rather than off-policy states. It further uses a single low-noise, semantic-side query per sample and trains the student with a simple velocity MSE objective. The paper positions these choices as responses to three alignment problems in multi-capability distillation: target-field ambiguity, state-distribution mismatch, and trajectory-query correlation.
Novelty
The paper’s main distinction is framing multi-capability image generation as on-policy generative field distillation over routed capability fields, rather than joint training, parameter merging, or inference-time composition. Its specific combination of hard sample-wise routing, student-state on-policy querying, and a single semantic-side low-noise query appears to be the central methodological contribution.
Results
Across T2I-plus-editing, local-plus-global editing, realism-field absorption, and classifier-free guidance absorption, the reported experiments show that DanceOPD generally strengthens the target capability while preserving anchor generation quality. The paper reports gains over reproduced OPD baselines and off-policy distillation, and its ablations indicate that hard routing, low-noise semantic-side queries, and plain velocity MSE are stronger defaults than soft teacher mixing, dense same-rollout supervision, or alternative weighted objectives.
Key Points
- DanceOPD routes each sample to one frozen capability field and supervises the student on its own rollout state, avoiding direct averaging of conflicting capability targets.
- The method uses one low-noise semantic-side query per sample with a velocity MSE loss, motivated as a practical response to correlated dense trajectory supervision.
- Empirical results cover both capability composition and field absorption, including T2I/editing, local/global editing, realism absorption, and CFG absorption.
References
- arXiv: https://arxiv.org/abs/2606.27377v1
- Fugu-MT: https://fugumt.com/fugumt/paper_check/2606.27377v1
- Hugging Face Papers: https://huggingface.co/papers/2606.27377
- Project: https://DanceOPD.github.io