From e19beca60742f96c7d41606d8c91e4c9fdd177be Mon Sep 17 00:00:00 2001 From: KaiyangZhou Date: Mon, 7 Jan 2019 09:04:17 +0000 Subject: [PATCH] update awesome-reid --- AWESOME_REID.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/AWESOME_REID.md b/AWESOME_REID.md index 9f7b606..e76d03c 100644 --- a/AWESOME_REID.md +++ b/AWESOME_REID.md @@ -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)] \ No newline at end of file