Title: MEAN-DIRECTION DEFLATION RERANKING METRIC MISUSE REPAIR IN FROZEN VECTOR SEARCH PDF: hubness-penalty-metric-repair.pdf Score: 3.8 Verdict: Strong Reject Confidence: 0.60 Elapsed: 51.2s Strengths: 1. Clear and practical problem framing: the paper identifies a real deployment mismatch—inner-product search used on embeddings trained with cosine/Euclidean metrics—and proposes a solution that requires no index rebuilding or embedding modification (Section 3.1, 3.5). This is a genuinely practical contribution for frozen vector search systems. 2. Adaptive per-query deflation is a meaningful improvement over DN's fixed correction: the α(q) coefficient (Eq. 2) that scales deflation by query-mean alignment is well-motivated geometrically and distinguishes MDDR from prior work. The 9.20pp gap on ImageNet-EVA02 (Table 1) shows the adaptive component provides real benefit in anisotropic settings. 3. Strong ablation design: the random-direction control (Table 2) convincingly shows the mean direction is specifically important rather than any arbitrary penalty (0.1152% random vs 0.2087% mean, +81%). The multi-PC deflation ablation showing diminishing returns beyond rank-1 and that mean outperforms top PCs is informative (Table 2, cos(PC1,µ)=−0.97). Weaknesses: 1. Extremely limited experimental scope—only 2 datasets, both from the same Iceberg benchmark (Section 4.1). No evaluation on other common anisotropic embedding datasets (e.g., GPT embeddings, multilingual embeddings, CLIP on other distributions), making it hard to assess generalizability. The BookCorpus result where MDDR=DN (identical 92.57%) effectively provides only 1 meaningful test case (ImageNet-EVA02). 2. Only 48.73% gap recovery on the primary dataset means more than half the performance gap remains unrecovered (Table 1: IP 0.12% → MDDR 41.40% → ED 84.83%). The method fails to recover even a majority of the loss from metric misuse on the dataset where it is supposed to shine, raising questions about whether the approach is sufficient for practical deployment. 3. No statistical significance testing or variance reporting on main results. Table 1 reports single numbers with no confidence intervals or standard deviations. The budget sweep (Figure 2) also lacks error bars. For a method that claims to outperform DN by 9.20pp, the absence of any significance test or reproducibility statistics is a notable gap (HF_NO_SIGNIFICANCE concern). 4. The candidate budget requirement (M=100K) is impractically large relative to the database size of 1.28M—this means retrieving ~7.8% of the entire database as candidates before reranking, which undermines the efficiency argument. At M=200 (a more practical budget), MDDR achieves only 0.21% LR@100 (Table 2), essentially no better than IP baseline for real use. 5. Limited baseline comparison: QB-Norm DIS and NNN are only evaluated at M=200 (Table 1), while MDDR and DN use M=100K/10K. This is an unfair comparison (HF_UNFAIR_BASELINE concern)—the other baselines might also improve substantially at higher M values, but this is never tested. Must Fix Items: 1. Add error bars / statistical significance tests for all reported results, especially the claimed 9.20pp advantage over DN. 2. Evaluate all baselines at the same candidate budgets to enable fair comparison—report QB-Norm DIS and NNN at M=100K, or report MDDR/DN at M=200 alongside them. 3. Add at least 1-2 additional anisotropic datasets beyond ImageNet-EVA02 to demonstrate generalizability of the adaptive deflation advantage. Runs: - run=1 score=3.8 verdict=Strong Reject confidence=0.6 error=None