mangye16 / ReID-Survey

Deep Learning for Person Re-identification: A Survey and Outlook
MIT License
626 stars 88 forks source link

What about the ablation study of AGW on visible-infrared Re-ID? #18

Open mouxingyang opened 3 years ago

mouxingyang commented 3 years ago

Hi~ It is a nice job. The proposed WRT loss seems to be the improved version of the original Triplet loss. Did you carry out any ablation studies on the proposed AGW baseline for cross-modality visible-infrared Re-ID? If so, how much performance improved by the WRT comparing to the triplet?

Thanks

mangye16 commented 3 years ago

You may try the code in https://github.com/mangye16/Cross-Modal-Re-ID-baseline

mouxingyang commented 3 years ago

You may try the code in https://github.com/mangye16/Cross-Modal-Re-ID-baseline

Thanks for your reply. I have tried the recommend code using triplet loss and the proposed wrt loss, respectively. However, the one with triplet loss exceeds that with wrt loss by ~7% and ~2.7 in terms of the rank-1 under the POOL and FC setting, respectively.