Papers

Filtered to on-policy distillation · clear filter

Browse by term

continual learning 83reinforcement learning 50large language models 12benchmarking 11benchmarks 11language models 11vision-language models 11robotics 7natural language processing 6world models 6generative models 5recursive self-improvement 5attention mechanisms 4diffusion Transformers 4multi-agent systems 4multimodal learning 4multimodal models 4on-policy distillation 4self-distillation 4self-supervised learning 4transformers 4video generation 4vision-language-action models 4agent-based systems 3agentic models 3agentic search 3autonomous systems 3coding agents 3diffusion models 3image generation 3

Matching papers

Rethinking On-Policy Distillation of Large Language Models II: One Training Example

81 upvotes · 3 SEP 2026 · Zixuan Fu, Bingxiang He, Yuxin Zuo et al.

This paper investigates the role of training data in on-policy distillation, a technique used to improve large language models, and finds that even a single query can lead to significant improvements, but the process is slow and algorithm-starved.

Self-OPD: On-Policy Distillation for Flow Matching Models without Teacher

73 upvotes · 27 AUG 2026 · Shiyi Zhang, Mushui Liu, Yunze Tong et al.

This paper introduces a new method for training flow matching models called Self-OPD, which uses the model's own exploration to generate supervisory signals without needing a separate teacher model. Practitioners may care because it could lead to more efficient and effective training of flow matching models.

Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

70 upvotes · 27 JUL 2026 · Bingnan Li, Haozhe Wang, Haozhong Xiong et al.

This paper investigates how to improve the adaptation of diffusion models in a way that doesn't rely on a classifier, and how to address a problem where the model can't accurately learn from its teacher. Practitioners might care about this because it could lead to more effective knowledge transfer in machine learning applications.

Weak-to-Strong On-Policy Distillation

49 upvotes · 28 JUL 2026 · Fangxu Yu, Zinan Lin, Xiaodong Liu et al.

This paper introduces a new method for transferring capabilities from multiple weak models to a strong student model in reinforcement learning, allowing the student to surpass the domain teacher. Practitioners may care about this approach for improving the performance of their own reinforcement learning models.