michuanhaohao / reid-strong-baseline

Bag of Tricks and A Strong Baseline for Deep Person Re-identification
http://openaccess.thecvf.com/content_CVPRW_2019/papers/TRMTMCT/Luo_Bag_of_Tricks_and_a_Strong_Baseline_for_Deep_Person_CVPRW_2019_paper.pdf
MIT License
2.26k stars 576 forks source link

Mixup data augmentation with Center loss #166

Closed sunilpankaj closed 4 years ago

sunilpankaj commented 4 years ago

I am able to use mixup with cross entropy loss but not sure how it can be applied with center loss and triplet loss also? In paper, mixup augmentation is not mentioned. any reason for not using it?

michuanhaohao commented 4 years ago

Mix augmentation fuses ID labels of two samples. However, both center loss and triplet loss need to be fed into certain ID labels, so mixup augmentation is not suitable for center loss and triplet loss.

JamenceTom commented 3 years ago

Mix augmentation can be applied in triplet loss according to the paper published in icme2021 titled "CUTMIX DUAL BRANCH NETWORK FOR PERSON RE-IDENTIFICATION"