update awesome-reid

pull/119/head
KaiyangZhou 2019-01-07 09:04:17 +00:00
parent 079811a285
commit e19beca607
1 changed files with 14 additions and 6 deletions

View File

@ -1,12 +1,20 @@
## Awesome-ReID
# Awesome-ReID
Here is a collection of ReID-related research with links to codes and papers. You are welcome to submit [PR](https://help.github.com/articles/creating-a-pull-request/)s if you find something missing.
## Table of Contents
- **[NeurIPS 2018](#neurips-2018)**
- **[ECCV 2018](#eccv-2018)**
- **[CVPR 2018](#cvpr-2018)**
- **[ArXiv](#arxiv)**
### Image ReID
#### ECCV 2018
### NeurIPS 2018
- FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification, NeurIPS 2018. [[paper](https://arxiv.org/abs/1810.02936)][[code](https://github.com/yxgeee/FD-GAN)]
### ECCV 2018
- Generalizing A Person Retrieval Model Hetero- and Homogeneously, ECCV 2018. [[paper](http://openaccess.thecvf.com/content_ECCV_2018/papers/Zhun_Zhong_Generalizing_A_Person_ECCV_2018_paper.pdf)][[code](https://github.com/zhunzhong07/HHL)]
- Pose-Normalized Image Generation for Person Re-identification, ECCV 2018. [[paper](https://arxiv.org/abs/1712.02225)][[code](https://github.com/naiq/PN_GAN)]
#### CVPR 2018
### CVPR 2018
- Camera Style Adaptation for Person Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1711.10295)][[code](https://github.com/zhunzhong07/CamStyle)]
- Deep Group-Shuffling Random Walk for Person Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1807.11178)][[code](https://github.com/YantaoShen/kpm_rw_person_reid)]
- End-to-End Deep Kronecker-Product Matching for Person Re-identification, CVPR 2018. [[paper](https://arxiv.org/abs/1807.11182)][[code](https://github.com/YantaoShen/kpm_rw_person_reid)]
@ -16,7 +24,7 @@ Here is a collection of ReID-related research with links to codes and papers. Yo
- Human Semantic Parsing for Person Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1804.00216)][[code](https://github.com/emrahbasaran/SPReID)]
- Multi-Level Factorisation Net for Person Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1803.09132)][[code](https://github.com/KaiyangZhou/deep-person-reid)]
- Resource Aware Person Re-identification across Multiple Resolutions, CVPR 2018. [[paper](https://arxiv.org/abs/1805.08805)][[code](https://github.com/mileyan/DARENet)]
### Video ReID
- Exploit the Unknown Gradually: One-Shot Video-Based Person Re-Identification by Stepwise Learning, CVPR 2018. [[paper](https://yu-wu.net/pdf/CVPR2018_Exploit-Unknown-Gradually.pdf)][[code](https://github.com/Yu-Wu/Exploit-Unknown-Gradually)]
### ArXiv
- Revisiting Temporal Modeling for Video-based Person ReID, arXiv 2018. [[paper](https://arxiv.org/abs/1805.02104)][[code](https://github.com/jiyanggao/Video-Person-ReID)]