Differences in Detection: Explainability Where it Matters
2026-06-05 • Computer Vision and Pattern Recognition
Computer Vision and Pattern Recognition
AI summaryⓘ
The authors present Differences in Detection (DnD), a simple way to directly compare two object detection models by looking at which objects both models find, which only one finds, and which neither finds. Unlike usual methods that give overall scores, DnD shows exactly where the models agree or make different mistakes. This helps better understand and analyze model errors, especially when combined with types of errors shown in confusion matrices. The authors also suggest using DnD to improve explanations for why models make certain predictions.
object detectionmean Average Precision (mAP)TIDE error analysisconfusion matrixmodel comparisonground truthdetection errorexplainabilityODAM
Authors
Johannes Theodoridis, Johannes Maucher, Andreas Schilling
Abstract
We propose Differences in Detection (DnD), an intuitive method to compare two object detection models. Based on the same matching algorithm, it complements the standard metrics of mean Average Precision ($mAP$) and TIDE error analysis with the ability to compare two models directly. More specifically, we calculate the intersection of ground truth labels that are recognized by both models, followed by the corresponding difference sets and the complement set of ground truth labels that are missed by both models. The resulting comparison is more direct and intuitive than a comparison of independent summary statistics. It reveals individual and shared mistakes and becomes particularly interesting when combined with error types. In this case, the differences in detection errors can be analyzed naturally in a standard confusion matrix. While valuable in itself, we believe that one of the best applications of DnD is to guide explainability methods such as ODAM towards metric-relevant examples, grounded in structured subsets. The code for our method is available here: https://github.com/JohannesTheo/differences-in-detection