weleen / MGH.pytorch

[ACM MM2021] MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is developed based on FastReID, which is an ongoing ReID project.

Projects

BUC

In projects/BUC, we implement AAAI 2019 paper A Bottom-Up Clustering Approach to Unsupervised Person Re-Identification. The original implementation is in BUC.

SpCL

In projects/SpCL, we implement NeurIPS 2020 paper Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID. The original implementation is in SpCL.

HCT

In projects/HCT, we implement CVPR 2020 paper Hierarchical Clustering with Hard-batch Triplet Loss for Person Re-identification. The original implementation is in HCT

MGH

In projects/MGH, we implement ACM MM 2021 paper MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification. Please refer it's README for more details. Paper

Citation

Please cite our work:

@inproceedings{wu2021mgh,
  author    = {Yiming Wu and
               Xintian Wu and 
               Jian Tian and 
               Xi Li},
  title     = {MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification},
  booktitle = ACMMM,
  year      = 2021,
  publisher = {{ACM}}}

About

[ACM MM2021] MGH: Metadata Guided Hypergraph Modeling for Unsupervised Person Re-identification

License:Apache License 2.0


Languages

Language:Python 91.1%Language:Shell 7.4%Language:Cython 1.2%Language:Cuda 0.2%Language:C++ 0.1%Language:Makefile 0.0%