deep-person-reid/AWESOME_REID.html
KaiyangZhou de0a1616f9 v1.3.2
2020-08-12 13:33:22 +01:00

272 lines
16 KiB
HTML

<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awesome-ReID &mdash; torchreid 1.3.2 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Model Zoo" href="MODEL_ZOO.html" />
<link rel="prev" title="torchreid.utils" href="pkg/utils.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home" alt="Documentation Home"> torchreid
</a>
<div class="version">
1.3.2
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="user_guide.html">How-to</a></li>
<li class="toctree-l1"><a class="reference internal" href="datasets.html">Datasets</a></li>
<li class="toctree-l1"><a class="reference internal" href="evaluation.html">Evaluation</a></li>
</ul>
<p class="caption"><span class="caption-text">Package Reference</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pkg/data.html">torchreid.data</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/engine.html">torchreid.engine</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/losses.html">torchreid.losses</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/metrics.html">torchreid.metrics</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/models.html">torchreid.models</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/optim.html">torchreid.optim</a></li>
<li class="toctree-l1"><a class="reference internal" href="pkg/utils.html">torchreid.utils</a></li>
</ul>
<p class="caption"><span class="caption-text">Resources</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Awesome-ReID</a></li>
<li class="toctree-l1"><a class="reference internal" href="MODEL_ZOO.html">Model Zoo</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">torchreid</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li>Awesome-ReID</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/AWESOME_REID.md.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="awesome-reid">
<h1>Awesome-ReID<a class="headerlink" href="#awesome-reid" title="Permalink to this headline"></a></h1>
<p>Here is a collection of ReID-related research with links to papers and code. You are welcome to submit <a class="reference external" href="https://help.github.com/articles/creating-a-pull-request/">PR</a>s if you find something missing.</p>
<ul class="simple">
<li><p>[ArXiv20] Deep Learning for Person Re-identification: A Survey and Outlook [<a class="reference external" href="https://arxiv.org/abs/2001.04193">paper</a>] [<a class="reference external" href="https://github.com/mangye16/ReID-Survey">code</a>]</p></li>
<li><p>[ArXiv19] Learning Generalisable Omni-Scale Representations for Person Re-Identification [<a class="reference external" href="https://arxiv.org/abs/1910.06827">paper</a>][<a class="reference external" href="https://github.com/KaiyangZhou/deep-person-reid">code</a>]</p></li>
<li><p>[ICCV19] RGB-Infrared Cross-Modality Person Re-Identification via Joint Pixel and Feature Alignment. [<a class="reference external" href="http://openaccess.thecvf.com/content_ICCV_2019/papers/Wang_RGB-Infrared_Cross-Modality_Person_Re-Identification_via_Joint_Pixel_and_Feature_Alignment_ICCV_2019_paper.pdf">paper</a>] [<a class="reference external" href="https://github.com/wangguanan/AlignGAN">code</a>]</p></li>
<li><p>[ICCV19] Unsupervised Graph Association for Person Re-identification. [<a class="reference external" href="https://github.com/yichuan9527/Unsupervised-Graph-Association-for-Person-Re-identification">paper</a>] [<a class="reference external" href="https://github.com/yichuan9527/Unsupervised-Graph-Association-for-Person-Re-identification">code</a>]</p></li>
<li><p>[ICCV19] Self-similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-identification. [<a class="reference external" href="http://openaccess.thecvf.com/content_ICCV_2019/papers/Fu_Self-Similarity_Grouping_A_Simple_Unsupervised_Cross_Domain_Adaptation_Approach_for_ICCV_2019_paper.pdf">paper</a>] [<a class="reference external" href="https://github.com/OasisYang/SSG">code</a>]</p></li>
<li><p>[ICCV19] Spectral Feature Transformation for Person Re-Identification. [<a class="reference external" href="http://openaccess.thecvf.com/content_ICCV_2019/papers/Luo_Spectral_Feature_Transformation_for_Person_Re-Identification_ICCV_2019_paper.pdf">paper</a>] [<a class="reference external" href="https://github.com/LuckyDC/SFT_REID">code</a>]</p></li>
<li><p>[ICCV19] Beyond Human Parts: Dual Part-Aligned Representations for Person Re-Identification. [<a class="reference external" href="http://openaccess.thecvf.com/content_ICCV_2019/papers/Guo_Beyond_Human_Parts_Dual_Part-Aligned_Representations_for_Person_Re-Identification_ICCV_2019_paper.pdf">paper</a>] [<a class="reference external" href="https://github.com/ggjy/P2Net.pytorch">code</a>]</p></li>
<li><p>[ICCV19] Co-segmentation Inspired Attention Networks for Video-based Person Re-identification. [<a class="reference external" href="http://openaccess.thecvf.com/content_ICCV_2019/papers/Subramaniam_Co-Segmentation_Inspired_Attention_Networks_for_Video-Based_Person_Re-Identification_ICCV_2019_paper.pdf">paper</a>][<a class="reference external" href="https://github.com/InnovArul/vidreid_cosegmentation">code</a>]</p></li>
<li><p>[ICCV19] Mixed High-Order Attention Network for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1908.05819">paper</a>][<a class="reference external" href="https://github.com/chenbinghui1/MHN">code</a>]</p></li>
<li><p>[ICCV19] ABD-Net: Attentive but Diverse Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1908.01114">paper</a>] [<a class="reference external" href="https://github.com/TAMU-VITA/ABD-Net">code</a>]</p></li>
<li><p>[ICCV19] Omni-Scale Feature Learning for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1905.00953">paper</a>] [<a class="reference external" href="https://github.com/KaiyangZhou/deep-person-reid">code</a>]</p></li>
<li><p>[CVPR19] Joint Discriminative and Generative Learning for Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1904.07223">paper</a>][<a class="reference external" href="https://github.com/NVlabs/DG-Net">code</a>]</p></li>
<li><p>[CVPR19] Invariance Matters: Exemplar Memory for Domain Adaptive Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1904.01990">paper</a>][<a class="reference external" href="https://github.com/zhunzhong07/ECN">code</a>]</p></li>
<li><p>[CVPR19] Dissecting Person Re-identification from the Viewpoint of Viewpoint. [<a class="reference external" href="https://arxiv.org/abs/1812.02162">paper</a>][<a class="reference external" href="https://github.com/sxzrt/Dissecting-Person-Re-ID-from-the-Viewpoint-of-Viewpoint">code</a>]</p></li>
<li><p>[CVPR19] Unsupervised Person Re-identification by Soft Multilabel Learning. [<a class="reference external" href="https://arxiv.org/abs/1903.06325">paper</a>][<a class="reference external" href="https://github.com/KovenYu/MAR">code</a>]</p></li>
<li><p>[CVPR19] Patch-based Discriminative Feature Learning for Unsupervised Person Re-identification. [<a class="reference external" href="https://kovenyu.com/publication/2019-cvpr-pedal/">paper</a>][<a class="reference external" href="https://github.com/QizeYang/PAUL">code</a>]</p></li>
<li><p>[AAAI19] Spatial and Temporal Mutual Promotion for Video-based Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1812.10305">paper</a>][<a class="reference external" href="https://github.com/yolomax/person-reid-lib">code</a>]</p></li>
<li><p>[AAAI19] Spatial-Temporal Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1812.03282">paper</a>][<a class="reference external" href="https://github.com/Wanggcong/Spatial-Temporal-Re-identification">code</a>]</p></li>
<li><p>[AAAI19] Horizontal Pyramid Matching for Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1804.05275">paper</a>][<a class="reference external" href="https://github.com/OasisYang/HPM">code</a>]</p></li>
<li><p>[AAAI19] Backbone Can Not be Trained at Once: Rolling Back to Pre-trained Network for Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1901.06140">paper</a>][<a class="reference external" href="https://github.com/youngminPIL/rollback">code</a>]</p></li>
<li><p>[AAAI19] A Bottom-Up Clustering Approach to Unsupervised Person Re-identification. [<a class="reference external" href="https://vana77.github.io/vana77.github.io/images/AAAI19.pdf">paper</a>][<a class="reference external" href="https://github.com/vana77/Bottom-up-Clustering-Person-Re-identification">code</a>]</p></li>
<li><p>[NIPS18] FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1810.02936">paper</a>][<a class="reference external" href="https://github.com/yxgeee/FD-GAN">code</a>]</p></li>
<li><p>[ECCV18] Generalizing A Person Retrieval Model Hetero- and Homogeneously. [<a class="reference external" href="http://openaccess.thecvf.com/content_ECCV_2018/papers/Zhun_Zhong_Generalizing_A_Person_ECCV_2018_paper.pdf">paper</a>][<a class="reference external" href="https://github.com/zhunzhong07/HHL">code</a>]</p></li>
<li><p>[ECCV18] Pose-Normalized Image Generation for Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1712.02225">paper</a>][<a class="reference external" href="https://github.com/naiq/PN_GAN">code</a>]</p></li>
<li><p>[CVPR18] Camera Style Adaptation for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1711.10295">paper</a>][<a class="reference external" href="https://github.com/zhunzhong07/CamStyle">code</a>]</p></li>
<li><p>[CVPR18] Deep Group-Shuffling Random Walk for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1807.11178">paper</a>][<a class="reference external" href="https://github.com/YantaoShen/kpm_rw_person_reid">code</a>]</p></li>
<li><p>[CVPR18] End-to-End Deep Kronecker-Product Matching for Person Re-identification. [<a class="reference external" href="https://arxiv.org/abs/1807.11182">paper</a>][<a class="reference external" href="https://github.com/YantaoShen/kpm_rw_person_reid">code</a>]</p></li>
<li><p>[CVPR18] Features for Multi-Target Multi-Camera Tracking and Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1803.10859">paper</a>][<a class="reference external" href="https://github.com/ergysr/DeepCC">code</a>]</p></li>
<li><p>[CVPR18] Group Consistent Similarity Learning via Deep CRF for Person Re-Identification. [<a class="reference external" href="http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Group_Consistent_Similarity_CVPR_2018_paper.pdf">paper</a>][<a class="reference external" href="https://github.com/dapengchen123/crf_affinity">code</a>]</p></li>
<li><p>[CVPR18] Harmonious Attention Network for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1802.08122">paper</a>][<a class="reference external" href="https://github.com/KaiyangZhou/deep-person-reid">code</a>]</p></li>
<li><p>[CVPR18] Human Semantic Parsing for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1804.00216">paper</a>][<a class="reference external" href="https://github.com/emrahbasaran/SPReID">code</a>]</p></li>
<li><p>[CVPR18] Multi-Level Factorisation Net for Person Re-Identification. [<a class="reference external" href="https://arxiv.org/abs/1803.09132">paper</a>][<a class="reference external" href="https://github.com/KaiyangZhou/deep-person-reid">code</a>]</p></li>
<li><p>[CVPR18] Resource Aware Person Re-identification across Multiple Resolutions. [<a class="reference external" href="https://arxiv.org/abs/1805.08805">paper</a>][<a class="reference external" href="https://github.com/mileyan/DARENet">code</a>]</p></li>
<li><p>[CVPR18] Exploit the Unknown Gradually: One-Shot Video-Based Person Re-Identification by Stepwise Learning. [<a class="reference external" href="https://yu-wu.net/pdf/CVPR2018_Exploit-Unknown-Gradually.pdf">paper</a>][<a class="reference external" href="https://github.com/Yu-Wu/Exploit-Unknown-Gradually">code</a>]</p></li>
<li><p>[ArXiv18] Revisiting Temporal Modeling for Video-based Person ReID. [<a class="reference external" href="https://arxiv.org/abs/1805.02104">paper</a>][<a class="reference external" href="https://github.com/jiyanggao/Video-Person-ReID">code</a>]</p></li>
</ul>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="MODEL_ZOO.html" class="btn btn-neutral float-right" title="Model Zoo" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="pkg/utils.html" class="btn btn-neutral float-left" title="torchreid.utils" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2019, Kaiyang Zhou
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>