VAD: Attributing Visual Evidence for Target Reconstruction in Multimodal On-Policy Distillation

Kangning Zhang, Yixing Li, Shuai Shao, Qingyao Li, Zhengxi Lu, Zhiyuan Yao, Jianghao Lin, Wenxiang Jiao, Yuan Lu, Weiwen Liu, Weinan Zhang, Yong Yu

arXiv:2607.28590 · 2026-08-04 공개 · arXiv · PDF

distillation token-level-analysis fine-grained-visual visual-evidence counterfactual-learning reconstruction-alignment multimodal-opd visual-attribution

Abstract

Multimodal on-policy distillation (OPD) transfers fine-grained visual knowledge by supervising student-generated trajectories with a privileged-view teacher. Yet its next-token corrections are source-mixed, combining visual signals with linguistic priors and teacher-specific effects. The key challenge is to estimate which corrections are supported by visual evidence, not merely where or how strongly to distill. We introduce Visual Attribution Distillation (VAD), a counterfactual target-reconstruction algorithm that estimates the visually attributable part of a teacher correction. At each student-generated prefix, VAD evaluates the same fixed teacher with the relevant evidence present and removed. The corresponding change in centered log-probabilities defines ut, a signed proxy for the visual evidence direction that estimates how revealing the evidence supports or refutes candidate tokens. VAD projects the original correction onto this proxy to obtain an intervention-aligned component and a proxy-unexplained residual, then reconstructs a student-anchored target from the former. During training, this reconstructed target supplies the primary supervision signal, while the privileged teacher contributes a weak regularizer. Across six fine-grained visual benchmarks at 4B and 9B scales, VAD outperforms direct privileged-view distillation and visual-advantage weighting. Token- level and controlled-target analyses show that the proxy-aligned component is enriched in task-relevant visual corrections and yields stronger target shifts, especially when evidence refutes a mistaken answer. These results support counterfactual target reconstruction as an effective alternative to source-mixed supervision.

한국어 요약

한 줄 요약

VAD는 시각적 증거 기반의 교정 성분을 추정하고 재구성하여 멀티모달 온-폴리시 디스틸레이션의 성능을 향상시킨다.

핵심 기여도

핵심 아이디어

기존 멀티모달 온-폴리시 디스틸레이션(OPD)은 학습자(student)가 생성한 prefix에 대해 강자(teacher)의 교정을 학습하지만, 이 교정이 시각적 증거에 기반한 것인지 구분하지 못한다. VAD는 이 문제를 해결하기 위해 **counterfactual target reconstruction**을 도입한다. 학습자가 생성한 prefix에 대해, **evidence-present view**와 **evidence-removed view**에서 동일한 teacher를 질의하고, 이에 따른 **centered log-probability 변화량**인 $ u_t $를 계산하여 시각적 증거의 방향을 proxy로 추정한다. 이 proxy를 기반으로 원본 교정을 **intervention-aligned component**와 **proxy-unexplained residual**로 분리하고, 재구성된 타겟을 학습에 사용한다. 이는 기존 방법이 단순히 교정 강도를 조절하는 데 집중한 것과 달리, **무엇을 교정할지**를 재구성하는 새로운 접근법이다.

기술적 접근법

주요 결과

의의 및 한계

VAD는 멀티모달 온-폴리시 디스틸레이션에서 **source-mixed 교정** 문제를 해결하고, **시각적 증거 기반의 정확한 교정**을 가능하게 함. 이는 학습자 모델이 실제 시각적 정보에 기반한 정답을 생성하도록 유도하는 데 기여하며, 멀티모달 추론의 정확도를 향상시키는 데 실용적 가치가 있음. 그러나 한계도 존재함. 첫째, 한 쌍의 view만 사용하여 추정하는 $ u_t $는 **조합적 증거**를 왜곡할 수 있음. 둘째, proxy-aligned component는 비시각적 teacher 효과를 포함할 수 있으며, 잔차는 여전히 source-mixed 상태임. 따라서 **학습된 분해**와 **grounding 제약**이 필요함.

실용적 활용

VAD는 멀티모달 대형 언어 모델(MLLM)에서 시각적 오류를 감지하고 교정하는 데 유용함. 특히, **초기 인식 오류**가 전체 추론 경로를 틀리게 만드는 상황에서 효과적임. 의료 영상 분석, 자동차 내비게이션, 쇼핑 추천 시스템 등 시각 정보가 중요한 산업 분야에서 활용 가능함.