deep-person-reid/AWESOME_REID.md

30 lines
3.0 KiB
Markdown
Raw Normal View History

2019-01-07 09:04:17 +00:00
# Awesome-ReID
2019-01-06 22:57:28 +00:00
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.
2019-01-07 09:04:17 +00:00
## Table of Contents
- **[NeurIPS 2018](#neurips-2018)**
- **[ECCV 2018](#eccv-2018)**
- **[CVPR 2018](#cvpr-2018)**
- **[ArXiv](#arxiv)**
2019-01-06 22:57:28 +00:00
2019-01-07 09:04:17 +00:00
### 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
2019-01-06 22:57:28 +00:00
- 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)]
2019-01-07 09:04:17 +00:00
### CVPR 2018
2019-01-06 22:57:28 +00:00
- 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)]
- Features for Multi-Target Multi-Camera Tracking and Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1803.10859)][[code](https://github.com/ergysr/DeepCC)]
- Group Consistent Similarity Learning via Deep CRF for Person Re-Identification, CVPR 2018. [[paper](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Group_Consistent_Similarity_CVPR_2018_paper.pdf)][[code](https://github.com/dapengchen123/crf_affinity)]
- Harmonious Attention Network for Person Re-Identification, CVPR 2018. [[paper](https://arxiv.org/abs/1802.08122)][[code](https://github.com/KaiyangZhou/deep-person-reid)]
- 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)]
- 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)]
2019-01-07 09:04:17 +00:00
### ArXiv
2019-01-06 22:57:28 +00:00
- 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)]