Cheap Permutation Testing

· Source: stat.ML updates on arXiv.org · Field: Science & Research — Mathematics & Computational Sciences, Research Methodology & Innovation, Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The paper "Cheap Permutation Testing" (arXiv:2502.07672, v3 revised 21 Jul 2026) introduces a method to accelerate permutation tests. Standard permutation tests, used for distinguishing distributions and testing independence, are computationally expensive, requiring hundreds or thousands of test statistic computations. The proposed "cheap permutation tests" group datapoints into bins and permute only these bins. For U and V-statistics, this approach allows tests to run in time comparable to a single test statistic evaluation by storing sufficient statistics. Crucially, these cheap tests maintain exact false positive control and minimax optimality, closely approximating the power of standard permutation tests. Experiments demonstrate their benefits over various existing tests, including maximum mean discrepancy (MMD), Hilbert-Schmidt independence criterion (HSIC), and Wilcoxon-Mann-Whitney tests.

Key takeaway

For Data Scientists or Research Scientists performing statistical hypothesis testing, you should consider implementing cheap permutation tests. This method drastically reduces the computational cost of distinguishing distributions and testing independence, allowing you to run analyses in time comparable to a single statistic evaluation. You can achieve exact false positive control and maintain high statistical power, making it a superior alternative to traditional permutation tests and other common methods like MMD or HSIC for large datasets.

Key insights

Binning datapoints for permutation tests significantly reduces computation while preserving statistical power and false positive control.

Principles

Method

Group datapoints into bins, then permute only these bins. Store appropriate sufficient statistics to enable rapid test execution, comparable to a single statistic evaluation.

In practice

Topics

Best for: AI Scientist, Research Scientist, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.