SOTAVerified

Adaptive L2 Regularization in Person Re-Identification

2020-07-15Code Available1· sign in to hype

Xingyang Ni, Liang Fang, Heikki Huttunen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce an adaptive L2 regularization mechanism in the setting of person re-identification. In the literature, it is common practice to utilize hand-picked regularization factors which remain constant throughout the training procedure. Unlike existing approaches, the regularization factors in our proposed method are updated adaptively through backpropagation. This is achieved by incorporating trainable scalar variables as the regularization factors, which are further fed into a scaled hard sigmoid function. Extensive experiments on the Market-1501, DukeMTMC-reID and MSMT17 datasets validate the effectiveness of our framework. Most notably, we obtain state-of-the-art performance on MSMT17, which is the largest dataset for person re-identification. Source code is publicly available at https://github.com/nixingyang/AdaptiveL2Regularization.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DukeMTMC-reIDAdaptive L2 Regularization (with re-ranking)mAP90.7Unverified
DukeMTMC-reIDAdaptive L2 Regularization (without re-ranking)mAP81Unverified
Market-1501Adaptive L2 Regularization (with re-ranking)Rank-196Unverified
Market-1501Adaptive L2 Regularization (without re-ranking)Rank-195.6Unverified
MSMT17Adaptive L2 Regularization (with re-ranking)mAP76.7Unverified
MSMT17Adaptive L2 Regularization (without re-ranking)mAP62.2Unverified

Reproductions