DBAISep 22, 2017

Efficiently Discovering Locally Exceptional yet Globally Representative Subgroups

arXiv:1709.07941v11 citations
Originality Incremental advance
AI Analysis

This addresses the need for interpretable and representative patterns in applications like scientific discovery, though it is incremental as it builds on existing subgroup discovery techniques.

The paper tackles the problem of subgroup discovery by proposing a method to find subgroups that are both locally exceptional on a target variable and globally representative on a control variable, resulting in an algorithm that is up to orders of magnitude faster in node evaluations and time.

Subgroup discovery is a local pattern mining technique to find interpretable descriptions of sub-populations that stand out on a given target variable. That is, these sub-populations are exceptional with regard to the global distribution. In this paper we argue that in many applications, such as scientific discovery, subgroups are only useful if they are additionally representative of the global distribution with regard to a control variable. That is, when the distribution of this control variable is the same, or almost the same, as over the whole data. We formalise this objective function and give an efficient algorithm to compute its tight optimistic estimator for the case of a numeric target and a binary control variable. This enables us to use the branch-and-bound framework to efficiently discover the top-$k$ subgroups that are both exceptional as well as representative. Experimental evaluation on a wide range of datasets shows that with this algorithm we discover meaningful representative patterns and are up to orders of magnitude faster in terms of node evaluations as well as time.

Foundations

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

Your Notes