All Projects → gddingcs → Dispersion-based-Clustering

gddingcs / Dispersion-based-Clustering

Licence: MIT license
The source code for our work "Towards better Validity: Dispersion based Clustering for unsupervised Person Re-identification"

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Dispersion-based-Clustering

Awesome Person Re Identification
Awesome Person Re-identification
Stars: ✭ 642 (+1845.45%)
Mutual labels:  person-reidentification
Attribute Aware Attention
[ACM MM 2018] Attribute-Aware Attention Model for Fine-grained Representation Learning
Stars: ✭ 143 (+333.33%)
Mutual labels:  person-reidentification
Learning Via Translation
Image-Image Domain Adaptation with Preserved Self-Similarity and Domain-Dissimilarity for Person Re-identification (https://arxiv.org/pdf/1711.07027.pdf). CVPR2018
Stars: ✭ 202 (+512.12%)
Mutual labels:  person-reidentification
Generalizing Reid
Repository of the paper "Generalizing Person Re-Identification by Camera-Aware Instance Learning and Cross-Domain Mixup"
Stars: ✭ 28 (-15.15%)
Mutual labels:  person-reidentification
Naic person reid dmt
This is Top 3 Code for the Person ReID Compitition of NAIC
Stars: ✭ 137 (+315.15%)
Mutual labels:  person-reidentification
Person Reid Gan Pytorch
A Pytorch Implementation of "Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro"(ICCV17)
Stars: ✭ 147 (+345.45%)
Mutual labels:  person-reidentification
Dukemtmc Reid evaluation
ICCV2017 The Person re-ID Evaluation Code for DukeMTMC-reID Dataset (Including Dataset Download)
Stars: ✭ 344 (+942.42%)
Mutual labels:  person-reidentification
Person reid baseline pytorch
Pytorch ReID: A tiny, friendly, strong pytorch implement of object re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
Stars: ✭ 2,963 (+8878.79%)
Mutual labels:  person-reidentification
Fast Reid
SOTA Re-identification Methods and Toolbox
Stars: ✭ 2,287 (+6830.3%)
Mutual labels:  person-reidentification
Person Reid 3d
🗽 Parameter-Efficient Person Re-identification in the 3D Space 🗽
Stars: ✭ 193 (+484.85%)
Mutual labels:  person-reidentification
Rollback
Backbone Can Not be Trained at Once: Rolling Back to Pre-trained Network for Person Re-Identification (AAAI2019)
Stars: ✭ 33 (+0%)
Mutual labels:  person-reidentification
Open Reid
Open source person re-identification library in python
Stars: ✭ 1,144 (+3366.67%)
Mutual labels:  person-reidentification
Self Similarity Grouping
Self-similarity Grouping: A Simple Unsupervised Cross Domain Adaptation Approach for Person Re-identification (ICCV 2019, Oral)
Stars: ✭ 171 (+418.18%)
Mutual labels:  person-reidentification
Person search
Joint Detection and Identification Feature Learning for Person Search
Stars: ✭ 666 (+1918.18%)
Mutual labels:  person-reidentification
Image Text Embedding
TOMM2020 Dual-Path Convolutional Image-Text Embedding https://arxiv.org/abs/1711.05535
Stars: ✭ 223 (+575.76%)
Mutual labels:  person-reidentification
Eanet
EANet: Enhancing Alignment for Cross-Domain Person Re-identification
Stars: ✭ 380 (+1051.52%)
Mutual labels:  person-reidentification
Reid Mgn
Reproduction of paper: Learning Discriminative Features with Multiple Granularities for Person Re-Identification
Stars: ✭ 145 (+339.39%)
Mutual labels:  person-reidentification
hierarchical-clustering
A Python implementation of divisive and hierarchical clustering algorithms. The algorithms were tested on the Human Gene DNA Sequence dataset and dendrograms were plotted.
Stars: ✭ 62 (+87.88%)
Mutual labels:  agglomerative-clustering
Dgd person reid
Domain Guided Dropout for Person Re-identification
Stars: ✭ 229 (+593.94%)
Mutual labels:  person-reidentification
Awesome Person Re Identification
Awesome Person Re-Identification
Stars: ✭ 184 (+457.58%)
Mutual labels:  person-reidentification

Towards better Validity: Dispersion based Clustering for unsupervised Person Re-identification

This respository is an official implementation of our paper titled "Towards better Validity: Dispersion based Clustering for unsupervised Person Re-identification". Click here to access the manuscript.

This code is based on the Open-ReID library and adopted from BUC.

Preparation

Dependencies

  • Python 3.6
  • PyTorch (version >= 0.4.1)
  • h5py, scikit-learn, metric-learn, tqdm

Download datasets

Usage

sh ./run.sh

--size_penalty parameter lambda to balance the intra-dispersion regularization term.

--merge_percent percent of data to merge at each iteration.

Citation

If you use this code or part of it in your work, please cite our paper:

@article{ding2019towards,
  title={Towards better Validity: Dispersion based Clustering for Unsupervised Person Re-identification},
  author={Ding, Guodong and Khan, Salman and Tang, Zhenmin and Zhang, Jian and Porikli, Fatih},
  journal={arXiv preprint arXiv:1906.01308},
  year={2019}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].