CVJul 12, 2022

Dynamic Gradient Reactivation for Backward Compatible Person Re-identification

arXiv:2207.05658v17 citationsh-index: 21
Originality Highly original
AI Analysis

This work addresses the challenge of updating models without degrading retrieval performance for existing galleries in person re-identification, introducing novel cross-domain settings that are more meaningful and difficult.

The paper tackles the backward compatible problem in person re-identification by proposing Ranking-based Backward Compatible Learning (RBCL) with Dynamic Gradient Reactivation (DGR) to optimize ranking metrics instead of imitating old features, achieving state-of-the-art performance with large margins across five settings, including cross-domain scenarios.

We study the backward compatible problem for person re-identification (Re-ID), which aims to constrain the features of an updated new model to be comparable with the existing features from the old model in galleries. Most of the existing works adopt distillation-based methods, which focus on pushing new features to imitate the distribution of the old ones. However, the distillation-based methods are intrinsically sub-optimal since it forces the new feature space to imitate the inferior old feature space. To address this issue, we propose the Ranking-based Backward Compatible Learning (RBCL), which directly optimizes the ranking metric between new features and old features. Different from previous methods, RBCL only pushes the new features to find best-ranking positions in the old feature space instead of strictly alignment, and is in line with the ultimate goal of backward retrieval. However, the sharp sigmoid function used to make the ranking metric differentiable also incurs the gradient vanish issue, therefore stems the ranking refinement during the later period of training. To address this issue, we propose the Dynamic Gradient Reactivation (DGR), which can reactivate the suppressed gradients by adding dynamic computed constant during forward step. To further help targeting the best-ranking positions, we include the Neighbor Context Agents (NCAs) to approximate the entire old feature space during training. Unlike previous works which only test on the in-domain settings, we make the first attempt to introduce the cross-domain settings (including both supervised and unsupervised), which are more meaningful and difficult. The experimental results on all five settings show that the proposed RBCL outperforms previous state-of-the-art methods by large margins under all settings.

Foundations

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

Your Notes