SPOT-Face: Forensic Face Identification using Attention Guided Optimal Transport
Ravi Shankar Prasad, Dinesh Singh
TL;DR
This paper tackles cross-domain forensic face identification when only skull or sketch evidence is available, introducing SPOT-Face, a graph-based framework that converts images into superpixel graphs and aligns skull/sketch graphs with face graphs via cross-attention and optimal transport. By training with a triplet loss across skull-face and sketch-face pairs, and leveraging multiple GNN backbones (notably GraphTransformer), the method learns a unified embedding space that bridges modality gaps. Empirical results on IIT_Mandi_S2F and CUFS show significant gains in recall and mAP, with strong retrieval performance and favorable qualitative analyses, indicating practical utility for forensic identification. Overall, SPOT-Face offers a principled, unified cross-domain representation for skull/sketch-to-face retrieval, advancing automated forensic matching where traditional biometrics are unavailable.
Abstract
Person identification in forensic investigations becomes very challenging when common identification means for DNA (i.e., hair strands, soft tissue) are not available. Current methods utilize deep learning methods for face recognition. However, these methods lack effective mechanisms to model cross-domain structural correspondence between two different forensic modalities. In this paper, we introduce a SPOT-Face, a superpixel graph-based framework designed for cross-domain forensic face identification of victims using their skeleton and sketch images. Our unified framework involves constructing a superpixel-based graph from an image and then using different graph neural networks(GNNs) backbones to extract the embeddings of these graphs, while cross-domain correspondence is established through attention-guided optimal transport mechanism. We have evaluated our proposed framework on two publicly available dataset: IIT\_Mandi\_S2F (S2F) and CUFS. Extensive experiments were conducted to evaluate our proposed framework. The experimental results show significant improvement in identification metrics ( i.e., Recall, mAP) over existing graph-based baselines. Furthermore, our framework demonstrates to be highly effective for matching skulls and sketches to faces in forensic investigations.
