Acceleration-Based Continuous Authentication
A neural-network authentication system that verifies user identity from acceleration behavior, designed as a stronger alternative to static password-only access.
Primary audience

Story
The problem
Modern devices need transparent and continuous verification that does not interrupt users every few minutes.
The approach
Used acceleration-based features from multiple users, then optimized model quality through feature reduction and hyperparameter search.
The outcome
Results showed high precision and recall trends, with optimization improving stability and reducing misclassification rates.
Overview
AccelAuth ML evaluates continuous user authentication using acceleration-derived behavioral features. The project uses a Feedforward Multi-Layer Perceptron (FFMLP) model with time-domain and frequency-domain inputs to identify users and detect impostor behavior. To improve robustness, the pipeline applies optimization methods such as PCA, recursive feature elimination, and systematic hyperparameter tuning with cross-validation.
Capabilities
Classifies users using acceleration behavior instead of relying only on static credentials like passwords or PINs.
Implemented a feedforward multi-layer perceptron with tuned hidden layers, activation setup, learning rate, and epochs.
Used a feature space combining temporal and spectral acceleration characteristics for stronger user differentiation.
Applied PCA and recursive feature elimination to reduce noise and focus training on the most informative dimensions.
Used grid search and k-fold cross validation to select parameter combinations with better generalization behavior.
Reported confusion matrix breakdowns and inter/intra-user variance statistics to interpret reliability and error patterns.
Gallery

Engineering
Results
Delivered a complete acceleration-based authentication ML pipeline
Demonstrated strong viability for continuous and transparent user verification
Improved baseline performance through feature and hyperparameter optimization
Produced clear statistical reporting for model behavior and misclassification analysis
Established a foundation for larger-scale biometric security experimentation