CVCRApr 7, 2020

TypeNet: Scaling up Keystroke Biometrics

arXiv:2004.03627v232 citations
Originality Incremental advance
AI Analysis

This work addresses scalable user authentication for security applications, but it is incremental as it builds on existing Siamese RNN methods with a larger dataset.

The authors tackled the problem of authenticating 100,000 users using keystroke dynamics with scarce data, achieving an equal error rate of 4.8% with 1,000 users and showing less than 5% performance decay when scaling to 100,000 users.

We study the suitability of keystroke dynamics to authenticate 100K users typing free-text. For this, we first analyze to what extent our method based on a Siamese Recurrent Neural Network (RNN) is able to authenticate users when the amount of data per user is scarce, a common scenario in free-text keystroke authentication. With 1K users for testing the network, a population size comparable to previous works, TypeNet obtains an equal error rate of 4.8% using only 5 enrollment sequences and 1 test sequence per user with 50 keystrokes per sequence. Using the same amount of data per user, as the number of test users is scaled up to 100K, the performance in comparison to 1K decays relatively by less than 5%, demonstrating the potential of TypeNet to scale well at large scale number of users. Our experiments are conducted with the Aalto University keystroke database. To the best of our knowledge, this is the largest free-text keystroke database captured with more than 136M keystrokes from 168K users.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes