paper-with-me

홈 › Papers

Regularizing Neural Network Training via Identity-wise Discriminative Feature Suppression

2022-09-29 · Avraham Chapman, Lingqiao Liu

It is well-known that a deep neural network has a strong fitting capability and can easily achieve a low training error even with randomly assigned class labels. When the number of training samples is small, or the class labels are noisy, networks tend to memorize patterns specific to individual instances to minimize the training error. This leads to the issue of overfitting and poor generalisation performance. This paper explores a remedy by suppressing the network's tendency to rely on instance-specific patterns for empirical error minimisation. The proposed method is based on an adversarial training framework. It suppresses features that can be utilized to identify individual instances among samples within each class. This leads to classifiers only using features that are both discriminative across classes and common within each class. We call our method Adversarial Suppression of Identity Features (ASIF), and demonstrate the usefulness of this technique in boosting generalisation accuracy when faced with small datasets or noisy labels. Our source code is available.

📄 PDF Abstract BibTeX arXiv:2209.14553

Code (1)

avichapman/identity-feature-suppression 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Pairwise Relational Networks using Local Appearance Features for Face Recognition

2018-11-15 · Bong-Nam Kang, Yonghyun Kim, Daijin Kim

We propose a new face recognition method, called a pairwise relational network (PRN), which takes local appearance features around landmark points on the feature map, and captures unique pairwise relations with the same …

Face IdentificationFace RecognitionFace Verification

Pairwise Relational Networks for Face Recognition

2018-08-15 · ECCV 2018 9 · Bong-Nam Kang, Yonghyun Kim, Daijin Kim

Existing face recognition using deep neural networks is difficult to know what kind of features are used to discriminate the identities of face images clearly. To investigate the effective features for face recognition, …

Face IdentificationFace RecognitionFace Verification

Neighbor Class Consistency on Unsupervised Domain Adaptation

2021-01-01 · Chang Liu, Kai Li, Yun Fu

Unsupervised domain adaptation (UDA) is to make predictions for unlabeled data in a target domain with labeled data from source domain available. Recent advances exploit entropy minimization and self-training to align th…

ClusteringDomain Adaptationimage-classificationImage Classification+1

X-ReID: Cross-Instance Transformer for Identity-Level Person Re-Identification

2023-02-04 · Leqi Shen, Tao He, Yuchen Guo, Guiguang Ding

Currently, most existing person re-identification methods use Instance-Level features, which are extracted only from a single image. However, these Instance-Level features can easily ignore the discriminative information…

Person Re-Identification

Masked Face Recognition with Generative-to-Discriminative Representations

2024-05-27 · Shiming Ge, Weijia Guo, Chenyu Li, Junzheng Zhang 외

Masked face recognition is important for social good but challenged by diverse occlusions that cause insufficient or inaccurate representations. In this work, we propose a unified deep network to learn generative-to-disc…

AttributeFace RecognitionFacial Inpainting