English

Cracking the Black Box: Distilling Deep Sports Analytics

Machine Learning 2020-07-01 v4 Machine Learning

Abstract

This paper addresses the trade-off between Accuracy and Transparency for deep learning applied to sports analytics. Neural nets achieve great predictive accuracy through deep learning, and are popular in sports analytics. But it is hard to interpret a neural net model and harder still to extract actionable insights from the knowledge implicit in it. Therefore, we built a simple and transparent model that mimics the output of the original deep learning model and represents the learned knowledge in an explicit interpretable way. Our mimic model is a linear model tree, which combines a collection of linear models with a regression-tree structure. The tree version of a neural network achieves high fidelity, explains itself, and produces insights for expert stakeholders such as athletes and coaches. We propose and compare several scalable model tree learning heuristics to address the computational challenge from datasets with millions of data points.

Keywords

Cite

@article{arxiv.2006.04551,
  title  = {Cracking the Black Box: Distilling Deep Sports Analytics},
  author = {Xiangyu Sun and Jack Davis and Oliver Schulte and Guiliang Liu},
  journal= {arXiv preprint arXiv:2006.04551},
  year   = {2020}
}

Comments

Accepted by the 26th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2020); Added the tenth feature to Table 3 for soccer;

R2 v1 2026-06-23T16:08:38.768Z