The eCommTouch (e-commerce touch) dataset can be used for touch-bassed authenitcation.
This dataset includes touch data from 105 users.
You can download the dataset at Releases.
All data of eCommTouch is stored in the data folder.
The data.zip file contains the following two CSV files:
rawdata.csv: A file that compiles touch data obtained using the iPhone 8 Plus and iPhone XS.user_info.csv: A file that compiles user information.
The features.zip file contains the feature file (features.csv) extracted for the baseline evaluation of eCommTouch.
All programs for feature extraction are located in the src folder.
βββ README.md
βββ data (After unzipping the 'data.zip' file)
β βββ README.md
β βββ rawdata.csv
β βββ user_info.csv
β
βββ features (After unzipping the 'features.zip' file)
β βββ features.csv
β β (After executing 'src/datasets_xxx.ipynb')
β βββ 8PLUS_ALL_NORM.csv
β βββ 8PLUS_ALL.csv
β βββ 8PLUS_HOR_NORM.csv
β βββ 8PLUS_HOR.csv
β βββ 8PLUS_VER_NORM.csv
β βββ 8PLUS_VER.csv
β βββ ALL_ALL_NORM.csv
β βββ ALL_ALL.csv
β βββ ALL_HOR_NORM.csv
β βββ ALL_HOR.csv
β βββ ALL_VER_NORM.csv
β βββ ALL_VER.csv
β βββ XS_ALL_NORM.csv
β βββ XS_ALL.csv
β βββ XS_HOR_NORM.csv
β βββ XS_HOR.csv
β βββ XS_VER_NORM.csv
β βββ XS_VER.csv
β
βββ src
βββ datasets_8PLUS.ipynb
βββ datasets_ALL.ipynb
βββ datasets_XS.ipynb
βββ feature_extraction.ipynb
Python 3.7.8
- pandas==1.1.4
- numpy==1.19.4
- tqdm==4.52.0
- Masashi Kudo
- Tsubasa Takahashi
- Isao Echizen
- Hayato Yamana
The research was supported by ROIS NII Open Collaborative Research 2024-24S1003 and NII CRIS Joint Research 2022.