SOTAVerified

Keypoint Promptable Re-Identification

2024-07-25Code Available3· sign in to hype

Vladimir Somers, Christophe De Vleeschouwer, Alexandre Alahi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Occluded Person Re-Identification (ReID) is a metric learning task that involves matching occluded individuals based on their appearance. While many studies have tackled occlusions caused by objects, multi-person occlusions remain less explored. In this work, we identify and address a critical challenge overlooked by previous occluded ReID methods: the Multi-Person Ambiguity (MPA) arising when multiple individuals are visible in the same bounding box, making it impossible to determine the intended ReID target among the candidates. Inspired by recent work on prompting in vision, we introduce Keypoint Promptable ReID (KPR), a novel formulation of the ReID problem that explicitly complements the input bounding box with a set of semantic keypoints indicating the intended target. Since promptable re-identification is an unexplored paradigm, existing ReID datasets lack the pixel-level annotations necessary for prompting. To bridge this gap and foster further research on this topic, we introduce Occluded-PoseTrack ReID, a novel ReID dataset with keypoints labels, that features strong inter-person occlusions. Furthermore, we release custom keypoint labels for four popular ReID benchmarks. Experiments on person retrieval, but also on pose tracking, demonstrate that our method systematically surpasses previous state-of-the-art approaches on various occluded scenarios. Our code, dataset and annotations are available at https://github.com/VlSomers/keypoint_promptable_reidentification.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Market-1501KPR + SOLIDER (no RK)Rank-196.62Unverified
Market-1501KPRRank-195.9Unverified
Occluded-DukeMTMCKPR + SOLIDER Rank-184.31Unverified
Occluded-DukeMTMCKPR Rank-179.83Unverified
Occluded-PoseTrack-ReIDKPRMAP82.31Unverified
Occluded REIDKPRmAP79.1Unverified
Partial-REIDKPR + SOLIDERRank-194.01Unverified
Partial-REIDKPRRank-190Unverified

Reproductions