SVDNet for Pedestrian Retrieval
Yifan Sun, Liang Zheng, Weijian Deng, Shengjin Wang

TL;DR
This paper introduces SVDNet, a deep learning method for person re-identification that uses Singular Vector Decomposition to orthogonalize weight vectors, resulting in more discriminative features and improved retrieval accuracy.
Contribution
The paper proposes a novel SVD-based training scheme with RRI to enforce orthogonality in CNN weights, enhancing re-ID performance.
Findings
Significant accuracy improvements on multiple datasets.
Effective reduction of correlation among projection vectors.
Enhanced discriminative power of FC descriptors.
Abstract
This paper proposes the SVDNet for retrieval problems, with focus on the application of person re-identification (re-ID). We view each weight vector within a fully connected (FC) layer in a convolutional neuron network (CNN) as a projection basis. It is observed that the weight vectors are usually highly correlated. This problem leads to correlations among entries of the FC descriptor, and compromises the retrieval performance based on the Euclidean distance. To address the problem, this paper proposes to optimize the deep representation learning process with Singular Vector Decomposition (SVD). Specifically, with the restraint and relaxation iteration (RRI) training scheme, we are able to iteratively integrate the orthogonality constraint in CNN training, yielding the so-called SVDNet. We conduct experiments on the Market-1501, CUHK03, and Duke datasets, and show that RRI effectively…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
SVDNet for Pedestrian Retrieval· youtube
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Automated Road and Building Extraction · Gait Recognition and Analysis
MethodsAverage Pooling · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization · Bottleneck Residual Block · Global Average Pooling · Residual Block · Kaiming Initialization · Max Pooling
