paper-with-me

홈 › Papers

Poly-OPD: Heterogeneous Multi-Teacher On-Policy Distillation for Capability-Selectable Flow Models

2026-08-05 · Siming Fu, Haojun Xu, Ruizhe He, Zheming Fu, Hualiang Wang, Jie Huang, Xiaoxiao Ma, Mingchen Zhong, Weihu Huang, Xiaoxuan He, Linjiang Huang, Si Liu hf

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.

📄 PDF Abstract BibTeX arXiv:2608.04349

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4
iszhanjiawei/flow_matching_arxiv_daily ★ 95

Similar Papers 제목 키워드 기반

H-OPD: Confidence Aware Heterogeneous Multi-Teacher Multimodal On-policy Distillation

2026-07-01 · Qixiang Yin, Huanjin Yao, Yuchen Cai, Jianghao Chen 외 arxiv

On-policy distillation (OPD) has recently emerged as an effective post-training paradigm by providing supervision on student-generated trajectories. However, existing OPD methods for multimodal reasoning usually rely on …

Multimodal ReasoningVisual Grounding

Language-Specialized Multi-Teacher On-Policy Distillation for Multilingual LLM-Based ASR

2026-08-04 · Yuan Xie, Jiaqi Song, Xianliang Wang, Ming Lei 외 arxiv

Modern LLM-based ASR systems have established multilingual capability as a standard feature, leveraging large-scale multilingual corpora and LLMs' cross-lingual knowledge to achieve competitive performance across multili…

Reinforcement Learning

On-Policy Adversarial Flow Distillation for Autoregressive Video Generation

2026-05-25 · Yang Luo, Shengju Qian, Xiaohang Tang, Zirui Zhu 외 arxiv

Autoregressive video generators are attractive for streaming, long-horizon, and interactive applications, but distilling strong black-box teachers into causal students remains difficult. The student must learn under its …

Reinforcement LearningVideo Generation

Who Teaches Which Token? Verifier-Gated Multi-Expert On-Policy Distillation for Scientific Reasoning

2026-09-14 · Xun Xu, Zaixi Zhang arxiv

Multi-teacher on-policy distillation (OPD) is becoming the standard way to integrate specialist capabilities into one model: train experts with RL, then distill them into the student on its own rollouts. Existing recipes…

SimCT: Recovering Lost Supervision for Cross-Tokenizer On-Policy Distillation

2026-05-08 · Jie Sun, Mao Zheng, Mingyang Song, Qiyong Zhong 외 arxiv

On-policy distillation (OPD) is a standard tool for transferring teacher behavior to a smaller student, but it implicitly assumes that teacher and student predictions are comparable token by token, an assumption that fai…

Mathematical Reasoning