paper-with-me

홈 › Papers

Adaptive Face Recognition Using Adversarial Information Network

2023-05-23 · Mei Wang, Weihong Deng

In many real-world applications, face recognition models often degenerate when training data (referred to as source domain) are different from testing data (referred to as target domain). To alleviate this mismatch caused by some factors like pose and skin tone, the utilization of pseudo-labels generated by clustering algorithms is an effective way in unsupervised domain adaptation. However, they always miss some hard positive samples. Supervision on pseudo-labeled samples attracts them towards their prototypes and would cause an intra-domain gap between pseudo-labeled samples and the remaining unlabeled samples within target domain, which results in the lack of discrimination in face recognition. In this paper, considering the particularity of face recognition, we propose a novel adversarial information network (AIN) to address it. First, a novel adversarial mutual information (MI) loss is proposed to alternately minimize MI with respect to the target classifier and maximize MI with respect to the feature extractor. By this min-max manner, the positions of target prototypes are adaptively modified which makes unlabeled images clustered more easily such that intra-domain gap can be mitigated. Second, to assist adversarial MI loss, we utilize a graph convolution network to predict linkage likelihoods between target data and generate pseudo-labels. It leverages valuable information in the context of nodes and can achieve more reliable results. The proposed method is evaluated under two scenarios, i.e., domain adaptation across poses and image conditions, and domain adaptation across faces with different skin tones. Extensive experiments show that AIN successfully improves cross-domain generalization and offers a new state-of-the-art on RFW dataset.

📄 PDF Abstract BibTeX arXiv:2305.13605

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationDomain GeneralizationFace RecognitionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Geometrically Adaptive Dictionary Attack on Face Recognition

2021-11-08 · Junyoung Byun, Hyojun Go, Changick Kim

CNN-based face recognition models have brought remarkable performance improvement, but they are vulnerable to adversarial perturbations. Recent studies have shown that adversaries can fool the models even if they can onl…

3D Face AlignmentFace AlignmentFace Recognition

RADAP: A Robust and Adaptive Defense Against Diverse Adversarial Patches on Face Recognition

2023-11-29 · Xiaoliang Liu, Furao Shen, Jian Zhao, Changhai Nie

Face recognition (FR) systems powered by deep learning have become widely used in various applications. However, they are vulnerable to adversarial attacks, especially those based on local adversarial patches that can be…

Face Recognition

Non-Adaptive Adversarial Face Generation

2025-07-16 · Sunpill Kim, Seunghun Paik, Chanwoo Hwang, Minsu Kim 외

Adversarial attacks on face recognition systems (FRSs) pose serious security and privacy threats, especially when these systems are used for identity verification. In this paper, we propose a novel method for generating …

AttributeFace GenerationFace Recognition

Privacy-preserving Adversarial Facial Features

2023-05-08 · CVPR 2023 1 · Zhibo Wang, He Wang, Shuaifan Jin, Wenwen Zhang 외

Face recognition service providers protect face privacy by extracting compact and discriminative facial features (representations) from images, and storing the facial features for real-time recognition. However, such fea…

Face RecognitionPrivacy Preserving

Generating Transferable and Stealthy Adversarial Patch via Attention-guided Adversarial Inpainting

2023-08-10 · YanJie Li, Mingxing Duan, Xuelong Dai, Bin Xiao

Adversarial patch attacks can fool the face recognition (FR) models via small patches. However, previous adversarial patch attacks often result in unnatural patterns that are easily noticeable. Generating transferable an…

Face Recognition