Flux-OPD: On-Policy Distillation with Evolving Contexts
Summary
Flux-OPD proposes an on-policy distillation paradigm that uses evolving contexts as in-training supervision to capture task preferences in open-ended domains, outperforming existing OPD paradigms.
View Cached Full Text
Cached at: 07/31/26, 05:53 AM
Paper page - Flux-OPD: On-Policy Distillation with Evolving Contexts
Source: https://huggingface.co/papers/2607.28022 Authors:
,
,
,
,
,
,
,
,
,
,
,
Abstract
Largelanguagemodeltraininginopen-endeddomainslacksverifiablerewards,makingtaskpreferencesdifficulttoformalizeaseffectivesupervision.Contextscanconveysuchpreferences,yetprovidelittleadditionalsupervisiononcedistilledintothestudent,motivatingcontextsthatevolvewithstudentperformance.However,directlyusingevolvingcontextsasin-trainingsupervisionresultsinanunstabledistillationtargetandconflictingdistributions,requiringmechanismstostabilizetargetanddownweightconflicts.Inthispaper,weanalyzetheeffectofcontextsthroughadecompositionofthereverseKLobjective,revealingtwofindings:thestudentisdistilledtowardthegeometricmeanofcontext-conditionedteachers,andtheobjectivecontainsaconflicttermthatmeasuresconflictsamongtheseteachers.Basedonthisdecomposition,weproposeFlux-OPD,anOPDparadigmthatusesevolvingcontextsasin-trainingsupervisiontocapturetaskpreferencesinopen-endeddomains.Flux-OPDtreatsthedifferencesbetweencontext-conditionedandcontext-freeteachersascontextualdifferencesignals,injectsthemascontextualcorrectionsintothecontext-freeteacheranchor,andweightstheircorrectionstrengthusingtheconflicttermasanindicator.Experimentsonopen-endedtasksshowthatFlux-OPDoutperformsexistingOPDparadigms,highlightingthepotentialtocombineteachersupervisionwithevolvingcontexts.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.28022
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.28022 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.28022 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.28022 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
DiffusionOPD: A Unified Perspective of On-Policy Distillation in Diffusion Models
DiffusionOPD proposes a multi-task training paradigm for diffusion models that uses online policy distillation to efficiently combine task-specific teachers into a unified student, achieving state-of-the-art results on all evaluated benchmarks.
Flow-OPD: On-Policy Distillation for Flow Matching Models
Flow-OPD is a research paper introducing a two-stage on-policy distillation framework for Flow Matching text-to-image models, significantly improving generation quality and alignment metrics using Stable Diffusion 3.5 Medium.
Any-OPD: Heterogeneous On-Policy Distillation for Flow-Matching Models via Representation-Space Bridging
Any-OPD presents the first framework for on-policy distillation between arbitrary latent flow-matching generators, enabling distillation from a 12B FLUX model to a 2.5B SD3.5 model by bridging via a frozen vision representation. It improves the student's PickScore from 0.846 to 0.884, rivaling the teacher at a fifth of its size.
On-policy distillation: one of the hottest terms on PapersWithCode [R]
Hugging Face's Niels introduces On-policy Distillation (OPD), a key post-training technique used in models like Qwen 3.6/3.7, GLM-5.1, and DeepSeek-V4, now featured on PapersWithCode with a linked whiteboard explanation by Sasha Rush and Dwarkesh Patel.
D-OPSD: On-Policy Self-Distillation for Continuously Tuning Step-Distilled Diffusion Models
This paper introduces D-OPSD, a novel training paradigm for step-distilled diffusion models that enables on-policy self-distillation during supervised fine-tuning. It allows models to learn new concepts or styles without compromising their efficient few-step inference capabilities.