Skip to content

Commit

Permalink
updated paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
anxiangsir committed Mar 30, 2022
1 parent b3938d7 commit 9ff1f80
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 26 deletions.
8 changes: 0 additions & 8 deletions recognition/arcface_torch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,4 @@ More details see
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2022}
}
@inproceedings{an2020partical_fc,
title={Partial FC: Training 10 Million Identities on a Single Machine},
author={An, Xiang and Zhu, Xuhan and Xiao, Yang and Wu, Lan and Zhang, Ming and Gao, Yuan and Qin, Bin and
Zhang, Debing and Fu Ying},
booktitle={Proceedings of International Conference on Computer Vision Workshop},
pages={1445-1449},
year={2020}
}
```
2 changes: 1 addition & 1 deletion recognition/arcface_torch/partial_fc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class PartialFC(torch.nn.Module):
"""
https://arxiv.org/abs/2010.05222
https://arxiv.org/abs/2203.15565
A distributed sparsely updating variant of the FC layer, named Partial FC (PFC).
When sample rate less than 1, in each iteration, positive class centers and a random subset of
Expand Down
16 changes: 8 additions & 8 deletions recognition/partial_fc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Partial FC is a distributed deep learning training framework for face recognitio


## Contents
[Partial FC](https://arxiv.org/abs/2010.05222)
[Partial FC](https://arxiv.org/abs/2203.15565)
- [Largest Face Recognition Dataset: **Glint360k**](#Glint360K)
- [Docker](#Docker)
- [Performance On Million Identities](#Benchmark)
Expand Down Expand Up @@ -144,15 +144,15 @@ The torrent has been released.
## Citation
If you find Partial-FC or Glint360K useful in your research, please consider to cite the following related paper:

[Partial FC](https://arxiv.org/abs/2010.05222)
[Partial FC](https://arxiv.org/abs/2203.15565)
```
@inproceedings{an2020partical_fc,
title={Partial FC: Training 10 Million Identities on a Single Machine},
author={An, Xiang and Zhu, Xuhan and Xiao, Yang and Wu, Lan and Zhang, Ming and Gao, Yuan and Qin, Bin and
Zhang, Debing and Fu Ying},
booktitle={Arxiv 2010.05222},
year={2020}
@inproceedings{an2022pfc,
title={Killing Two Birds with One Stone: Efficient and Robust Training of Face Recognition CNNs by Partial FC},
author={An, Xiang and Deng, Jiangkang and Guo, Jia and Feng, Ziyong and Zhu, Xuhan and Jing, Yang and Tongliang, Liu},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2022}
}
```


Expand Down
2 changes: 1 addition & 1 deletion recognition/partial_fc/mxnet/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 目录
## Contents
[Partial FC](https://arxiv.org/abs/2010.05222)
[Partial FC](https://arxiv.org/abs/2203.15565)
- [如何安装](#如何安装)
- [如何运行](#如何运行)
- [错误排查](#错误排查)
Expand Down
2 changes: 1 addition & 1 deletion recognition/partial_fc/mxnet/memory_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SampleDistributeModule(object):
RTX2080Ti can complete classification tasks with 100 million of identities.
See the original paper:
https://arxiv.org/abs/2010.05222
https://arxiv.org/abs/2203.15565
Parameters
----------
Expand Down
7 changes: 0 additions & 7 deletions recognition/partial_fc/mxnet/train_memory.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
"""
Author: {Xiang An, XuHan Zhu, Yang Xiao} in DeepGlint,
Partial FC: Training 10 Million Identities on a Single Machine
See the original paper:
https://arxiv.org/abs/2010.05222
"""

import argparse
import logging
import os
Expand Down

0 comments on commit 9ff1f80

Please sign in to comment.