LGJun 25, 2021

Interpreting Criminal Charge Prediction and Its Algorithmic Bias via Quantum-Inspired Complex Valued Networks

arXiv:2106.13456v2
Originality Incremental advance
AI Analysis

This addresses bias and trust concerns in predictive policing for criminal justice systems, though it is incremental as it builds on existing methods like Bi-LSTM and attention with a novel quantum-inspired twist.

The paper tackled bias and transparency issues in criminal charge prediction by developing a quantum-inspired complex-valued network with Bi-LSTM and attention mechanisms, achieving consistent precision and recall on a real-life dataset over twenty years of records. It found that criminal histories are statistically significant predictors, while race and age are not, and suspects tend to gradually increase crime severity over time.

While predictive policing has become increasingly common in assisting with decisions in the criminal justice system, the use of these results is still controversial. Some software based on deep learning lacks accuracy (e.g., in F-1), and importantly many decision processes are not transparent, causing doubt about decision bias, such as perceived racial and age disparities. This paper addresses bias issues with post-hoc explanations to provide a trustable prediction of whether a person will receive future criminal charges given one's previous criminal records by learning temporal behavior patterns over twenty years. Bi-LSTM relieves the vanishing gradient problem, attentional mechanisms allow learning and interpretation of feature importance, and complex-valued networks inspired quantum physics to facilitate a certain level of transparency in modeling the decision process. Our approach shows a consistent and reliable prediction precision and recall on a real-life dataset. Our analysis of the importance of each input feature shows the critical causal impact on decision-making, suggesting that criminal histories are statistically significant factors, while identifiers, such as race and age, are not. Finally, our algorithm indicates that a suspect tends to rather than suddenly increase crime severity level over time gradually.

Foundations

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

Your Notes