# Accelerating Permutation Testing in Voxel-wise Analysis through Subspace   Tracking: A new plugin for SnPM

**Authors:** Felipe Gutierrez-Barragan, Vamsi K. Ithapu, Chris Hinrichs, Camille, Maumet, Sterling C. Johnson, Thomas E. Nichols, Vikas Singh, and the ADNI

arXiv: 1703.01506 · 2017-07-26

## TL;DR

This paper introduces RapidPT, a low-rank matrix completion-based algorithm that significantly accelerates permutation testing in voxel-wise neuroimaging analysis, reducing computational time while maintaining accuracy.

## Contribution

The paper presents a novel low-rank matrix completion approach for permutation testing, enabling faster computation in neuroimaging without sacrificing statistical validity.

## Key findings

- RapidPT achieves up to 1000x speedup over naive permutation testing.
- Effective on datasets with 50 to 200 samples, with notable performance gains.
- Outperforms existing methods on large datasets with over 10,000 permutations.

## Abstract

Permutation testing is a non-parametric method for obtaining the max null distribution used to compute corrected $p$-values that provide strong control of false positives. In neuroimaging, however, the computational burden of running such an algorithm can be significant. We find that by viewing the permutation testing procedure as the construction of a very large permutation testing matrix, $T$, one can exploit structural properties derived from the data and the test statistics to reduce the runtime under certain conditions. In particular, we see that $T$ is low-rank plus a low-variance residual. This makes $T$ a good candidate for low-rank matrix completion, where only a very small number of entries of $T$ ($\sim0.35\%$ of all entries in our experiments) have to be computed to obtain a good estimate. Based on this observation, we present RapidPT, an algorithm that efficiently recovers the max null distribution commonly obtained through regular permutation testing in voxel-wise analysis. We present an extensive validation on a synthetic dataset and four varying sized datasets against two baselines: Statistical NonParametric Mapping (SnPM13) and a standard permutation testing implementation (referred as NaivePT). We find that RapidPT achieves its best runtime performance on medium sized datasets ($50 \leq n \leq 200$), with speedups of 1.5x - 38x (vs. SnPM13) and 20x-1000x (vs. NaivePT). For larger datasets ($n \geq 200$) RapidPT outperforms NaivePT (6x - 200x) on all datasets, and provides large speedups over SnPM13 when more than 10000 permutations (2x - 15x) are needed. The implementation is a standalone toolbox and also integrated within SnPM13, able to leverage multi-core architectures when available.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.01506/full.md

## Figures

46 figures with captions in the complete paper: https://tomesphere.com/paper/1703.01506/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1703.01506/full.md

---
Source: https://tomesphere.com/paper/1703.01506