paper

POINTWISE: Predicting Points and Valuing Decisions in Real Time with NBA Optical Tracking Data

  • Authors:

📜 Abstract

Basketball is a game of decisions; at any moment, a player can change the character of a possession by choosing to pass, dribble, or shoot. The current state of basketball analytics, however, provides no way to quantitatively evaluate the vast majority of decisions that players make, as most metrics are driven by events that occur at or near the end of a possession, such as points, turnovers, and assists. We propose a framework for using player-tracking data to assign a point value to each moment of a possession by computing how many points the offense is expected to score by the end of the possession, a quantity we call expected possession value (EPV). EPV allows analysts to evaluate every decision made during a basketball game – whether it is to pass, dribble, or shoot – opening the door for a multitude of new metrics and analyses of basketball that quantify value in terms of points. In this paper, we propose a modeling framework for estimating EPV, present results of EPV computations performed using player-tracking data from the 2012-13 season, and provide several examples of EPV-derived metrics that answer real basketball questions.

✨ Summary

The paper introduced expected possession value (EPV), a continuous estimate of the points an offense is expected to score from the current spatial configuration of a possession. Its central contribution was to move basketball evaluation beyond terminal events such as shots, assists, and turnovers by valuing intermediate decisions, including movement, passing, and shot selection. The proposed model combined a Markov assumption, competing-risks models for discrete actions, spatial effects, and a coarsened Markov-chain representation of court states. The paper also demonstrated derived metrics such as EPV-added over replacement and shot satisfaction.

The framework was subsequently developed into a more technical research article, A Multiresolution Stochastic Process Model for Predicting Basketball Possession Outcomes, which formalized the multiresolution stochastic-process approach and further developed hierarchical spatiotemporal transition models. (arxiv.org) Subsequent research applied related EPV ideas beyond basketball, including a fine-grained model for valuing soccer possessions. (arxiv.org) Later basketball work, such as DeepHoops, used spatiotemporal tracking data and deep learning to produce continuously updated expected-point predictions for possessions, extending the paper’s emphasis on micro-action evaluation. (arxiv.org)

The authors also released a public demonstration repository containing code and data for an NBA EPV model, providing a concrete research and educational artifact based on the framework. (github.com) The method received contemporaneous public coverage describing its potential use in evaluating on-court decisions and player performance, but the sources reviewed here do not establish that this specific 2014 implementation was adopted operationally by an NBA team. (news.harvard.edu)