Papers › RobFR: Benchmarking Adversarial Robustness on Face Recognition

RobFR: Benchmarking Adversarial Robustness on Face Recognition

8 Jul 2020arXiv:2007.04118archive 2025-07-28

Xiao Yang, Dingcheng Yang, Yinpeng Dong, Hang Su, Wenjian Yu, Jun Zhu

Face recognition (FR) has recently made substantial progress and achieved high accuracy on standard benchmarks. However, it has raised security concerns in enormous FR applications because deep CNNs are unusually vulnerable to adversarial examples, and it is still lack of a comprehensive robustness evaluation before a FR model is deployed in safety-critical scenarios. To facilitate a better understanding of the adversarial vulnerability on FR, we develop an adversarial robustness evaluation library on FR named \textbf{RobFR}, which serves as a reference for evaluating the robustness of downstream tasks. Specifically, RobFR involves 15 popular naturally trained FR models, 9 models with representative defense mechanisms and 2 commercial FR API services, to perform the robustness evaluation by using various adversarial attacks as an important surrogate. The evaluations are conducted under diverse adversarial settings in terms of dodging and impersonation, ℓ₂ and ℓ_∞, as well as white-box and black-box attacks. We further propose a landmark-guided cutout (LGC) attack method to improve the transferability of adversarial examples for black-box attacks by considering the special characteristics of FR. Based on large-scale evaluations, the commercial FR API services fail to exhibit acceptable performance on robustness evaluation, and we also draw several important conclusions for understanding the adversarial robustness of FR models and providing insights for the design of robust FR models. RobFR is open-source and maintains all extendable modules, i.e., \emph{Datasets}, \emph{FR Models}, \emph{Attacks&Defenses}, and \emph{Evaluations} at \url{https://github.com/ShawnXYang/Face-Robustness-Benchmark}, which will be continuously updated to promote future research on robust FR.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.04118")

Code

Syntology Ran 10 of 23 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 0 ran; community (archive-listed): 11 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ShawnXYang/Face-Robustness-Benchmark officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
thu-ml/realsafe mentioned on GitHubtfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 10 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
8ran
13unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_mtcnn ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/detect_face.py official repository unverified Apache-2.0 (permissive) · edfa6042244eb012 · report
detect_face ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/detect_face.py official repository unverified Apache-2.0 (permissive) · 96bf1c60f74fc61d · report
draw_gaussian ShawnXYang/Face-Robustness-Benchmark/RobFR/attack/face_landmark.py official repository unverified Apache-2.0 (permissive) · 37f16a7ffcbc8b0d · report
get_dataset_celeb ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_image.py official repository unverified Apache-2.0 (permissive) · 924034eebb04536f · report
get_dataset_webface ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_image.py official repository unverified Apache-2.0 (permissive) · baa6487e16d2b4a8 · report
get_sample_landmark ShawnXYang/Face-Robustness-Benchmark/RobFR/attack/face_landmark.py official repository unverified Apache-2.0 (permissive) · f894d169c2478af7 · report
getlist_landmark ShawnXYang/Face-Robustness-Benchmark/RobFR/attack/face_landmark.py official repository unverified Apache-2.0 (permissive) · e7be7c2ad97b40fe · report
layer ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/detect_face.py official repository unverified Apache-2.0 (permissive) · fab32b621c712604 · report
load_property ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_image.py official repository unverified Apache-2.0 (permissive) · a0e97123727a9fb0 · report
parse_lst_line ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_preprocess.py official repository unverified Apache-2.0 (permissive) · 82b10a215c8cd30f · report
preprocess ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_preprocess.py official repository unverified Apache-2.0 (permissive) · 1586a591b369e039 · report
read_image ShawnXYang/Face-Robustness-Benchmark/preprocess/align_methods/face_preprocess.py official repository unverified Apache-2.0 (permissive) · 79625c2830b046be · report
build_loss_scaler thu-ml/realsafe/ares/utils/loss.py community (archive-listed) ran Apache-2.0 (permissive) · 6b37094c7d0968d0 · report
conv1x1 thu-ml/realsafe/ares/model/resnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · d9def42110729a85 · report
conv3x3 thu-ml/realsafe/ares/model/resnet.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 160bb14bd76201b4 · report
conv3x3 thu-ml/realsafe/ares/model/resnet_denoise.py community (archive-listed) ran Apache-2.0 (permissive) · c4b3a9d234aede9e · report
filter_state_dict thu-ml/realsafe/ares/model/cifar10_cls.py community (archive-listed) ran Apache-2.0 (permissive) · 68e05d78529d3a4b · report
get_url thu-ml/realsafe/ares/model/cifar_model_zoo.py community (archive-listed) ran Apache-2.0 (permissive) · 152d421c48b6bfa2 · report
get_url thu-ml/realsafe/ares/model/imagenet_model_zoo.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · bb60872260d982f8 · report
loss_adv thu-ml/realsafe/ares/utils/loss.py community (archive-listed) ran Apache-2.0 (permissive) · 3ce41c03fb062474 · report
margin_loss thu-ml/realsafe/ares/utils/loss.py community (archive-listed) ran Apache-2.0 (permissive) · b460ad8e4633515e · report
tf_pad thu-ml/realsafe/ares/model/resnet_denoise.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 6cbaa7427c406784 · report
resnet18 thu-ml/realsafe/ares/model/resnet.py community (archive-listed) unverified Apache-2.0 (permissive) · 42e5e0701ba43b01 · report

Tasks

Adversarial RobustnessBenchmarkingFace Recognition

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Cutout

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections