REVIEW 4 major objections 4 minor 28 references
Correcting What You Cannot See: Credit Assignment for Perception Distillation in Multimodal Reasoners
T0 review · 4 major / 4 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read A two-witness product decides which perception failures deserve extra distillation.
desk verdict PCD is a plausible, honestly reported distillation fix, but the empirical claim rests on single-seed results and an unmeasured teacher-reliability assumption. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The core object is the deficiency score d_i=(1−PSR_i)·fKL_i, where PSR_i is the mean verifier reward over b reasoning continuations sharing one sampled perception, and fKL_i is the normalized teacher–student KL divergence on the <aware> perception span. This product is the soft AND gate. It is carried by three components: separated perception–reasoning rollout (an a×b tree), the multiplicative gate motivated by Bayesian evidence combination and uniqueness among bilinear gates, and mean-preserving weight normalization that reallocates a fixed distillation budget.
What would settle it
Run the matched 2B training with single-witness weights (1−PSR only, fKL only), an additive gate, and the product gate under multiple seeds; if the product gate does not beat the additive gate on the held-out benchmark average, the AND claim is falsified. A second test: train on images where the teacher is known to be wrong; if PCD up-weights those trajectories and degrades, the teacher-reliability premise fails.
Extended reading notes
Core claim
PCD's central claim is that perception insufficiency and reasoning difficulty are non-identifiable from reward alone, and that a second witness—teacher disagreement on the perception span—resolves the ambiguity well enough to guide distillation. The deficiency score d=(1−PSR)·fKL is shown to be the unique normalized bilinear gate satisfying 'no correction from either witness alone.' With separated rollouts (a perceptions sampled, b reasoning continuations per perception) and mean-preserving weights, PCD allocates more teacher supervision to low-success, teacher-disagreeing perceptions and less elsewhere. The paper reports consistent gains over uniform on-policy distillation, with the largest
Load-bearing premise
The mechanism assumes the teacher is a perceptually reliable oracle, so that student–teacher disagreement on the perception span really signals a correctable student error rather than a teacher error or a shared blind spot.
Editorial extensions
If this is right
- If PCD is right, perception distillation can be improved without new labels, learned gates, or extra models—only grouped reductions and a per-trajectory weight.
- Mean-preserving normalization means the gain comes from reallocating teacher supervision, not from globally increasing it.
- Separated rollout makes perception the unit of estimation, turning a trajectory-level verifier into a lower-variance per-perception statistic.
- The method targets teacher-correctable perception failures; shared teacher–student visual errors are deliberately not amplified.
- Larger teachers yield broader transfer gains, consistent with a larger correctable perception gap.
Reading between the lines
- The same two-witness logic could transfer to other systems with latent stages and ambiguous rewards, such as retrieval-then-read or tool-use-then-answer pipelines, where a teacher or oracle supplies an independent disagreement signal.
- The uniqueness result is about bilinear gates; a natural unstated extension is whether a log-odds additive combination or a sigmoid product behaves differently when witnesses are correlated rather than conditionally independent.
- Teacher reliability is not measured per domain; a testable extension is to calibrate the KL threshold from training-trace quantiles, which the paper flags but does not implement.
- Because gains concentrate in visual mathematics for the small teacher, one could test whether PCD's benefit scales with the fraction of questions where visual evidence is pivotal.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses trajectory-level credit assignment in multimodal reasoning distillation. It decomposes a student response into an <aware> perception span and a <cot> reasoning span, and proposes Perception-Correction Distillation (PCD): a label-free method that weights perception distillation by d_i = (1−PSR_i)·fKL_i, where PSR_i is a per-perception success rate estimated from multiple reasoning continuations sharing one perception, and fKL_i is normalized teacher–student KL disagreement on the perception span. The product acts as a soft AND gate: only low-success, high-disagreement perceptions receive stronger teacher supervision. The paper gives formal support: reward-only PSR is non-identifiable for separating perception sufficiency from reasoning difficulty (Prop. 1), two conditionally independent witnesses combine multiplicatively in odds space (Prop. 2), multiplication is the unique bilinear gate satisfying the desired boundary conditions (Prop. 3), and mean-preserving normalization follows the optimal first-order reallocation direction under a fixed supervision budget (Prop. 4). On Qwen3-VL transfers 8B→2B and 32B→8B across eight benchmarks, PCD improves the macro average over standard on-policy distillation by +2.78 and +4.28 points, and matched ablations report losses of 2.22 points without the PCD weight and 0.88 points without separated rollout.
Significance. The problem is well motivated and practically important: trajectory-level rewards in multimodal reasoning cannot distinguish a misread image from a correct perception followed by faulty reasoning. The paper's separated rollout is a clean, low-cost way to estimate per-perception value, and the mean-preserving normalization is a thoughtful design that isolates allocation from overall loss scale. The paper is unusually candid in its limitations section, explicitly flagging single-seed checkpoints, unmeasured teacher reliability, and missing single-witness ablations. If the reported gains hold under multi-seed evaluation and the multiplicative interaction is confirmed against single-witness and additive alternatives, this would be a solid contribution to multimodal distillation. As it stands, the empirical evidence is promising but not yet at the strength implied by the abstract's unqualified improvement claims.
major comments (4)
- [Abstract; §4.1; Table 1] All endpoint results, including the headline +2.78 and +4.28 improvements, come from a single selected checkpoint per method. Section 4.1 explicitly states that the authors 'do not interpret a single checkpoint difference as statistical significance,' yet the abstract and conclusion present these differences as firm improvements. Without multi-seed intervals, bootstrap confidence intervals, or at least a per-benchmark variance estimate, the central empirical claim is not quantitatively supported. Please report multi-seed mean±std for at least the 2B setting, or temper the headline claims to 'preliminary evidence.'
- [§4.5; Table 2] The paper's central mechanism is the multiplicative AND gate, but the component ablation omits PSR-only, KL-only, and additive-fusion runs. The w/o-PCD comparison shows that replacing the product weight with uniform weights costs 2.22 points, which demonstrates that adaptive weighting helps, but it does not establish that multiplication is the right combination rule: a single-witness term such as (1−PSR) or fKL alone, or a normalized additive gate, could produce a similar gain. Since Section 4.5 itself says these runs are 'still needed,' they should be included before claiming that the AND interaction is validated.
- [§4.5; Eq. (11); Prop. 2] The interpretation of fKL as a witness for teacher-correctable deficiency is load-bearing. The paper acknowledges in Section 4.5 that 'shared errors produce low KL, whereas a confidently wrong teacher can induce harmful correction,' but it never measures whether fKL actually tracks teacher correctness on the relevant perception spans. A confidently wrong teacher on a nontrivial fraction of low-PSR perceptions would up-weight exactly the supervision that should be down-weighted. Please provide a calibration analysis—for example, compare fKL with a stronger reference teacher or a small labeled set of perception errors per domain—or otherwise bound the rate of harmful corrections. Without this, the 'correctable' semantics in Eq. (11) is an unverified assumption that is directly tied to the claimed gains.
- [§3.5; Eq. (13); Table 3] The PCD weight depends on several fixed hyperparameters: w_base=1.0, α=1.0, the KL normalization threshold 0.3, and the rollout split (a,b)=(2,4). No sensitivity analysis is reported. The headline gains could be specific to this particular setting, and the paper's 'parameter-free' language in Section 3.4 is misleading because these are tunable constants. Please report a small grid over α, the KL threshold, and at least one alternative split (e.g., a=4, b=2) to demonstrate that the method is robust to reasonable variation in these choices.
minor comments (4)
- [§3.4; Prop. 3] Proposition 3 is essentially a restatement of the boundary conditions in Eq. (12): requiring g(a,0)=0 and g(0,b)=0 already enforces the AND semantics, so the 'uniqueness' is immediate. This is a useful representation check, but it should not be over-interpreted as independent evidence for the product rule; the substantive modeling choice is the boundary behavior itself.
- [§3.4; §3.5] The text calls the interaction 'parameter-free' in Section 3.4, but Eq. (13) introduces w_base and α, and Table 3 fixes a KL normalization threshold. Recommend using 'no learned parameters' or 'no trainable gate' instead of 'parameter-free' to avoid confusion.
- [Throughout] There are notation inconsistencies: fKL_i appears both as 'fKL_i' and 'fKLi' (e.g., Eq. (9) vs. Eq. (11)), and PSR_i is sometimes written as PSR without a subscript. Please unify the notation for readability.
- [Figure 3] Figure 3 shows weight allocation over 256 Geo3K perceptions, but it is unclear whether these are sampled from a single training batch or from a representative slice of training. Please specify the sampling procedure and, if possible, add a quantitative interaction test (e.g., a regression coefficient for the product term) to supplement the quadrant means.
Circularity Check
No significant circularity: the PCD weighting rule is a stated design choice, and the reported gains are external benchmark outcomes.
full rationale
The paper's claimed derivation chain is not circular. The gate d_i=(1-PSR_i) fKL_i is defined directly (Eq. 11) as a parameter-free, mean-preserving reweighting of the existing perception-distillation loss, and it is then evaluated on eight external benchmarks and matched ablations. The reported improvements (47.28 vs 44.50 for 8B→2B; 61.22 vs 56.94 for 32B→8B) are empirical outcomes, not consequences of fitting the gate to those benchmarks. Proposition 1 is a standard non-identifiability argument about the product ρq; Proposition 2 is Bayes' rule under explicitly stated conditional-independence assumptions; Proposition 3 is an algebraic characterization showing that, within the restricted bilinear class, the boundary conditions g(a,0)=0, g(0,b)=0, and g(1,1)=1 force g=ab. These propositions motivate the design but do not constitute predictions, and the paper explicitly disclaims calibration ('Equation (11) is not claimed to be a calibrated posterior probability') and acknowledges that richer nonlinear gates are not excluded ('it does not exclude richer nonlinear gates'). Section 4.5 flags the real validity threats—teacher reliability, missing single-witness ablations, and single checkpoints—but those are limitations, not circularity. The only self-citation (Vision-OPD, Yuan et al. 2026, sharing author Hongyu Lin) appears in Related Work as a complementary method and is not load-bearing for PCD's derivation or results. The central claim therefore has independent content and is not reduced to its inputs by construction.
Assumptions & free parameters
free parameters (4)
- α (deficiency boost coefficient) =
1.0
- w_base (base weight) =
1.0
- KL normalization threshold =
0.3
- rollout split (a, b) =
a=2, b=4
assumptions (6)
- domain assumption Student policy factorizes as πθ(y,z|x)=πp(z|x)πr(y|x,z) with perception span z bounded by <aware> tags.
- domain assumption ε≈0 in Eq. (8): an insufficient perception rarely yields the correct answer.
- domain assumption Conditional independence of witnesses (low PSR, high KL) given perception sufficiency S.
- domain assumption The teacher is perceptually more reliable than the student.
- ad hoc to paper Neither low success nor disagreement alone should trigger correction (boundary conditions in Prop. 3).
- ad hoc to paper Local benefit of additional teacher supervision is proportional to d_i (Prop. 4).
invented entities (1)
-
Perception sufficiency latent S(z)
Cite this review
Pith. "Pith review of Correcting What You Cannot See: Credit Assignment for Perception Distillation in Multimodal Reasoners." pith.science (2026). https://pith.science/paper/2C23O6MB
@misc{pith2026260728336,
author = {Pith},
title = {Pith review of: Correcting What You Cannot See: Credit Assignment for Perception Distillation in Multimodal Reasoners},
year = {2026},
howpublished = {\url{https://pith.science/paper/2C23O6MB}},
note = {Machine review of arXiv:2607.28336}
}
read the original abstract
On-policy distillation provides dense supervision for multimodal reasoners, but its trajectory-level reward cannot determine whether a failed answer arose from perception or subsequent reasoning. Perception Success Rate (PSR), estimated from multiple reasonings sharing one perception, remains ambiguous because low success conflates perceptual insufficiency with reasoning difficulty. We introduce \textbf{Perception-Correction Distillation (PCD)}, a label-free method that identifies correctable perception failures using downstream failure and teacher--student disagreement as complementary witnesses. Their product, , forms a soft AND gate that strengthens distillation only when both witnesses are present. We motivate this rule through Bayesian evidence combination and show that multiplication is the unique normalized bilinear gate that vanishes when either witness is absent. PCD uses separated perception--reasoning rollouts and mean-preserving weights, leaving the reasoning objective unchanged. Across eight benchmarks, PCD improves the 8B 2B macro average from 44.50 with OPD to 47.28 and the 32B 8B result from 56.94 to 61.22. In matched 2B ablations, removing PCD and separated rollout reduces held-out average by 2.22 and 0.88 points, respectively. Effective multimodal distillation therefore depends not only on what the teacher predicts, but also on identifying when perception is the appropriate target of correction.
Figures
Reference graph
Works this paper leans on
-
[4]
URL https://proceedings.mlr.press/v89/czarnecki19a.html. DeepSeek-AI. DeepSeek-R1: Incentivizing reasoning capability in LLMs via reinforcement learn- ing.arXiv preprint arXiv:2501.12948,
-
[5]
URL https: //arxiv.org/abs/2501.12948
doi: 10.48550/arXiv.2501.12948. URL https: //arxiv.org/abs/2501.12948. Ze Feng, Sen Yang, Boqiang Duan, Wankou Yang, and Jingdong Wang. EM-KD: Distilling efficient multimodal large language model with unbalanced vision tokens.AAAI, 40(25),
-
[10]
URL https://arxiv.org/abs/2510
doi: 10.48550/arXiv.2510.09285. URL https://arxiv.org/abs/2510. 09285. Yoon Kim and Alexander M. Rush. Sequence-level knowledge distillation. InEMNLP, pages 1317– 1327,
-
[12]
URL https://thinkingmachines.ai/blog/on-policy- distillation/
doi: 10.64434/tml.20251026. URL https://thinkingmachines.ai/blog/on-policy- distillation/. Pan Lu, Ran Gong, Shibiao Jiang, et al. Inter-GPS: Interpretable geometry problem solving with formal language and symbolic reasoning. InACL-IJCNLP, pages 6774–6786,
-
[13]
URL https://aclanthology.org/2021.acl-long.528/
18653/v1/2021.acl-long.528. URL https://aclanthology.org/2021.acl-long.528/. Pan Lu, Hritik Bansal, Tony Xia, et al. MathVista: Evaluating mathematical reasoning of foun- dation models in visual contexts. InICLR,
2021
-
[14]
URL https://ojs.aaai.org/index.php/AAAI/ article/view/29844
doi: 10.1609/aaai.v38i17.29844. URL https://ojs.aaai.org/index.php/AAAI/ article/view/29844. Runqi Qiao, Qiuna Tan, Guanting Dong, et al. We-Math: Does your large multimodal model achieve human-like mathematical reasoning? InACL, pages 20023–20070,
-
[15]
doi: 10.18653/v1/2025. acl-long.983. URL https://aclanthology.org/2025.acl-long.983/. Yun Qu, Yuhang Jiang, Boyuan Wang, Yixiu Mao, Cheems Wang, Chang Liu, and Xiangyang Ji. Latent reward: LLM-empowered credit assignment in episodic reinforcement learning.AAAI, 39 (19):20095–20103,
doi:10.18653/v1/2025 2025
-
[16]
URL https://ojs.aaai.org/index.php/ AAAI/article/view/34213
doi: 10.1609/aaai.v39i19.34213. URL https://ojs.aaai.org/index.php/ AAAI/article/view/34213. Andrei A. Rusu, Sergio Gomez Colmenarejo, Caglar Gulcehre, Guillaume Desjardins, James Kirk- patrick, Razvan Pascanu, V olodymyr Mnih, Koray Kavukcuoglu, and Raia Hadsell. Policy distil- lation. InICLR,
Show all 28 references
-
[17]
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov
URL https://arxiv.org/abs/1511.06295. John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, and Oleg Klimov. Proximal policy optimization algorithms.arXiv preprint arXiv:1707.06347,
- [19]
- [20]
-
[21]
doi: 10.1609/aaai.v39i28. 35320. URL https://ojs.aaai.org/index.php/AAAI/article/view/35320. Qiying Yu, Zheng Zhang, Ruofei Zhu, et al. DAPO: An open-source llm reinforcement learning system at scale.arXiv:2503.14476,
-
[22]
URL https://arxiv
doi: 10.48550/arXiv.2503.14476. URL https://arxiv. org/abs/2503.14476. Qianhao Yuan, Jie Lou, Xing Yu, Hongyu Lin, Le Sun, Xianpei Han, and Yaojie Lu. Vision- OPD: Learning to see fine details for multimodal LLMs via on-policy self-distillation.arXiv preprint arXiv:2605.18740,
- [23]
-
[24]
URL https://aclanthology.org/2025.acl-long.736/
doi: 10.18653/v1/2025.acl- long.736. URL https://aclanthology.org/2025.acl-long.736/. Renrui Zhang, Dongzhi Jiang, Yichi Zhang, et al. MathVerse: Does your multi-modal LLM truly see the diagrams in visual math problems? InECCV,
2025 doi
-
[25]
URL https://arxiv.org/abs/2403.14624
doi: 10.48550/arXiv.2403.14624. URL https://arxiv.org/abs/2403.14624. Tianyang Zhao, Kunwar Yashraj Singh, Srikar Appalaraju, Peng Tang, Vijay Mahadevan, R. Man- matha, and Ying Nian Wu. No head left behind: Multi-head alignment distillation for transform- ers.AAAI, 38(7):7514–7524,
-
[26]
URL https://ojs.aaai.org/ index.php/AAAI/article/view/28583
doi: 10.1609/aaai.v38i7.28583. URL https://ojs.aaai.org/ index.php/AAAI/article/view/28583. Yujin Zhou, Pengcheng Wen, Jiale Chen, Boqin Yin, Han Zhu, Jiaming Ji, Juntao Dai, Chi-Min Chan, and Sirui Han. What, whether and how? unveiling process reward models for thinking with ...
-
[27]
URL https://ojs.aaai.org/index.php/AAAI/article/view/40144
doi: 10.1609/aaai.v40i34.40144. URL https://ojs.aaai.org/index.php/AAAI/article/view/40144. 13 A Supplementary Overview and Terminology This supplement provides the implementation details, complete experimental protocol, qualitative examples, and full transfer results omitted ...
-
[28]
Training runs for two epochs with an actor learning rate of10 −6, a 10-step warmup, and gradient-norm clipping at 1.0
The perception and reasoning loss coefficients areλ aw = 0.1andλ cot = 1.0, respectively. Training runs for two epochs with an actor learning rate of10 −6, a 10-step warmup, and gradient-norm clipping at 1.0. A format bonus and repetition/malformed-response penalties discourag...
-
[2015]
URL https://arxiv.org/abs/ 1503.02531
doi: 10.48550/arXiv.1503.02531. URL https://arxiv.org/abs/ 1503.02531. Cheng-Yu Hsieh, Chun-Liang Li, Chih-Kuan Yeh, Hootan Nakhost, Yasuhisa Fujii, Alexander Rat- ner, Ranjay Krishna, Chen-Yu Lee, and Tomas Pfister. Distilling step-by-step! outperforming larger language model...
-
[2016]
URL https://aclanthology.org/D16-1139/
doi: 10.18653/v1/D16-1139. URL https://aclanthology.org/D16-1139/. Hunter Lightman, Vineet Kosaraju, Yura Burda, et al. Let’s verify step by step. InICLR,
- [2017]
-
[2019]
Shuai Bai, Yuxuan Cai, Ruizhe Chen, et al
URL https://proceedings.neurips.cc/paper/2019/hash/ 16105fb9cc614fc29e1bda00dab60d41-Abstract.html. Shuai Bai, Yuxuan Cai, Ruizhe Chen, et al. Qwen3-VL technical report. Technical Report arXiv:2511.21631, Qwen Team, 2025a. URL https://arxiv.org/abs/2511.21631. Shuai Bai, Keqin...
2019 arXiv
-
[2022]
Lin Chen, Jinsong Li, Xiaoyi Dong, et al
URL https://openaccess.thecvf.com/content/CVPR2022/html/Beyer Knowledge Distillation A Good Teacher Is Patient and Consistent CVPR 2022 paper.html. Lin Chen, Jinsong Li, Xiaoyi Dong, et al. Are we on the right way for evaluating large vision- language models? InNeurIPS, volume...
-
[2023]
URL https://aclanthology.org/ 2023.findings-acl.507/
doi: 10.18653/v1/2023.findings-acl.507. URL https://aclanthology.org/ 2023.findings-acl.507/. Siyuan Huang, Xiaoye Qu, Yafu Li, et al. Spotlight on token perception for multimodal reinforce- ment learning. InICLR,
2023 doi
-
[2024]
v38i16.29776
doi: 10.1609/aaai. v38i16.29776. URL https://ojs.aaai.org/index.php/AAAI/article/view/29776. Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the knowledge in a neural network.arXiv preprint arXiv:1503.02531,
-
[2025]
v39i22.34538
doi: 10.1609/aaai. v39i22.34538. URL https://ojs.aaai.org/index.php/AAAI/article/view/34538. Wojciech M. Czarnecki, Razvan Pascanu, Simon Osindero, Siddhant M. Jayakumar, Grzegorz Swirszcz, and Max Jaderberg. Distilling policy distillation. InAISTATS, volume 89, pages 1331–
-
[2026]
URL https://ojs.aaai.org/index.php/AAAI/article/view/39254
doi: 10.1609/aaai.v40i25.39254. URL https://ojs.aaai.org/index.php/AAAI/article/view/39254. Tommaso Furlanello, Zachary Lipton, Michael Tschannen, Laurent Itti, and Anima Anandkumar. Born again neural networks. InICML, volume 80, pages 1607–1616. PMLR,
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.