Title: TUNED-LENS-STYLE AFFINE ALIGNMENT FOR EN-CODER TRUNCATION IN WHISPER ASR: AN EMPIRI-CAL INVESTIGATION FARS PDF: tuned-lens-whisper-early-exit.pdf Score: 3.0 Verdict: Strong Reject Confidence: 0.60 Elapsed: 50.0s Strengths: 1. The paper presents a clear negative result that is honestly reported, which has value for the community by preventing others from pursuing the same dead-end approach. The abstract and conclusion explicitly state the failure, and Table 2 transparently shows catastrophic WER numbers (e.g., 387.37% at L=20 with MLP translator). 2. The depth-speedup tradeoff analysis (Section 4.4, Figure 2) is well-visualized and clearly articulates the fundamental tension: meaningful speedup (>=1.2x) only occurs at depths where WER is catastrophic, and non-catastrophic WER (18.90% at L=28) yields no speedup. This is a useful characterization. 3. The experimental setup is systematic, testing both affine and MLP translators at three depths (L=20, 24, 28) with clearly defined success criteria (WER within 1.0/1.5 absolute points of full model, speedup >=1.2x), making it easy to judge failure unambiguously. Weaknesses: 1. The contribution is extremely thin: applying an existing technique (tuned lens) to a new model (Whisper encoder) and finding it fails. The translator designs (affine, 2-layer MLP) are minimal, and no effort is made to explore more sophisticated alignment approaches (e.g., multi-layer translators, attention-based adapters, or fine-tuning decoder cross-attention layers). The paper essentially confirms an intuitive expectation—removing 12 of 32 layers breaks things—that most practitioners would have predicted without experimentation. 2. Statistical rigor is absent: Table 2 reports single WER numbers with no standard deviations, confidence intervals, or multiple runs. For a paper whose entire contribution is an empirical negative result, the lack of statistical robustness is a serious gap. There is no indication of whether the 18.90% WER at L=28 is stable across seeds or data splits. 3. The paper lacks critical ablations and analyses that would strengthen the negative result's explanatory power. No analysis of what specifically fails in cross-attention (e.g., attention pattern visualization, per-head error analysis, or representation similarity metrics like CKA/SVCCA between h_L and h_N). The claim that 'cross-attention has stricter alignment requirements than vocabulary prediction' (Section 5) is asserted but not demonstrated with evidence—no comparison to tuned lens results on a decoder-only model is provided. 4. The latency profiling (Table 1) is limited to a single GPU (A100), single batch size (8), and 30s audio segments. Encoder share percentage varies significantly with batch size, sequence length, and hardware; 68% may not generalize. No comparison to actual measured end-to-end speedup vs. projected speedup is provided for truncated models. Must Fix Items: 1. Add statistical significance: report WER standard deviations across multiple runs or bootstrap confidence intervals to make the negative result credible. 2. Provide deeper analysis of why alignment fails: include attention pattern visualizations, CKA/SVCCA similarity metrics between intermediate and final encoder representations, or per-layer representation analysis to substantiate the claim about cross-attention sensitivity. 3. Test at additional depths between L=24 and L=28 to characterize the transition from catastrophic to non-catastrophic WER more precisely; the current 4-layer gap leaves the critical region undersampled. Runs: - run=1 score=3 verdict=Strong Reject confidence=0.6 error=None