https://github.com/cschell/mops

This repository hosts the code for the paper "Motion Passwords", introducing a novel biometric verification method for XR environments.

https://github.com/cschell/mops

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: acm.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

This repository hosts the code for the paper "Motion Passwords", introducing a novel biometric verification method for XR environments.

Basic Info
  • Host: GitHub
  • Owner: cschell
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 40.3 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme

Readme.md

Motion Passwords

Motion Passwords Teaser

This repository hosts the code for the paper "Motion Passwords" by Rack et al., which has been published at VRST 2024. The paper introduces Motion Passwords, a novel biometric verification method for VR environments, where users verify their identity by writing a chosen word in 3D space.

Setup

After cloning, make sure to install DVC and pull all data files with dvc pull.

Repository Structure

The repository is structured into two subfolders: - preprocessing: Contains the code for preprocessing the Motion Password dataset. - training: Includes machine learning and evaluation code used in the paper.

Both subfolders have dedicated README files with detailed instructions.

Related Repositories

Citation

Please use the following BibTeX entry to cite this work:

bibtex @conference{rack2024motion, title = {Motion Passwords}, author = {Rack, Christian and Schach, Lukas and Achter, Felix and Shehada, Yousof and Lin, Jinghuai and Latoschik, Marc Erich}, booktitle = {Proceedings of the 30th ACM Symposium on Virtual Reality Software and Technology}, year = {2024}, series = {VRST '24}, address = {New York, NY, USA}, publisher = {Association for Computing Machinery}, note = {accepted}, doi = {10.1145/3641825.3687711} }

For more details, refer to the subfolder READMEs and the linked repositories.

Owner

  • Name: Christian Schell
  • Login: cschell
  • Kind: user
  • Location: Würzburg, Bavaria
  • Company: Chair for Human Computer Interaction, University of Würzburg, Bavaria

I'm a Phd student from Würzburg, Bavaria, focussing on applying deep learning techniques on biometric data.

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Dependencies

preprocessing/requirements.txt pypi
  • matplotlib *
  • motion-learning-toolbox >=1.0.6
  • numpy *
  • pandas *
  • pyarrow *
  • seaborn *
  • tqdm *
training/pyproject.toml pypi
training/requirements.txt pypi
  • dvc <3.48.1
  • dvc-ssh *
  • lightning *
  • motion-learning-toolbox >=1.0.6
  • numpy *
  • pandas *
  • pyarrow *
  • pytorch-metric-learning *
  • rootutils *
  • scikit-learn *
  • seaborn *
  • torch *
  • torchmetrics *
  • tqdm *
  • tslearn *
  • wandb *