项目作者: sustainable-computing

项目描述 :
Code for "ObscureNet: Learning Attribute-invariant Latent Representation for Anonymizing Sensor Data", ACM/IEEE IoTDI 2021
高级语言: Python
项目地址: git://github.com/sustainable-computing/ObscureNet.git
创建时间: 2020-09-26T00:53:42Z
项目社区:https://github.com/sustainable-computing/ObscureNet

开源协议:GNU General Public License v3.0

下载


ObscureNet

This repository contains the implementation of ObscureNet and the baselines proposed in our IoTDI’21 paper entitled “ObscureNet: Learning Attribute-invariant Latent Representationfor Anonymizing Sensor Data”.

Each directory is named after a privacy-preserving method described in the paper.

Datasets

The 2 Human Activity Recognition (HAR) datasets used to evaluate different methods are MotionSense and MobiAct.
You can download them from the following websites and use the provided converter (dataset_builder.py) to preprocess the data and turn it into the format that our code expects:

To reproduce the results of our paper, use the CSV file dataset_subjects, which is provided in this repo, instead of the original one that comes with the MobiAct dataset.

Dependencies

Package Version
Python3 3.6.9
Tensorflow 1.14.0
PyTorch 1.4.0
Keras 2.3.1

How to cite ObscureNet

Omid Hajihassani, Omid Ardakanian and Hamzeh Khazaei. 2021. ObscureNet: Learning Attribute-invariant Latent Representation for Anonymizing Sensor Data, In Proceedings of the 6th ACM/IEEE Conference on Internet of Things Design and Implementation (IoTDI).