Ranked_Person_ReID icon indicating copy to clipboard operation
Ranked_Person_ReID copied to clipboard

How about Person ReID using Example Weighting (OSM&CAA, RLL, ICE, IMAE, DM)?

Open XinshaoAmosWang opened this issue 6 years ago • 1 comments

Dear ReID experts:

If possible, I sincerely recommend you trying our example weighting methods. The reasons: (1) ReID datasets may have noisy observations or labels, and sample imbalance. I find that example weighting is a good approach for addressing these challenges. (2) We can discuss and work together to make it if there is a chance. (3) I am not an expert in ReID, which makes it harder for me to make it alone.

  1. ReID using RLL: https://github.com/Qidian213/Ranked_Person_ReID
  2. ReID using OSM and CAA: Deep Metric Learning by Online Soft Mining and Class-Aware Attention.
  • Code of us: https://github.com/XinshaoAmosWang/OSM_CAA_WeightedContrastiveLoss
  • Code by third party: https://github.com/ppriyank/-Online-Soft-Mining-and-Class-Aware-Attention-Pytorch
  1. ReID on MARS using IMAE: https://github.com/XinshaoAmosWang/Improving-Mean-Absolute-Error-against-CCE
  2. ReID on MARS using DM: https://github.com/XinshaoAmosWang/DerivativeManipulation

Related Papers: OSM and CAA: https://arxiv.org/abs/1811.01459 (Robust metric learning & classification) RLL: https://arxiv.org/abs/1903.03238 (metric learning) IMAE: https://arxiv.org/pdf/1903.12141.pdf (robust classification) DM: https://arxiv.org/pdf/1905.11233.pdf (robust classification and general example weighting)

Hi @Qidian213
I put this post here for open discussion and collaboration. If it is not okay for me, please let me know. Otherwise, I appreciate it greatly. Thanks.

XinshaoAmosWang avatar Mar 05 '20 22:03 XinshaoAmosWang

Thanks for your share ! Now i guess align the distance range of positive and negative samples of different categories may help get better performance, but i have no time to study it.

Qidian213 avatar Mar 31 '20 15:03 Qidian213