Search papers, labs, and topics across Lattice.
This paper introduces Poly-OPD, a novel framework for on-policy distillation that integrates the complementary strengths of heterogeneous text-to-image models into a single, compact flow-matching student model. By utilizing a pixel bridge to reconcile incompatible latent spaces and employing a gradient compatibility diagnostic to organize adapters, Poly-OPD effectively retains the unique capabilities of each teacher while minimizing cross-teacher interference. The resulting model, distilled from FLUX.1-dev and Z-Image, achieves significant performance improvements, surpassing both larger teacher models in GenEval and DrawBench metrics.
A single distilled model can outperform larger heterogeneous teachers by effectively integrating their strengths without interference.
Leading open text-to-image models often carry complementary strengths: one may lead on preference-aligned aesthetics while another follows compositional instructions more faithfully. However, differences in their autoencoders and noise schedules make it difficult to transfer these strengths across models. In this paper, we present Poly-OPD, a framework that can consolidate complementary strengths of heterogeneous teachers into a single compact flow-matching student. To bridge the incompatible latent spaces of different teachers, Poly-OPD performs on-policy distillation through a pixel bridge. Each student-generated image is re-encoded by a selected teacher's encoder and refined from a noise level matched by magnitude under the teacher's noise schedule. The resulting target is further matched to the student in frozen DINOv2 space, enabling supervision across incompatible latent spaces. To retain complementary capabilities without cross-teacher interference, Poly-OPD uses a gradient compatibility diagnostic to organize its adapters: attention LoRA modules are shared across teachers, whereas feed-forward adapters remain teacher-specific. During distillation, a gap-aware curriculum devotes more training to compositional categories where the student still falls short of the teacher. As each gap narrows, training shifts toward categories with larger remaining gaps. By distilling FLUX.1-dev and Z-Image into a 2.5B SD3.5-Medium student, Poly-OPD improves GenEval from 67.3 to 73.3, surpassing both larger teachers, and raises DrawBench HPSv3 from 9.34 to 11.35, consolidating both strengths within a switchable model.