REVIEW 2 major objections 4 minor 27 references
A scalable version of MADD for big-data classification
T0 review · 2 major / 4 minor · reviewed 2026-07-10 · grok-4.5
Pith's one-line read A small diverse subset of training points makes MADD-based nearest-neighbor classification fast enough for large high-dimensional data without losing accuracy.
desk verdict Solid engineering that makes MADD usable for large n, with strong empirics and a theory section the authors correctly flag as incomplete. 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
Scalable MADD (MADDsc): the average of absolute differences of Euclidean distances taken only over a representative subset X* of size k ≪ n, where X* is drawn by class-wise k-DPP with a Gaussian kernel (median bandwidth) and k itself is chosen by an incremental ordered cross-validation that re-uses previously computed distances.
What would settle it
Generate high-dimensional data from two populations that differ only in location or scale, compute both full NN-MADD and NN-MADDsc on the same training set, and check whether the fraction of test points on which the two classifiers disagree stays near zero while the representative-set size grows only like sqrt(d) log n; a systematic growth of that disagreement fraction would refute the claimed asymptotic agreement.
Extended reading notes
Core claim
Replacing the full training set inside the definition of MADD by a small, diverse representative set selected by k-DPP yields a semi-metric whose nearest-neighbor classifier agrees with classical NN-MADD with probability tending to one (under a vanishing uniform approximation error and a positive margin) and whose empirical misclassification rates stay within about one percent of the full method while the computational complexity drops from quadratic to linear in the sample size times the (much smaller) representative-set size.
Load-bearing premise
The uniform gap between full MADD and its representative-set version must vanish in probability; the paper only rigorously bounds the sampling fluctuation and relies on a high-dimensional concentration heuristic plus numerical checks for the remaining bias.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes scalable versions of the MADD and gMADD semi-metrics for nearest-neighbor classification in high-dimensional, large-sample regimes. Scalability is obtained by replacing the full training set in the MADD sum with a small diverse representative subset drawn via k-DPP (with an ordered deterministic variant enabling incremental cross-validation for the subset sizes k_j), and by further approximating the DPP kernel via Random Fourier Features when n is very large. The authors claim that the resulting NN-MADD_sc (and NN-gMADD_sc) classifiers retain the neighborhood-structure advantages of full MADD while reducing complexity from O(n^{2}d) to O(knd) (or better with RFF), and they support this with extensive simulations, UCR time-series experiments, runtime tables, and a conditional asymptotic-agreement result (Proposition 1).
Significance. If the claims hold, the work removes the principal practical barrier that has confined MADD/gMADD to HDLSS settings and thereby makes a theoretically well-motivated distance usable for modern high-d, large-n classification problems (gene expression, high-resolution images, long time series). The empirical package is strong: error rates stay within ~1 % of full MADD across seven carefully chosen regimes and many UCR archives, standard errors are reported, runtimes drop by factors of 3–40 imes, and code is released. The incremental ordered-DPP CV and the RFF-DPP pipeline are reusable technical contributions. The theoretical guarantee is weaker (conditional on an incompletely justified uniform approximation), yet the numerical evidence already makes the method immediately usable.
major comments (2)
- Section 7, Proposition 1 and the surrounding discussion of β̃_n(Z) (Eqs. 6–8 and Lemma 1): the asymptotic agreement of NN-MADD_sc with NN-MADD rests on the load-bearing premise that the uniform approximation error β̃_n(Z) → 0 in probability. Lemma 1 cleanly controls only the Monte-Carlo fluctuation of the DPP sample mean by O_P(√(log n/k*)). The bias term involving inclusion probabilities is handled solely by a high-dimensional concentration heuristic (pairwise scaled distances concentrate to class-dependent constants) plus the numerical box-plots of Figures 8–9; the authors themselves label the argument “admittedly incomplete” and “admittedly strong.” Because the abstract and introduction claim that similarity is established “both theoretically as well as numerically,” this gap must be closed or the theoretical claim must be substantially weakened.
- Section 4 and Algorithm 2: the RFF approximation (D = 500) is used for the largest-n experiments and is essential to the “massive data” claim, yet no quantitative guarantee is given that the approximate k-DPP still produces a representative set whose MADD_sc distances remain close to those of the exact DPP (or to full MADD). Relative Frobenius errors of the kernel matrices are reported, but the effect on the subsequent classification risk is left unanalyzed; a short concentration or stability argument would strengthen the central scalability claim.
minor comments (4)
- Section 8 (Concluding Remarks): “generlized” should be “generalized”.
- Table 1 and subsequent runtime tables: units are seconds, but the hardware description appears only once; a short note that all timings share the same platform would aid reproducibility.
- Remark 4 and the choice k_j ∝ √d (n_j/n) log n_j: the factor √d is motivated heuristically; a brief sensitivity check with log d or constant factors would reassure readers that the CV grid is not overly tuned.
- Figure 1 caption and surrounding text: the bivariate examples are helpful, yet the color/marker legend is repeated only in the caption; placing it once in the figure itself would improve readability.
Circularity Check
No material circularity: Prop. 1 is a conditional agreement statement whose premises are not forced by definition or by a self-citation uniqueness claim; self-cites supply only background HDLSS properties of full MADD.
-
self citation load bearing
[Section 7, paragraph after Proposition 1 (and Remark 4)]
"This type of convergence is well known for ρ̃ in the HDLSS regime, which is a ramification of the class separation property of MADD (Pal et al., 2016; Sarkar and Ghosh, 2020)."
The positive-margin premise γ̃_n(Z)→γ>0 that makes Proposition 1 non-vacuous is justified solely by citations to earlier papers sharing co-authors (Sarkar, Ghosh). The citations are not machine-checked uniqueness theorems and are not re-proved here; they simply import the known HDLSS behaviour of full MADD. The step is minor because the paper’s novel claim is the scalable approximation, not a new uniqueness result, and the premise remains an explicit assumption rather than a forced tautology.
full rationale
The derivation chain for the scalable classifier is definitional (MADD_sc averages absolute distance differences over a DPP-selected subset X*) followed by a standard concentration argument (Lemma 1 bounds the sampling fluctuation of the DPP mean by O_P(√(log n/k*))) and a high-dimensional heuristic for the bias term. Proposition 1 then states that agreement of NN-MADD_sc with NN-MADD holds whenever the uniform approximation error β̃_n(Z)→0 and the full-MADD margin γ̃_n(Z) stays bounded away from zero. Neither premise is obtained by fitting a free parameter to the very quantity later called a “prediction,” nor is either premise declared unique by a self-citation theorem. The γ̃_n→γ>0 claim is imported from earlier MADD papers (Pal et al. 2016; Sarkar & Ghosh 2020) that share co-authors, but those citations establish only the well-known class-separation property of the full semi-metric; they do not force the new approximation result. Hyper-parameters (k_j via incremental CV, D=500 for RFF, median bandwidth) are chosen independently of the final error tables. The authors themselves label the bias control “admittedly incomplete,” which is a correctness gap, not a circular reduction. Empirical tables compare misclassification rates against external baselines (GLMNET, RF, SVM, etc.) on held-out data, confirming that the method is not tautological. Hence the circularity score remains minimal.
Assumptions & free parameters
free parameters (3)
- representative sizes k_j (or k_jt grid)
- RFF dimension D
- Gaussian bandwidth σ_j
assumptions (4)
- domain assumption High-dimensional concentration of pairwise Euclidean distances: d^{-1/2}‖X−Y‖ converges in probability to constants determined by class means and traces of covariances (Hall et al. 2005, Pal et al. 2016).
- standard math k-DPP / L-ensemble samples are diverse (repulsion) and the associated indicator vectors are strongly Rayleigh, permitting concentration inequalities (Pemantle & Peres 2014).
- standard math Bochner’s theorem: continuous shift-invariant kernels are Fourier transforms of probability measures, justifying Monte-Carlo RFF approximation of the Gaussian kernel.
- ad hoc to paper β̃_n(Z) → 0 in probability (uniform approximation of full MADD by the scalable version).
invented entities (2)
-
MADD_sc (scalable MADD) and gMADD_sc
-
Incremental ordered-DPP cross-validation
Cite this review
Pith. "Pith review of A scalable version of MADD for big-data classification." pith.science (2026). https://pith.science/paper/XY5MRJXX
@misc{pith2026260708334,
author = {Pith},
title = {Pith review of: A scalable version of MADD for big-data classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/XY5MRJXX}},
note = {Machine review of arXiv:2607.08334}
}
read the original abstract
Distance-based classifiers are very popular, and the Euclidean distance is one of the most commonly used metrics in distance-based classifiers. However, classifiers based on the Euclidean distance often suffer in high-dimensional setups due to issues such as distance concentration, violation of neighborhood structures, and the presence of hubs. In high-dimension, low-sample-size (HDLSS) situations, a data-driven semi-metric called the Mean Absolute Difference of Distances (MADD) is known to circumvent these issues. But one major problem with MADD is that its computational complexity increases quadratically with the training sample size. As a result, the application of MADD becomes computationally challenging for big datasets that have both a high dimension as well as a large number of observations. In this paper, we propose a scalable version of MADD that significantly reduces its computational complexity while retaining its advantages. This speed-up is achieved by selecting a representative set during the computation of MADD. Further speed-ups are achieved by using the idea of Random Fourier Features, particularly when the sample size is very large. We establish that our proposed methods achieve performances similar to MADD but only at a fraction of its computing time, both theoretically as well as numerically. Our approach broadens the scope of MADD, allowing its use to big-data with a very large number of observations.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Time-series similarity queries employing a feature-based approach , author=. 7th Hellenic
-
[2]
When Is “Nearest Neighbor” Meaningful? , author=. Proceedings of the 7th International Conference on Database Theory , pages=. 1999 , publisher=
work page 1999
- [3]
- [4]
-
[5]
Journal of the American Mathematical Society , volume=
Negative dependence and the geometry of polynomials , author=. Journal of the American Mathematical Society , volume=
-
[6]
Scale adjustments for classifiers in high-dimensional, low sample size settings , author=. Biometrika , volume=. 2009 , publisher=
work page 2009
- [7]
- [8]
Show all 27 references
-
[9]
arXiv preprint arXiv:1707.07269 , year=
Large Sample Analysis of the Median Heuristic , author=. arXiv preprint arXiv:1707.07269 , year=
-
[10]
IEEE Transactions on Information Theory , volume =
The Reduced Nearest Neighbor Rule , author =. IEEE Transactions on Information Theory , volume =. 1972 , publisher =
1972
-
[11]
2002 , url =
Geurts, Pierre , title =. 2002 , url =
2002
-
[12]
2013 , edition =
Matrix Computations , author =. 2013 , edition =
2013
-
[13]
SIAM Review , volume=
Finding structure with randomness: Probabilistic algorithms for constructing approximate matrix decompositions , author=. SIAM Review , volume=. 2011 , publisher=
2011
-
[14]
Journal of the Royal Statistical Society: Series B , volume=
Geometric representation of high dimension, low sample size data , author=. Journal of the Royal Statistical Society: Series B , volume=. 2005 , publisher=
2005
-
[15]
IEEE Transactions on Information Theory , volume =
The Condensed Nearest Neighbor Rule , author =. IEEE Transactions on Information Theory , volume =. 1968 , publisher =
1968
-
[16]
2009 , edition =
The Elements of Statistical Learning: Data Mining, Inference, and Prediction , author=. 2009 , edition =
2009
-
[17]
Foundations and Trends in Machine Learning , volume=
Determinantal point processes for machine learning , author=. Foundations and Trends in Machine Learning , volume=. 2012 , publisher=
2012
-
[18]
, title =
Olszewski, Robert T. , title =. 2001 , number =
2001
-
[19]
Pattern Recognition Letters , volume=
High dimensional nearest neighbor classification based on mean absolute differences of inter-point distances , author=. Pattern Recognition Letters , volume=. 2016 , publisher=
2016
-
[20]
Combinatorics, Probability and Computing , volume =
Robin Pemantle and Yuval Peres , title =. Combinatorics, Probability and Computing , volume =. 2014 , publisher =
2014
-
[21]
Journal of Machine Learning Research , volume=
Hubs in space: Popular nearest neighbors in high-dimensional data , author =. Journal of Machine Learning Research , volume=
-
[22]
Advances in Neural Information Processing Systems 20 , pages =
Rahimi, Ali and Recht, Benjamin , title =. Advances in Neural Information Processing Systems 20 , pages =
-
[23]
On generalizations of some distance based classifiers for
Roy, Sarbojit and Sarkar, Soham and Dutta, Subhajit and Ghosh, Anil K , journal=. On generalizations of some distance based classifiers for
-
[24]
Machine Learning , volume=
On some graph-based two-sample tests for high dimension, low sample size data , author=. Machine Learning , volume=. 2020 , publisher=
2020
-
[25]
IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=
On perfect clustering of high dimension, low sample size data , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2020 , publisher=
2020
-
[26]
International Journal of Machine Learning and Cybernetics , volume=
Hubness-based fuzzy measures for high-dimensional k-nearest neighbor classification , author=. International Journal of Machine Learning and Cybernetics , volume=. 2014 , publisher=
2014
-
[27]
Williams, Christopher K. I. and Seeger, Matthias , title =. Advances in Neural Information Processing Systems 13 , pages =
Reviewed July 10, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.