CVNov 2, 2020

Set Augmented Triplet Loss for Video Person Re-Identification

arXiv:2011.00774v211 citations
AI Analysis

This work addresses the problem of improving accuracy in video person re-identification for surveillance and security applications, representing an incremental advancement over existing metric learning methods.

The paper tackles video person re-identification by proposing a set-based triplet loss that models video clips as sets and uses distances between sets to optimize frame-level features, achieving state-of-the-art results on multiple benchmarks.

Modern video person re-identification (re-ID) machines are often trained using a metric learning approach, supervised by a triplet loss. The triplet loss used in video re-ID is usually based on so-called clip features, each aggregated from a few frame features. In this paper, we propose to model the video clip as a set and instead study the distance between sets in the corresponding triplet loss. In contrast to the distance between clip representations, the distance between clip sets considers the pair-wise similarity of each element (i.e., frame representation) between two sets. This allows the network to directly optimize the feature representation at a frame level. Apart from the commonly-used set distance metrics (e.g., ordinary distance and Hausdorff distance), we further propose a hybrid distance metric, tailored for the set-aware triplet loss. Also, we propose a hard positive set construction strategy using the learned class prototypes in a batch. Our proposed method achieves state-of-the-art results across several standard benchmarks, demonstrating the advantages of the proposed method.

Foundations

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

Your Notes