Git Product home page Git Product logo

farewell-to-mutual-information-variational-distiilation-for-cross-modal-person-re-identification's Introduction

Farewell to Mutual Information: Variational Distiilation for Cross-Modal Person Re-identification

Official implementation of the Variational Distillation framework from "Farewell to Mutual Information: Variational Distiilation for Cross-Modal Person Re-identification (CVPR' 21 oral)".

Please read our paper for a more detailed description of the training procedure.

Bibtex

Please use the following bibtex for citations:

@inproceedings{VariationalDistillation,
title={Farewell to Mutual Information Variational Distiilation for Cross-Modal Person Re-identification},
author={Xudong Tian and Zhizhong Zhang and Shaohui Lin and Yanyun Qu and Yuan Xie and Lizhuang Ma},
booktitle={Computer Vision and Pattern Recognition},
year={2021}
}

Get Started

  1. cd to folder where you want to download this project

  2. Run git clone https://github.com/FutabaSakuraXD/Farewell-to-Mutual-Information-Variational-Distiilation-for-Cross-Modal-Person-Re-identification.git

  3. Install dependencies:

  4. Prepare datasets

    Create a directory to store the required datasets under this project or outside this project, and remember to set --data-dir to the right path before training.

Train

This project provides code to train and evaluate different architectures under both datasets. You can directly run /mm01.py and regdb.py under the default settings or conduct customized modifications for both datasets.

Evaluation

  • MM01: To evaluate the model under standard protocol, you need to run /feature_extract.py to obtain features at first, then run /evaluation/evaluation_SYSU_MM01.py to conduct standard evaluation.
  • RegDB: You can directly run /RegDB_test/RegDB_test.py to obtain Visible-Thermal performance, and change the default settings to evaluate the model under another setting, i.e., Thermal-Visible.

Results

SYSU-MM01 (all-search mode)

Metric Value
Rank1 60.02%
Rank10 94.18%
Rank20 98.14%
mAP 58.80%

SYSU-MM01 (indoor-search mode)

Metric Value
Rank1 66.05%
Rank10 96.59%
Rank20 99.38%
mAP 72.98%

RegDB

Mode Rank-1 (mAP)
Visible-Thermal 73.2% (71.6%)
Thermal-Visible 71.8% (70.1%)

Visualization

2-D projection of the embedding space obtained by using t-SNE. The results are obtained from our method and the conventional information bottleneck on SYSU-MM01 dataset. Different colors are used to denote different person IDs.

In addition, we plot the joint embedding space of data from different modals for better visualization. Note more descriptions and details could be found in our paper.

farewell-to-mutual-information-variational-distiilation-for-cross-modal-person-re-identification's People

Contributors

futabasakuraxd avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.