Self-Supervised Visual On-Policy Distillation

Yijiang Li, Yijun Liang, Yunjie Tian, Bingyang Wang, Ke Zhang, Zhenfei Yin, Di Fu, Philip Torr, Nuno Vasconcelos

arXiv:2608.14144 · 2026-08-17 공개 · arXiv · PDF

distillation qwen3-4b self-supervised model-improvement visual-on-policy asymmetric-augmentation fine-grained-perception

Abstract

Visual on-policy distillation relies heavily on an informative teacher-student asymmetry, through either a larger, stronger teacher or privileged supervision, such as reference answers or ground-truth regions of interest. This raises a fundamental question: where can informative asymmetry come from when nothing privileged is available? We answer this by inverting where the asymmetry comes from. Rather than adding privileged information to the teacher, we subtract information from the student. This asymmetry creates the same effective learning signal for free as a teacher with access to information unavailable to the student, without ground-truth annotations, rewards, or a separate stronger teacher model. Building on this principle, we introduce Self-Supervised Visual On-Policy Distillation (S^2VOPD), a simple yet effective method that constructs on-policy learning signals from asymmetric augmented views. S^2VOPD distills the teacher's distribution conditioned on the original image on-policy into the student distribution conditioned on a strongly augmented view of the same image. We systematically explore a broad design space of visual augmentations and uncover that (1) asymmetry matters: all four augmentation families improve performance, while symmetric self-distillation degrades it; (2) strength matters: performance peaks at a moderate strength; and (3) the gap must remain task-consistent: augmentations that completely remove the question-relevant evidence can induce large but uninformative discrepancies. Across six fine-grained perception benchmarks, S^2VOPD improves Qwen3.5-4B from 70.7% to 77.4%, above all open-source models compared, up to Qwen3-VL at 235B, and surpasses GPT-5.4. While holding training data the same, it recovers 96% of the improvement achieved by methods with privileged information. Website is at https://williamium3000.github.io/s2vopd

한국어 요약

한 줄 요약

S²VOPD는 강화된 학습 신호를 생성하기 위해 학습자의 입력에 정보를 제거하는 방식으로, 특권 정보 없이도 정교한 시각 인식 성능을 향상시킨다.

핵심 기여도

핵심 아이디어

기존의 on-policy distillation(OPD)은 강력한 교사 모델이나 특권 정보(예: 정답, ROI)를 필요로 했으나, S²VOPD는 학습자 측에 정보를 제거함으로써 자연스럽게 정보 격차를 유도한다. 교사는 원본 이미지를, 학습자는 강하게 증강된 이미지를 처리하며, 이는 학습자에게 복원해야 할 예측 타겟을 제공한다. 이 방식은 정답 라벨, 보상, 별도의 강력한 교사 없이도 유의미한 학습 신호를 생성한다. 핵심 통찰은 증강을 통해 생성된 정보 격차가 학습의 핵심 동력이 될 수 있다는 점이다.

기술적 접근법

주요 결과

의의 및 한계

S²VOPD는 특권 정보 없이도 모델의 자체 예측을 학습 신호로 활용할 수 있음을 보여주며, 대규모 모델에서의 인식 및 추론 성능을 동시에 향상시킨다. 특히, 기존의 self-rewarding RL 방법이 추론 능력을 유지하지만 인식 성능이 낮은 반면, S²VOPD는 둘을 모두 향상시킨다는 점에서 차별화된다. 그러나 증강 강도나 종류가 과도하면 학습 신호가 무의미해질 수 있으며, 이는 정량적 조정이 필요하다는 한계를 드러낸다.

실용적 활용

S²VOPD는 대규모 시각 언어 모델의 미세 인식 및 수학적 추론 능력을 향상시키는 데 활용 가능하다. 특히, 라벨이 부족하거나 특권 정보를 얻기 어려운 실제 산업 환경에서 유용하며, 비용 효율적인 모델 훈련 전략으로도 활용될 수 있다.