↓ Skip to main content
  1. Posts/

persion reid 论文列表

·332 words·1 min
Note: This article is available in Chinese only. 本文暂无英文版本。 View original

Key:

(1). Pose-driven, body part alignment, combine whole feature and body part feature, focus on alignment of part model,

(2). Combine image label and human attributes classes, do classification with attributes and identity learning

(3). Based on triplet loss, improve metric learning for an end to end learning

(4). Post-process, re-ranking

  1. AlignedReID: Surpassing Human-Level Performance in Person Re-Identification

  2. Hydraplus-net: Attentive deep features for pedestrian analysis.

  3. Darkrank: Accelerating deep metric learning via cross sample similarities transfer.

  4. Glad: Global-local-alignment descriptor for pedestrian retrieval.

  5. PDC: Pose-driven Deep Convolutional Model for Person Re-identification (ICCV2017)

  6. Spindle: Spindle Net: Person Re-identification with Human Body Region Guided Feature Decomposition and Fusion (CVPR 2017)

  7. MSML: Margin Sample Mining Loss: A Deep Learning Based Method for Person Re-identification

  8. DLPA: Deeply-Learned Part-Aligned Representation for Person Re-Identification (ICCV 2017)

  9. DTL: Deep Transfer Learning for Person Re-identification

  10. Unlabeled: Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro (ICCV 2017)

  11. In: In Defense of the Triplet Loss for Person Re-identification

  12. A: A Discriminatively Learned CNN Embedding for Person Re-identification

  13. DGD: Learning Deep Feature Representations with Domain Guided Dropout for Person Re-identification

  14. Quadruplet: Beyond triplet loss: a deep quadruplet network for person re-identification

  15. AlignedReID: Surpassing Human-Level Performance in Person Re-Identification

  16. Glad: Global-local-alignment descriptor for pedestrian retrieval.

  17. Darkrank: Accelerating deep metric learning via cross sample similarities transfer.

  18. Deep mutual learning

  19. In Defense of the Triplet Loss fr Person Re-identification + Re-Ranking

  20. Hydraplus-net: Attentive deep features for pedestrian analysis.

  21. MSML: Margin Sample Mining Loss: A Deep Learning Based Method for Person Re-identification

  22. In: In Defense of the Triplet Loss for Person Re-identification

  23. APR: Improving Person Re-identification by Attribute and Identity Learning

  24. PDC: Pose-driven Deep Convolutional Model for Person Re-identification

  25. Unlabeled: Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro

  26. DTL: Deep Transfer Learning for Person Re-identification

  27. DLPA: Deeply-Learned Part-Aligned Representation for Person Re-Identification

  28. PIE: Pose Invariant Embedding for Deep Person Re-identification

  29. Re-rank: Re-ranking person re-identification with k-reciprocal encoding

  30. Spindle: Spindle Net: Person Re-identification with Human Body Region Guided Feature Decomposition and Fusion

Related

stanford cs 231n:常用激活函数

·2596 words·6 mins
其实我觉得这部分可以直接黑箱。。。直接无脑上Leaky ReLU或者Maxout?不过对这些激活函数的特点有个high-level的了解应该总是没坏处的,只要别太纠结细节就好了吧。。 # 每个激活函数(或非线性函数)的输入都是一个数字,然后对其进行某种固定的数学操作。下面是在实践中可能遇到的几种激活函数: