Person Re-identification
Later, we introduced the Part-based Convolutional Baseline (PCB) in [ECCV 2018], [Code] .
A tiny, friendly, strong baseline [Code] .
We studied the domain adaptive re-ID problem. A representatives work is CamStyle [CVPR 2018, TIP 2019], [Code] .
Generative Models for Discriminative Learning
We proposed DG-net to generate pedestrians with various appearances/structures to augment the real-world data in discriminative learning [CVPR 2019], [Code] .
Multi-object Tracking
We also studied the inherent difference between re-ID and MTMCT, and proposed the locality aware appearance metric (LAAM) [Arxiv 2019], [Code] .
Data Augmentation
Random Erasing is effective in image classification such as CIFAR and ImageNet, and re-ID.
There are some important third-party implementations, such as Official Torchvision and Python Augmentor.
Domain Adaptive Semantic Segmentation
We also released our code for MMAN that uses the adversarial loss [ECCV 2018], [Code] .