Improving the Fairness of Deep-Learning, Short-term Crime Prediction with Under-reporting-aware Models
Jiahui Wu, Vanessa Frias-Martinez
TL;DR
This work tackles bias in short-term, place-based crime prediction arising from under-reporting and demographic disparities. It introduces an under-reporting-aware deep learning architecture with two branches: a true-crime predictor using neighbor-convolution on crime and mobility features, and a crime-reporting convolutional gate estimating the under-reporting rate $\\pi_i$ from ACS determinants. Training optimizes predicted reported crimes $z_{i,t}$ to match observed data, while inference uses the true-crime branch to identify next-day hotspots. Across four US cities and two crime types, the approach improves fairness metrics (SP, FPR, FNR, LI) relative to baselines, albeit with a trade-off in accuracy, highlighting the practical balance between equitable predictions and predictive performance.
Abstract
Deep learning crime predictive tools use past crime data and additional behavioral datasets to forecast future crimes. Nevertheless, these tools have been shown to suffer from unfair predictions across minority racial and ethnic groups. Current approaches to address this unfairness generally propose either pre-processing methods that mitigate the bias in the training datasets by applying corrections to crime counts based on domain knowledge or in-processing methods that are implemented as fairness regularizers to optimize for both accuracy and fairness. In this paper, we propose a novel deep learning architecture that combines the power of these two approaches to increase prediction fairness. Our results show that the proposed model improves the fairness of crime predictions when compared to models with in-processing de-biasing approaches and with models without any type of bias correction, albeit at the cost of reducing accuracy.
