CVMar 4, 2019

Active Authentication using an Autoencoder regularized CNN-based One-Class Classifier

arXiv:1903.01031v133 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of unobtrusive user authentication for mobile security, representing an incremental improvement in one-class classification techniques.

The paper tackled the problem of active authentication on mobile devices by proposing a CNN-based one-class classifier that uses Gaussian noise and an autoencoder for regularization, achieving superior performance compared to traditional methods on three face-based datasets.

Active authentication refers to the process in which users are unobtrusively monitored and authenticated continuously throughout their interactions with mobile devices. Generally, an active authentication problem is modelled as a one class classification problem due to the unavailability of data from the impostor users. Normally, the enrolled user is considered as the target class (genuine) and the unauthorized users are considered as unknown classes (impostor). We propose a convolutional neural network (CNN) based approach for one class classification in which a zero centered Gaussian noise and an autoencoder are used to model the pseudo-negative class and to regularize the network to learn meaningful feature representations for one class data, respectively. The overall network is trained using a combination of the cross-entropy and the reconstruction error losses. A key feature of the proposed approach is that any pre-trained CNN can be used as the base network for one class classification. Effectiveness of the proposed framework is demonstrated using three publically available face-based active authentication datasets and it is shown that the proposed method achieves superior performance compared to the traditional one class classification methods. The source code is available at: github.com/otkupjnoz/oc-acnn.

Foundations

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

Your Notes