All Projects → zjzsliyang → CrossLeak

zjzsliyang / CrossLeak

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

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to CrossLeak

DeepMove
Codes for WWW'18 Paper-DeepMove: Predicting Human Mobility with Attentional Recurrent Network
Stars: ✭ 120 (+471.43%)
Mutual labels:  www
VideoNavQA
An alternative EQA paradigm and informative benchmark + models (BMVC 2019, ViGIL 2019 spotlight)
Stars: ✭ 22 (+4.76%)
Mutual labels:  cross-modality
httoop
HTTOOP - a fully object oriented HTTP protocol library written in python
Stars: ✭ 15 (-28.57%)
Mutual labels:  www
wwwperiodictable
Infographic showing web browser technologies
Stars: ✭ 28 (+33.33%)
Mutual labels:  www
domain-enforcement
Laravel 5+ Middleware to enforce a single domain on your application. e.g non-www. to www.
Stars: ✭ 25 (+19.05%)
Mutual labels:  www
TwitterSearch2Gephi
This windows CLI app lets you collect data from twitter via REST API and convert it into a CSV data set that can be used with Gephi. Other social networks (Reddit, Youtube, WWW) are also supported.
Stars: ✭ 21 (+0%)
Mutual labels:  www
www
my website built using Rust (stdweb) → .wasm (also: dat://ricky.codes)
Stars: ✭ 12 (-42.86%)
Mutual labels:  www
3dub
www dev server with livereload, file watching, http2, https, self signed cert generation
Stars: ✭ 28 (+33.33%)
Mutual labels:  www
CM-NAS
CM-NAS: Cross-Modality Neural Architecture Search for Visible-Infrared Person Re-Identification (ICCV2021)
Stars: ✭ 39 (+85.71%)
Mutual labels:  cross-modality

python TensorFlow

Nowhere to Hide: Cross-modal Identity Leakage between Biometrics and Devices - WWW 2020.

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].