Skip to content
/ DLCL Public

The repository provides the codes for the paper "Face Template Protection Using Deep LDPC Codes Learning".

Notifications You must be signed in to change notification settings

lyc6749/DLCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code for our published paper "Face Template Protection Using Deep LDPC Codes Learning".

Intro

This code aims to implement a face template protection technique by using multi-label learning, which maps the facial features into low-density parity-check (LDPC) codes.This implementation is based on Caffe Toolbox. In this paper, we use the LDPC coding algorithm developed by Radford M. Neal and multi-label learning algorithm developed by Zhao, Kaili. The trained CNN models can be downloaded.

File structure

Based on the caffe toolbox, we organize the source files as follows:

  • testing/network/: Network architecture which we used for testing.
  • testing/test_on_Matlab/: Testing source code on Matlab.
  • train network/: The train network architecture on the database.
  • image/: The images of the samples.

Introduction

We propose a face template protection technique by using multi-label learning, which maps the facials into low-density parity-check (LDPC) codes. Firstly, a random binary sequence is generated to represent a user and further hashed to produce the protected template. During the training, the random binary sequences are encoded by an LDPC encoder to produce diverse binary codes. Based on carefully designed deep multi-label learning, the facial features of each user are mapped to a diverse binary code. In the process of recognition and verification, the deep CNN mapping architecture is modeled as a Gaussian channel, while the noise brought by intra-variations in the outputs of CNN can be removed by the LDPC decoder.

Image

Database

The databases used in the proposed scheme are extended Yale Face B and PIE Database, the samples of the databases and the corresponding preprocessed outputs are as following:

Image

LDPC

We provide some specific sample data of random binary sequence, LDPC codes, the outputs of CNN and the decoded codes on PIE.

Results

We show the ROC curves on PIE and extened Yale B here.

Image Image

More info

About

The repository provides the codes for the paper "Face Template Protection Using Deep LDPC Codes Learning".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages