2016

Revisiting Classifier Two-Sample Tests

Lopez-Paz, David, Oquab, Maxime

Understand

The goal of two-sample tests is to assess whether two samples, $S_P \sim P^n$ and $S_Q \sim Q^m$, are drawn from the same distribution.

  • Perhaps intriguingly, one relatively unexplored method to build two-sample tests is the use of binary classifiers.
  • In particular, construct a dataset by pairing the $n$ examples in $S_P$ with a positive label, and by pairing the $m$ examples in $S_Q$ with a negative label.
  • If the null hypothesis "$P = Q$" is true, then the classification accuracy of a binary classifier on a held-out subset of this dataset should remain near chance-level.

Reading the bibliography…