| Literature DB >> 35341177 |
Beibei Dong1, Zhenyu Wang2, Zhihao Gu1, Jingjing Yang1.
Abstract
The existing face image recognition algorithm can accurately identify underexposed facial images, but the abuse of face image recognition technology can associate face features with personally identifiable information, resulting in privacy disclosure of the users. The paper puts forward a method for private face image generation based on deidentification under low light. First of all, the light enhancement and attenuation networks are pretrained using the training set, and low-light face images in the test set are input into the light enhancement network for photo enhancement. Then the facial area is captured by the face interception network, and corresponding latent code will be created through the latent code generation network and feature disentanglement will be done. Tiny noise will be added to the latent code by the face generation network to create deidentified face images which will be input in a light attenuation network to generate private facial images in a low-lighting style. At last, experiments show that, compared with other state-of-the-art algorithms, this method is more successful in generating low-light private face images with the most similar structure to original photos. It protects users' privacy effectively by reducing the accuracy of the face recognition network, while also ensuring the practicability of the images.Entities:
Mesh:
Year: 2022 PMID: 35341177 PMCID: PMC8947894 DOI: 10.1155/2022/5818180
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Schematic diagram of privacy leakage of users.
Figure 2The overall framework of the proposed method.
Figure 3Training schematic diagram of light enhancement and attenuation networks.
Accuracy and threshold of four face image recognition networks.
| Face recognition model | Training accuracy | Test accuracy | TPR | FPR |
|---|---|---|---|---|
| VGG16 | 0.982 | 0.951 | 0.938 | 0.081 |
| Resnet50 | 0.990 | 0.979 | 0.973 | 0.062 |
| MobileNet V3 | 0.999 | 0.987 | 0.997 | 0.031 |
| Senet50 | 0.975 | 0.960 | 0.917 | 0.172 |
Figure 4The structure of light enhancement and attenuation networks.
Private face images generated by the method.
| Low-light face image | Deidentified face image | Private face image |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TPR and FPR of four face recognition models to recognize private face images.
| Face recognition model | TPR | FPR |
|---|---|---|
| VGG16 | 0.148 | 0.850 |
| Resnet50 | 0.145 | 0.887 |
| MobileNet V3 | 0.119 | 0.815 |
| Senet50 | 0.103 | 0.854 |
Comparisons of low-light private face images generated by different methods.
| Method | Low-light face image | Private face image | Low-light face image | Private face image |
|---|---|---|---|---|
| The proposed method |
|
|
|
|
| PGGAN |
|
|
|
|
| StyleGAN1 |
|
|
|
|
| StyleGAN2 |
|
|
|
|
Figure 5Comparisons of similarity between original face images and private face images generated by different methods.
Figure 6Comparisons of the success rate of low-light private face images generated by different methods.