paper-with-me

Papers

TempCharBERT: Keystroke Dynamics for Continuous Access Control Based on Pre-trained Language Models

2024-11-11 · Matheus Simão, Fabiano Prado, Omar Abdul Wahab, Anderson Avila

With the widespread of digital environments, reliable authentication and continuous access control has become crucial. It can minimize cyber attacks and prevent frauds, specially those associated with identity theft. A particular interest lies on keystroke dynamics (KD), which refers to the task of recognizing individuals' identity based on their unique typing style. In this work, we propose the use of pre-trained language models (PLMs) to recognize such patterns. Although PLMs have shown high performance on multiple NLP benchmarks, the use of these models on specific tasks requires customization. BERT and RoBERTa, for instance, rely on subword tokenization, and they cannot be directly applied to KD, which requires temporal-character information to recognize users. Recent character-aware PLMs are able to process both subwords and character-level information and can be an alternative solution. Notwithstanding, they are still not suitable to be directly fine-tuned for KD as they are not optimized to account for user's temporal typing information (e.g., hold time and flight time). To overcome this limitation, we propose TempCharBERT, an architecture that incorporates temporal-character information in the embedding layer of CharBERT. This allows modeling keystroke dynamics for the purpose of user identification and authentication. Our results show a significant improvement with this customization. We also showed the feasibility of training TempCharBERT on a federated learning settings in order to foster data privacy.

📄 PDF Abstract BibTeX arXiv:2411.07224

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningUser Identification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Dynamic Anonymized Evaluation for Behavioral Continuous Authentication

2019-03-07 · Rasana Manandhar, Shaya Wolf, Mike Borowczak

Emerging technology demands reliable authentication mechanisms, particularly in interconnected systems. Current systems rely on a single moment of authentication, however continuous authentication systems assess a users …

Conditional Generative Adversarial Network for keystroke presentation attack

2022-12-16 · Idoia Eizaguirre-Peral, Lander Segurola-Gil, Francesco Zola

Cybersecurity is a crucial step in data protection to ensure user security and personal data privacy. In this sense, many companies have started to control and restrict access to their data using authentication systems. …

Generative Adversarial Network

A novel non-linear transformation based multi-user identification algorithm for fixed text keystroke behavioral dynamics

2022-10-05 · Chinmay Sahu, Mahesh Banavar, Stephanie Schuckers

In this paper, we propose a new technique to uniquely classify and identify multiple users accessing a single application using keystroke dynamics. This problem is usually encountered when multiple users have legitimate …

User Identification

Combining Keystroke Dynamics and Face Recognition for User Verification

2017-08-02 · Abhinav Gupta, Agrim Khanna, Anmol Jagetia, Devansh Sharma 외

The massive explosion and ubiquity of computing devices and the outreach of the web have been the most defining events of the century so far. As more and more people gain access to the internet, traditional know-somethin…

Face Recognition

The BeiHang Keystroke Dynamics Authentication System

2013-10-15 · Juan Liu, Baochang Zhang, Linlin Shen, Jianzhuang Liu 외

Keystroke Dynamics is an important biometric solution for person authentication. Based upon keystroke dynamics, this paper designs an embedded password protection device, develops an online system, collects two public da…

General Classification