Skip to content

Code for the WWW'20 paper "Nowhere to Hide: Cross-modal Identity Leakage between Biometrics and Devices"

Notifications You must be signed in to change notification settings

zjzsliyang/CrossLeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python TensorFlow

Introduction

This is the reproducible code of the paper above. For ethical consideration, the collected biometric data and device IDs of our participants cannot be made available at this momement. We will release the simulated public dataset first and release the when the real-world collection when it is sufficiently 'hashed' to pass several ethics checks.

Public Data

Download the pre-baked data from Google Drive to the directory data or anywhere you specify in the config.yaml.

Dependency

The requirements.txt specifies all dependencies. Use the following command to install. pip3 install -r requirements.txt

Run

Front-End

Check out how to set up the multi-modal sensing frond-end in this README

Back-End

python3 src/association/pipeline.py

Ciation

If you find this repository useful, please cite our paper.

@inproceedings{lu2020nowhere,
  title={{Nowhere to Hide: Cross-modal Identity Leakage between Biometrics and Devices}},
  author={Lu, Chris Xiaoxuan and Li Yang, Xiangli Yuanbo and Li Zhengxiong},
  booktitle={The Web Conference (WWW)},
  year={2020}
}

About

Code for the WWW'20 paper "Nowhere to Hide: Cross-modal Identity Leakage between Biometrics and Devices"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published