🤖 AI Summary
This work addresses the limitations of imitation learning from offline demonstrations—namely, the absence of online corrective signals and constrained generalization and exploration capabilities—by introducing FA-OPD, a novel approach that uniquely integrates flow-matching teacher models with adversarial dual-channel online distillation. FA-OPD employs a reward channel to provide a long-horizon expert similarity objective that encourages exploration, while an action channel delivers localized, dense supervision to stabilize policy execution; together, these channels enable efficient and robust learning. Evaluated across six benchmark tasks spanning robotic navigation, manipulation, and locomotion, FA-OPD substantially outperforms strong existing baselines and demonstrates enhanced robustness under noisy or sparse demonstration conditions.
📝 Abstract
Learning from demonstrations in embodied control is often cast as behavioral cloning, and recent diffusion or flow-matching policies improve this paradigm by modeling multi-modal expert actions. Yet these methods remain offline supervised learners: the policy is trained only on expert states and receives no corrective signal on the states it actually visits. On-policy distillation (OPD) offers a natural remedy, but standard OPD assumes a strong fixed teacher, which is unavailable in demonstration-only control. We propose \textbf{FA-OPD}, an \emph{adversarial dual on-policy distillation} method in which a Flow Matching (FM) teacher is learned from demonstrations and co-trained with a lightweight MLP student. The teacher provides two complementary signals on student rollouts. The reward channel learns an expert-likeness objective over state-action pairs and drives online exploration through long-horizon policy optimization. The action channel supplies dense local targets at student-visited states, stabilizing exploitation. FA-OPD couples them so that reward distillation enables generalization beyond point-wise demonstrations, while action distillation keeps exploration anchored near expert-like behavior. Across six robot navigation, manipulation, and locomotion benchmarks, FA-OPD beats strong baselines and shows much stronger robustness under noisy or limited demonstrations.