ShengcaiLiao QAConv Versions Save

[ECCV 2020] QAConv: Interpretable and Generalizable Person Re-Identification with Query-Adaptive Convolution and Temporal Lifting, and [CVPR 2022] GS: Graph Sampling Based Deep Metric Learning

v2.1

2 years ago
  • Simplified graph sampling
  • Einstein summation for QAConv
  • Hard triplet loss
  • Adaptive epoch and learning rate scheduling
  • Automatic mixed precision training

v2.0

3 years ago
  • Include a new sampler called Graph Sampler (GS).
  • Remove the class memory based loss. Instead, a pairwise matching loss is implemented.
  • This version is much more efficient in learning.

v1.2

3 years ago

Include some popular data augmentation methods, and change the ranking.py implementation to the original open-reid version, so that it is more consistent to most other implementations (e.g. open-reid, torch-reid, fast-reid).

v1.1

3 years ago
  • Include the IBN-Net as backbone, and the RandPerson dataset.
  • Include a pre-training function for a better initialization, so that the results are now more stable.

v1.0-eccv

3 years ago

This is the ECCV 2020 version.