Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/28 04:00:00

Self-Boosting Vision-Language Models with Noisy Student On-Policy Self-Distillation

AI 中文解读
科学家最近让AI学会了自己教自己,不用人类帮忙标注数据,也能变得更聪明。这项新方法叫NOPD,核心思路很简单:让AI同时看一张图片的清晰版和模糊版,通过对比两种情况下回答的差异来学习纠错,就像学生自己当老师一样。实验显示,这种自我练习的效果甚至超过了用外部老师或奖励机制训练出来的AI——例如只用两千多个几何题样本训练,模型在相关测试集上就提升了20分,还在更难的数学视觉题上进步了7.4分。对普通人来说,这意味着未来的AI客服、教育辅导或图片识别工具会学得更快、成本更低。比如你拍一道几何题问AI,它不仅能给答案,还能像学霸一样条理清晰地讲解思路,而且因为不需要大量人工标注,这类智能功能会更快普及到日常应用中。
arXiv:2607.23125v1 Announce Type: new Abstract: Post-training enables vision-language models (VLMs) to understand human instructions and perform various downstream tasks. Current post-training methods usually rely on human-annotated data, distillation from external models, reinforcement learning with human feedback, or verifiable answers. This limits their ability to improve without external supervision. To tackle this, we propose NOPD (Noisy Student On-Policy Self-Distillation), a simple yet effective self-distillation approach that improves VLMs without any external models or ground-truth answers. Our key insight is that prediction discrepancies between clean and corrupted inputs naturally induce a self-supervision signal. In NOPD, the model learns from corrupted inputs while using its own predictions under clean inputs as token-level supervision. We show the effectiveness of NOPD on five visual reasoning tasks; it can match and even outperform reinforcement learning approaches or distillation from external models. Notably, when trained with 2.1K samples from Geometry3K, NOPD improves Qwen2.5-VL-7B by 20 points on its validation set. It also shows generalization on out-of-distribution test sets and achieves 7.4 point gains on MathVista. Furthermore, we demonstrate that NOPD is a general approach to enhance VLMs, achieving improvements across three models on 12 benchmarks.
分享
阅读原文