LGSTDATA-ANQMMLMay 9, 2015

Should we really use post-hoc tests based on mean-ranks?

arXiv:1505.02288v1453 citations
Originality Synthesis-oriented
AI Analysis

This addresses a methodological problem for researchers in machine learning and other fields who rely on statistical tests for algorithm comparisons, though it is incremental as it critiques an existing method rather than introducing a new one.

The paper identifies inconsistencies in the mean-ranks post-hoc test used in statistical comparisons of multiple algorithms, showing that its results depend on the pool of algorithms included, which can lead to paradoxical outcomes. It recommends using alternative tests like the sign-test or Wilcoxon signed-rank test to avoid these issues.

The statistical comparison of multiple algorithms over multiple data sets is fundamental in machine learning. This is typically carried out by the Friedman test. When the Friedman test rejects the null hypothesis, multiple comparisons are carried out to establish which are the significant differences among algorithms. The multiple comparisons are usually performed using the mean-ranks test. The aim of this technical note is to discuss the inconsistencies of the mean-ranks post-hoc test with the goal of discouraging its use in machine learning as well as in medicine, psychology, etc.. We show that the outcome of the mean-ranks test depends on the pool of algorithms originally included in the experiment. In other words, the outcome of the comparison between algorithms A and B depends also on the performance of the other algorithms included in the original experiment. This can lead to paradoxical situations. For instance the difference between A and B could be declared significant if the pool comprises algorithms C, D, E and not significant if the pool comprises algorithms F, G, H. To overcome these issues, we suggest instead to perform the multiple comparison using a test whose outcome only depends on the two algorithms being compared, such as the sign-test or the Wilcoxon signed-rank test.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes