CVApr 25, 2024

CriSp: Leveraging Tread Depth Maps for Enhanced Crime-Scene Shoeprint Matching

arXiv:2404.16972v21 citationsh-index: 57ECCV
Originality Incremental advance
AI Analysis

This addresses a bottleneck in forensic investigations by improving automated shoeprint matching, though it is incremental as it builds on existing methods with a novel data type.

The paper tackles the problem of matching noisy and occluded crime-scene shoeprints to a shoe database by proposing CriSp, which uses tread depth maps instead of clean reference prints, resulting in significantly outperforming state-of-the-art methods on a new benchmark.

Shoeprints are a common type of evidence found at crime scenes and are used regularly in forensic investigations. However, existing methods cannot effectively employ deep learning techniques to match noisy and occluded crime-scene shoeprints to a shoe database due to a lack of training data. Moreover, all existing methods match crime-scene shoeprints to clean reference prints, yet our analysis shows matching to more informative tread depth maps yields better retrieval results. The matching task is further complicated by the necessity to identify similarities only in corresponding regions (heels, toes, etc) of prints and shoe treads. To overcome these challenges, we leverage shoe tread images from online retailers and utilize an off-the-shelf predictor to estimate depth maps and clean prints. Our method, named CriSp, matches crime-scene shoeprints to tread depth maps by training on this data. CriSp incorporates data augmentation to simulate crime-scene shoeprints, an encoder to learn spatially-aware features, and a masking module to ensure only visible regions of crime-scene prints affect retrieval results. To validate our approach, we introduce two validation sets by reprocessing existing datasets of crime-scene shoeprints and establish a benchmarking protocol for comparison. On this benchmark, CriSp significantly outperforms state-of-the-art methods in both automated shoeprint matching and image retrieval tailored to this task.

Code Implementations1 repo
Foundations

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

Your Notes