paper-with-me

홈 › Papers

Deep face recognition with clustering based domain adaptation

2022-05-27 · Mei Wang, Weihong Deng

Despite great progress in face recognition tasks achieved by deep convolution neural networks (CNNs), these models often face challenges in real world tasks where training images gathered from Internet are different from test images because of different lighting condition, pose and image quality. These factors increase domain discrepancy between training (source domain) and testing (target domain) database and make the learnt models degenerate in application. Meanwhile, due to lack of labeled target data, directly fine-tuning the pre-learnt models becomes intractable and impractical. In this paper, we propose a new clustering-based domain adaptation method designed for face recognition task in which the source and target domain do not share any classes. Our method effectively learns the discriminative target feature by aligning the feature domain globally, and, at the meantime, distinguishing the target clusters locally. Specifically, it first learns a more reliable representation for clustering by minimizing global domain discrepancy to reduce domain gaps, and then applies simplified spectral clustering method to generate pseudo-labels in the domain-invariant feature space, and finally learns discriminative target representation. Comprehensive experiments on widely-used GBU, IJB-A/B/C and RFW databases clearly demonstrate the effectiveness of our newly proposed approach. State-of-the-art performance of GBU data set is achieved by only unsupervised adaptation from the target training data.

📄 PDF Abstract BibTeX arXiv:2205.13937

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDomain AdaptationFace Recognition

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…
Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

Federated Unsupervised Domain Adaptation for Face Recognition

2022-04-09 · Weiming Zhuang, Xin Gan, Yonggang Wen, Xuesen Zhang 외

Given labeled data in a source domain, unsupervised domain adaptation has been widely adopted to generalize models for unlabeled data in a target domain, whose data distributions are different. However, existing works ar…

ClusteringDomain AdaptationFace RecognitionFederated Learning+1

Adversarial Unsupervised Domain Adaptation Guided with Deep Clustering for Face Presentation Attack Detection

2021-02-13 · Yomna Safaa El-Din, Mohamed N. Moustafa, Hani Mahdi

Face Presentation Attack Detection (PAD) has drawn increasing attentions to secure the face recognition systems that are widely used in many applications. Conventional face anti-spoofing methods have been proposed, assum…

ClusteringDeep ClusteringDomain AdaptationFace Anti-Spoofing+3

Towards Unsupervised Domain Adaptation for Deep Face Recognition under Privacy Constraints via Federated Learning

2021-05-17 · Weiming Zhuang, Xin Gan, Yonggang Wen, Xuesen Zhang 외

Unsupervised domain adaptation has been widely adopted to generalize models for unlabeled data in a target domain, given labeled data in a source domain, whose data distributions differ from the target domain. However, e…

ClusteringDomain AdaptationFace RecognitionFederated Learning+1

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 cause…

Domain AdaptationDomain GeneralizationFace RecognitionUnsupervised Domain Adaptation

Local-Adaptive Face Recognition via Graph-based Meta-Clustering and Regularized Adaptation

2022-03-27 · CVPR 2022 1 · Wenbin Zhu, Chien-Yi Wang, Kuan-Lun Tseng, Shang-Hong Lai 외

Due to the rising concern of data privacy, it's reasonable to assume the local client data can't be transferred to a centralized server, nor their associated identity label is provided. To support continuous learning and…

ClusteringFace Recognition